The Properties view for a component shows the most common set of attributes you can set on a component, and, depending on the component, you might also see options for adding controls, actions, or other components. To open the Properties view, click
.These common attributes for the mini calendar component display on the h:inputMiniCalendar, Validation, and Accessibility tabs in the Properties view. See the table for a complete list of attributes.
The All Attributes view shows a table
of all the attributes you can set on a component, which includes those attributes
you can access from the Properties view. To switch to the All Attributes view,
click the All Attributes icon in the upper right
corner of the Properties view.
Attribute name |
Description |
---|---|
multiLine |
Default is true. If true, the header area of the calendar is displayed on two lines (one for year and one for month). If false, the header area is displayed on one line. |
onblur |
JavaScriptâ„¢ event handler invoked when the date changes. |
onchange |
If provided, the function is called whenever an action is taken. |
onfocus |
JavaScript event handler invoked when the component receives focus. |
value |
Specifies the document to which the link is connected. This can be a String containing the document filename or it can be the binary data of the document. Specifying binary data is done in conjunction with setting the mimetype attribute. The value can be a String(Base64 encoded), a byte[], or a java.io.InputStream object. When specifying binary data the value binding expression must be able to be evaluated on its own in a subsequent request back to the server by the browser for the document. |