Index: lams_tool_chat/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== diff -u -r7f3d6ad9d7eed4d6dcff775408af478af964fddd -r2281acb9427699ade24a58315a8e1610acd84cd7 --- lams_tool_chat/web/WEB-INF/fckeditor/tlds/FCKeditor.tld (.../FCKeditor.tld) (revision 7f3d6ad9d7eed4d6dcff775408af478af964fddd) +++ lams_tool_chat/web/WEB-INF/fckeditor/tlds/FCKeditor.tld (.../FCKeditor.tld) (revision 2281acb9427699ade24a58315a8e1610acd84cd7) @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + \ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== diff -u -r0db83894504dc7652d3670a6ce496605b961faa1 -r2281acb9427699ade24a58315a8e1610acd84cd7 --- lams_tool_laqa/web/WEB-INF/fckeditor/tlds/FCKeditor.tld (.../FCKeditor.tld) (revision 0db83894504dc7652d3670a6ce496605b961faa1) +++ lams_tool_laqa/web/WEB-INF/fckeditor/tlds/FCKeditor.tld (.../FCKeditor.tld) (revision 2281acb9427699ade24a58315a8e1610acd84cd7) @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tlds/fckeditor/FCKeditor.tld =================================================================== diff -u -r47fb5ad7605db0ab109adcaef649179e1b068a82 -r2281acb9427699ade24a58315a8e1610acd84cd7 --- lams_tool_larsrc/web/WEB-INF/tlds/fckeditor/FCKeditor.tld (.../FCKeditor.tld) (revision 47fb5ad7605db0ab109adcaef649179e1b068a82) +++ lams_tool_larsrc/web/WEB-INF/tlds/fckeditor/FCKeditor.tld (.../FCKeditor.tld) (revision 2281acb9427699ade24a58315a8e1610acd84cd7) @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + \ No newline at end of file