Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar}

Parameters:

String

fieldname

 

String

displayName

 

String

hint

 

Object

defaultValues

 

java/util/Set.html@javajava.util.Set

values

 

java.util.Map

dispNames

 

String

displayStyle

Result:

none


...

displayStyle: specifies the control that should be used to present the choices to the user. The allowed values are:

Style Tag

Control

radio:

...


Radio buttons

select:

...

A dropdown select/combo box

list:

...

A singl select list box

list-multi:

...

A multi-select list box

check-multi:

...

A multi-select collection of check

...

boxes

check-multi-scroll:

...

A scrolling, multi-select set of check boxes

check-multi-scroll-2-column:

...

A scrolling, two-column, multi-select set of check boxes

check-multi-scroll-3-column:

...

A scrolling, three-column, multi-select set of check boxes

check-multi-scroll-4-column:

...


A scrolling, four-column, multi-select set of check boxes

Example
The printer component creates a list of printer names for the user to select from. It uses the last printer used as the default selection. It does not provide a hint to the user or provide a mapping of display names for the printer names. It specifies that a select list (combo box) should be used to get the users input.

...