FCKeditor Tag Library


Standard Syntax:
     <%@ taglib prefix="FCK" uri="http://java.fckeditor.net" %>

XML Syntax:
     <anyxmlelement xmlns:FCK="http://java.fckeditor.net" />

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.

Tag Library Information
Display NameFCKeditor Tag Library
Version2.6
Short NameFCK
URIhttp://java.fckeditor.net
 

Tag Summary
editorCreates a FCKeditor instance with the given parameters. Any parameter except instanceName which is empty or contains whitespace only will be ignored.
configSets 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.
checkDisplays session-dependent and compatibility-related information. The messages can be localized.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.