id |
false
| java.lang.Object | The id of the component |
value |
false
| java.lang.Object | A string or string array |
displayIdAndLabel |
false
| java.lang.Object | Display both the id and the label |
cssStyle |
false
| java.lang.Object | The css style for the component |
cssStyleClass |
false
| java.lang.Object | The css style class for the component |
onchange |
false
| java.lang.Object | Javascript event |
index |
false
| java.lang.Object | Component index in chain |
multiSelect |
false
| java.lang.Object | Allow multiple elements to be selected |
qualifiedParentKeys |
false
| java.lang.Object |
choose whether the parent keys contain just the parent id or the whole
path in the chain
|
allowBranchSelection |
false
| java.lang.Object |
Option to allow the user to make a partial selection in the chain
|
allowRootSelection |
false
| java.lang.Object |
Option to allow the user to not make any selection
|
displayValueOnly |
false
| java.lang.Object | Display only the selection, without the combos |
displayValueOnlyStyle |
false
| java.lang.Object | Css style to use when displaying only the value |
displayValueOnlyStyleClass |
false
| java.lang.Object |
Css style class to use when displaying only the value
|
defaultRootKey |
false
| java.lang.Object |
Parent key to filter on to get a directory roots. Defaults to null if
not set.
|
resetCacheOnUpdate |
false
| java.lang.Object |
Boolean value to force cache refresh on update, useful when
using this tag in Ajax requests. Available since 5.6, defaults to false.
|