Attributes |
Name | Required | Request-time | Type | Description |
namespace | false | false | java.lang.String | Set html element default namespace |
selfRendered | false | false | java.lang.String | if "true", self-render subtree at InvokeApplication ( or Decode, if immediate property set to true ) phase |
lang | false | false | java.lang.String | Code describing the language used in the generated markup for this component |
title | false | false | java.lang.String | Advisory title information about markup elements generated for this component |
onunload | false | false | java.lang.String | JavaScript code to execute on a page unload. |
rendered | false | false | java.lang.String | If "false", this component is not rendered |
contentType | false | false | java.lang.String | Set custom mime content type to response |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
dir | false | false | java.lang.String | Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left) |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
immediate | false | false | java.lang.String | Flag indicating that, if this component is activated by ajaxrequest, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase |
onload | false | false | java.lang.String | JavaScript code to execute on a page load. |
pageTitle | false | false | java.lang.String | String for output as a page title. |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
ajaxListener | false | false | java.lang.String | MethodBinding representing an action listener method that will be notified when this component is activated by the ajax Request and handle it. The expression must evaluate to a public method that takes an AjaxEvent parameter, with a return type of void |
format | false | false | java.lang.String | Page layout format ( html, xhtml, html-transitional, html-3.2 ) for encoding DOCTYPE, namespace and Content-Type definitions |