Description: Shows a list of radio buttons or a selection with loading and storing the checking state to and from the session.
Parameter:
- htmlName: Name of the HTML element.
- prefKey: Variable name of the preference the dialog element stands for.
- array: An array that hold the returned values (array keys) the naming for the elements (array values).
- type: SELTYPE_selection for a selection or SELTYPE_radio for radio buttons.
- vertical: Set to true if the radio buttons should be aligned vertically or to false for horizontal aligning. This parameter is ignored by selections.
- defaultSelection: The value of the item to select by default.
- storePointer: Additional pointer to the variable where to store the entered value.
- js: Here can JavaScript or other parameters be added.
Returns:
- true if the check box is checked.
root
2015-09-06