Difference between revisions of "Custom Field Type: Select One - Radio Buttons"

From SmartWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
* '''Values''' - The values you want to be listed for selection, delimited by semicolons with no spaces. Example below:
 
* '''Values''' - The values you want to be listed for selection, delimited by semicolons with no spaces. Example below:
  
<pre>0=DisplayValue1;1=DisplayValue2;2=DisplayValue3</pre>
+
<pre>DisplayValue1;DisplayValue2;DisplayValue3</pre>
 
* '''Enable as Attributes''' -
 
* '''Enable as Attributes''' -
* '''Sort Options to Display Vertically''' -
+
* '''Sort Options to Display Vertically''' - Allows the user to display the selection values in multiple columns, with the values ordered vertically.
 
[[Category:Custom Field Types]]
 
[[Category:Custom Field Types]]

Latest revision as of 17:34, 23 November 2018

General Description

Displays as a set of values in a set of radio buttons. The user can select a single value.

Field Illustrated

RadioB.png
Select One - Radio Buttons, in Edit Mode (above)

Field Options

All common options:
General Settings
Permissions & Availability
Classic Options
For further information, please refer to Custom Fields – General Information.

Options listed below are specific to this particular field type.

Feature Options


  • Parent Field -
  • Values - The values you want to be listed for selection, delimited by semicolons with no spaces. Example below:
DisplayValue1;DisplayValue2;DisplayValue3
  • Enable as Attributes -
  • Sort Options to Display Vertically - Allows the user to display the selection values in multiple columns, with the values ordered vertically.