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

From SmartWiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
==Field Illustrated==
 
==Field Illustrated==
[[Image:placeholder.png]]<br />
+
[[Image:RadioB.png|border]]<br />
 
''Select One - Radio Buttons, in '''Edit Mode''' (above)''
 
''Select One - Radio Buttons, in '''Edit Mode''' (above)''
  
 
+
==Field Options==
{{FieldOptions}}
+
All common options:<br />
 
+
[[Custom Fields - General Information #General_Settings|General Settings]]<br />
===Validation===
+
[[Custom Fields - General Information #Role Field Permissions and Status Field Permissions|Permissions & Availability]]<br />
 
+
[[Custom Fields - General Information #Classic Options|Classic Options]]<br />
----
+
For further information, please refer to [[Custom Fields – General Information]].<br /><br />
* '''Mandatory''': Selecting this option means that this field is required and must be completed.
+
Options listed below are specific to this particular field type.
 
 
* '''Appear Mandatory''': Makes the field appear as though it is a required field. Typically used in conjunction with browser scripts, JavaScript Validation or Submit Logic that perform validation.
 
 
 
* '''Custom Validation''':
 
 
 
* '''Failed Validation Message''': Message displayed if validation fails.
 
  
 
===Feature Options===
 
===Feature Options===
  
 
----
 
----
* '''[[Track Changes]]''': Keeps track of changes made to this field.
+
* '''Parent Field''' -
 
+
* '''Values''' - The values you want to be listed for selection, delimited by semicolons with no spaces. Example below:
===Value Storage===
 
 
 
----
 
* '''From Custom Field(s)''': The custom field that value(s) will be taken from.
 
 
 
* '''To Custom Field''': The custom field that value(s) will be sent to.
 
  
==Permissions & Availability Tab==
+
<pre>DisplayValue1;DisplayValue2;DisplayValue3</pre>
{{FieldPermissionMatrix}}
+
* '''Enable as Attributes''' -
{{FieldPermissions}}
+
* '''Sort Options to Display Vertically''' - Allows the user to display the selection values in multiple columns, with the values ordered vertically.
{{VisibilityCondition}}
 
{{On New Record}}
 
 
[[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.