| |||||||
FRAMES NO FRAMES |
<%@ taglib prefix="FCK" uri="http://java.fckeditor.net" %>
<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 Name | FCKeditor Tag Library |
Version | 2.4 |
Short Name | FCK |
URI | http://java.fckeditor.net |
Tag Summary | |
editor | Creates a FCKeditor instance with the given parameters. |
config | 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. |
check | Displays session-dependent and compatibility-related information. This tag is intended for developers only. Response messages cannot be localized, they are English only. |
| |||||||
FRAMES NO FRAMES |