You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Common properties that apply to all select fields.

PropertyDescriptionDefault value

options

Parent node for the selectable options.

 

name

Name of the node where the selected value is stored. If not set, the name of the parent node is used. Optional. 

Parent node name

value

Value saved to the repository when selected. Mandatory.

 

label

The option label displayed to the user. Optional.

 

selected

Pre-selects the option. Optional.

 

path

Path to an existing option set as opposed to defining options in the current definition. Optional.

 

repository

When using a path to an existing option set, workspace to look in. Optional.

config

valueProperty

Read option values from a different property. Set to the name of your custom value node.

value

labelProperty

Read option labels from a different property. Set to the name of your custom label node.

label

filteringMode

Vaadin FilteringMode . Default is 0 (off). Available values are: 1 (contains) and 2 (starts with).

if pageLength == 0, filtering is ignored

0 = off

sortOptions

By default, option labels are sorted alphabetically. When set to false , s orts the options per JCR node order.

true

textInputAllowedIf text input is not allowed, the ComboBox behaves like a pretty NativeSelect - the user can not enter any text and clicking the text field opens the drop down with options.false
pageLengthTo enable paging and filtering, value must be an integer > 0. 0 disables paging and filtering.0
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels