change the height of wyswygEditorScreenElement when doWYSWYGEditor is called. Otherwise wyswygEditorScreenElement would be too high and cover the urls or buttons under the wyswygEditorScreenElement. The URLs under the wyswygEditorScreenElement can't be clicked because the browser thinks you are clicking on the wyswygEditorScreenElement layer.
* added javascripts to detect whether HTML exist in the textarea, if HTML exist it will automatically switch to preview mode* added textToHTML converter... which will escape < and > to $gt; & $lt; also linebreak will be convert to <br>* added smaller size option in fckeditor_style.css & fckcontroller.css* change the title field to use smaller fckeditor instead
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions.Modified library activities to use GROUPING_SUPPORT_OPTIONAL as the grouping support type.