The combo Component is equivalent to the standard HTML tag <SELECT SIZE=1>.
The combo Component has the following capabilities :
The default comboComponent renderer is linked to the f_combo javascript class. f_combo extends f_abstractList, fa_selectionProvider
Table of component style classes:
| Style Name | Description |
|---|---|
| f_combo | Defines styles for the wrapper Select element |
<v:combo
id="preferemail"
value="#{editCard.card.preferemail}"
rendered="#{editCard.readOnly==false}">
<f:selectItem itemLabel="#{messages.editCard_item_unknown}" itemValue="unknown"/>
<f:selectItem itemLabel="#{messages.editCard_item_plainText}" itemValue="text"/>
<f:selectItem itemLabel="#{messages.editCard_item_html}" itemValue="html"/>
</v:combo>