3.5.3 CKEditor for Java Tag Library 1.2 ckeditor http://ckeditor.com The CKEditor Tag Library offers a convenient way to create several CKEditor instances with different configurations. Additionally, you can check for user-based capabilities. replace replace com.ckeditor.CKEditorReplaceTag JSP ]]> basePath true true Path to the CKEditor directory. replace true true Name of the HTML textarea element to replace. timestamp false true initialized false true boolean Initalization of ckeditor.js. If set to "false", ckeditor.js is included on the page. config false true com.ckeditor.CKEditorConfig CKEditor configuration. Example: events false true com.ckeditor.EventHandler CKEditor events. Example: globalEvents false true com.ckeditor.GlobalEventHandler CKEditor global events. Example: editor editor com.ckeditor.CKEditorInsertTag JSP ]]> basePath true true Path to the CKEditor directory. editor true true Name of the textarea element inserted and replaced with CKEditor. value false true Default CKEditor text value. textareaAttributes false true java.util.Map Attributes of the textarea element to insert. Example: attr = new HashMap(); attr.put("rows", "8"); attr.put("cols", "50");]]> timestamp false true initialized false true boolean Initalization of ckeditor.js. If set to "false", ckeditor.js is included on the page. config false true com.ckeditor.CKEditorConfig CKEditor configuration. Example: events false true com.ckeditor.EventHandler CKEditor events. Example: globalEvents false true com.ckeditor.GlobalEventHandler CKEditor global events. Example: replaceAll replaceAll com.ckeditor.CKEditorReplaceAllTag JSP basePath true true Path to the CKEditor directory. className false true CSS class name for the textarea elements to be replaced. timestamp false true initialized false true boolean Initalization of ckeditor.js. If set to "false", ckeditor.js is included on the page. config false true com.ckeditor.CKEditorConfig CKEditor configuration. Example: events false true com.ckeditor.EventHandler CKEditor events. Example: globalEvents false true com.ckeditor.GlobalEventHandler CKEditor global events. Example: