nxu
Tag editor


HTML editor

Example:
<nxu:editor value="#{document.dublincore.description}" required="false" />


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuetruefalsejava.lang.StringValue binding representing the HTML text.
idfalsefalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
requiredfalsefalsejava.lang.StringFlag indicating that the user is required to provide a submitted value for the blob.
widthfalsefalsejava.lang.StringThe textarea width. Defaults to "640".
heightfalsefalsejava.lang.StringThe textarea height. Defaults to "400".
editorSelectorfalsefalsejava.lang.StringThe class to use to identify text areas to turn into html editors. Defaults to "mceEditor". See the editor_selector option in tiny_mce (http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/editor_selector).
colsfalsefalsejava.lang.StringThe cols attribute sets the number of columns to display. Available since 5.3.1.
rowsfalsefalsejava.lang.StringThe rows attribute sets the number of rows to display. Available since 5.3.1.
disableHtmlInitfalsefalsejava.lang.StringIf set to true, the default display will be the text display (not html editor). Available since 5.3.1.

Variables
No Variables Defined.


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