Attributes |
Name | Required | Request-time | Type | Description |
id | false | false | java.lang.String | The developer-assigned ID of this component. The ID must be unique within the scope of the tag's enclosing naming container (e.g. h:form or f:subview). This value must be a static value. |
binding | false | false | java.lang.String | Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
rendered | false | false | java.lang.String | A boolean value that indicates whether this component should be rendered. Default value: true. |
value | false | false | java.lang.String | The initial value of this component. |
converter | false | false | java.lang.String | An expression that specifies the Converter for this component. If the value binding expression is a String, the String is used as an ID to look up a Converter. If the value binding expression is a Converter, uses that instance as the converter. The value can either be a static value (ID case only) or an EL expression. |
immediate | false | false | java.lang.String | A boolean value that identifies the phase during which value change events should fire. During normal event processing, value change events are fired during the "invoke application" phase of request processing. If this attribute is set to "true", these methods are fired instead at the end of the "apply request values" phase. |
required | false | false | java.lang.String | A boolean value that indicates whether an input value is required. If this value is true, and no input value is provided, the error message javax.faces.component.UIInput.REQUIRED is posted. |
validator | false | false | java.lang.String | A method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value. |
valueChangeListener | false | false | java.lang.String | A method binding EL expression, accepting a ValueChangeEvent parameter and returning void. The specified method is invoked if this component is modified. The phase that this handler is fired in can be controlled via the immediate attribute. |
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. |
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. |
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. |
style | false | false | java.lang.String | No Description |
styleClass | false | false | java.lang.String | No Description |
fallback | false | false | java.lang.String | Use a text area instead of the javascript HTML editor. Default is false. Use with caution. |
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. |
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. |
addKupuLogo | false | false | java.lang.String | Show the Kupu Logo in the buttons bar. Default is true. |
showAllToolBoxes | false | false | java.lang.String | Shortcut to avoid setting all the showXXToolBox to true. Default is false. |
showPropertiesToolBox | false | false | java.lang.String | Show the Properties 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. |
showImagesToolBox | false | false | java.lang.String | Show the Images 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. |
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. |