scripting:dialogs:radiobutton

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
scripting:dialogs:radiobutton [2015/03/25 11:22] – created adminscripting:dialogs:radiobutton [2018/01/10 20:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Radio Button ====== ====== Radio Button ======
  
 +{{ :scripting:dialogs:radiobutton.png|Radio Button Demo}}
 Standalone radio button control to show exclusive choices.  Standalone radio button control to show exclusive choices. 
-{{ :scripting:dialogs:radiobutton.png?250|Radio Button Demo}} 
  
  
Line 10: Line 10:
 | **id**    | empty | id (name) of the script data object (boolean) associated with control |   | **id**    | empty | id (name) of the script data object (boolean) associated with control |  
 | **title**    | empty | title of the control. |   | **title**    | empty | title of the control. |  
 +| **align**    | stretched | [[scripting:dialogs:align|Alignment]] of the control |  
 | **groupstart**    | false | Indicator of group start. Group ends by next radio button with //groupstart// set or by last standalone radio button control. Only one radio button in group can be selected. |   | **groupstart**    | false | Indicator of group start. Group ends by next radio button with //groupstart// set or by last standalone radio button control. Only one radio button in group can be selected. |  
 | **checked**    | false | Checked state of the control. Will be taken if no state variable is bound (variable in dialog storage with name corresponding to //id// property) |   | **checked**    | false | Checked state of the control. Will be taken if no state variable is bound (variable in dialog storage with name corresponding to //id// property) |