Attributes |
Name | Required | Request-time | Type | Description |
value | true | false | java.lang.String | Value binding representing the HTML text. |
id | false | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
rendered | false | false | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
required | false | false | java.lang.String | Flag indicating that the user is required to provide a submitted value for the blob. |
width | false | false | java.lang.String | The textarea width. Defaults to "640". |
height | false | false | java.lang.String | The textarea height. Defaults to "400". |
editorSelector | false | false | 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). |
cols | false | false | java.lang.String | The cols attribute sets the number of columns to display. Available since 5.3.1. |
rows | false | false | java.lang.String | The rows attribute sets the number of rows to display. Available since 5.3.1. |
disableHtmlInit | false | false | java.lang.String | If set to true, the default display will be the text display (not html editor). Available since 5.3.1. |