text editor
Posted by clifton on 12 Jun 2007 in Tasks
I spent yesterday reading the documentation and implementing the embedded php text editor for maintaining the course section descriptions. While attempting to implement this text editor I was initially having path issues which was causing the javascript used within the text editor to fail. After spending some time to correct this and other issues I tested its form posting abilities as well as its editing capabilities. I am quite pleased with how it works. It allows for html source editing if needed and provides a lot of Microsoft Word based editing functions.
Today I am going to implement writing to the file from the text editor and move into adding supporting ajax for quick course and professor swapping.