| Attributes |
| Name | Required | Request-time | Type | Description |
| addKupuLogo | false | false | java.lang.String |
Show the Kupu Logo in the buttons bar.
Default is true.
|
| allowEditSource | false | false | java.lang.String |
Allows the user to edit the HTML source code.
Default is true.
|
| allowExternalLinks | false | false | java.lang.String |
Allows the user to insert external links.
Default is true.
|
| binding | false | false | java.lang.String | Component binding. |
| converter | false | false | java.lang.String | Id of Converter to be used or reference to a Converter. |
| displayValueOnly | false | false | java.lang.String |
If true, renders only the value of the component, but no input widget.
Default is false.
|
| displayValueOnlyStyle | false | false | java.lang.String |
Style used when displayValueOnly is true.
|
| displayValueOnlyStyleClass | false | false | java.lang.String |
Style class used when displayValueOnly is true.
|
| enabledOnUserRole | false | false | java.lang.String |
If user is in given role, this component will be rendered
normally. If not, no hyperlink is rendered but all nested
tags (=body) are rendered.
|
| fallback | false | false | java.lang.String |
Use a text area instead of the javascript HTML editor.
Default is false.
Use with caution.
|
| id | false | false | java.lang.String | Every component may have an unique id. Automatically created if omitted. |
| immediate | false | false | java.lang.String | Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase. |
| rendered | false | false | java.lang.String | If false, this component will not be rendered. |
| required | false | false | java.lang.String | If true, this component will be checked for non-empty input. |
| showAllToolBoxes | false | false | java.lang.String |
Shortcut to avoid setting all the showXXToolBox to true.
Default is false.
|
| showCleanupExpressionsToolBox | false | false | java.lang.String |
Show the Cleanup Expressions tool box next to the text.
Default is false.
|
| showDebugToolBox | false | false | java.lang.String |
Show the Debug tool box next to the text.
Default is false.
|
| showImagesToolBox | false | false | java.lang.String |
Show the Images tool box next to the text.
Default is false.
|
| showLinksToolBox | false | false | java.lang.String |
Show the Links tool box next to the text.
Default is false.
|
| showPropertiesToolBox | false | false | java.lang.String |
Show the Properties tool box next to the text.
Default is false.
|
| showTablesToolBox | false | false | java.lang.String |
Show the Tables tool box next to the text.
Default is false.
|
| style | false | false | java.lang.String | No Description |
| styleClass | false | false | java.lang.String | No Description |
| type | false | false | java.lang.String |
The type of the value. It can be either fragment for an HTML fragment (default)
or document for a full HTML document, with head, title, body, ... tags.
|
| validator | false | false | java.lang.String | MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component. |
| value | false | false | java.lang.String | Initial value to set when rendered for the first time. |
| valueChangeListener | false | false | java.lang.String | Listener for value changes. |
| visibleOnUserRole | false | false | java.lang.String |
If user is in given role, this component will be rendered
normally. If not, nothing is rendered and the body of this tag
will be skipped.
|