nxu

Tag editor

Component Information 
InfoValue
Component Type org.nuxeo.ecm.platform.ui.web.component.editor.UIHtmlEditor
Handler Class org.nuxeo.ecm.platform.ui.web.tag.handler.GenericHtmlComponentHandler
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
valuetruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Value binding representing the HTML text.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
renderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating that the user is required to provide a submitted value for the blob.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The textarea width. Defaults to "640".
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The textarea height. Defaults to "400".
editorSelectorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The 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).
colsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The cols attribute sets the number of columns to display. Available since 5.3.1.
rowsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The rows attribute sets the number of rows to display. Available since 5.3.1.
disableHtmlInitfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
If set to true, the default display will be the text display (not html editor). Available since 5.3.1.

Output generated by Vdldoc View Declaration Language Documentation Generator.