scripting:dialogs:checkbox

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
scripting:dialogs:checkbox [2015/03/16 12:18] – [Properties] adminscripting:dialogs:checkbox [2018/01/10 20:41] (current) – external edit 127.0.0.1
Line 3: Line 3:
 Check box control with ability to set/read boolean flags.  Check box control with ability to set/read boolean flags. 
 {{ :scripting:dialogs:checkbox.png?200|Check Box demo}} {{ :scripting:dialogs:checkbox.png?200|Check Box demo}}
 +\\
  
 ===== Properties ===== ===== Properties =====
Line 16: Line 16:
  
 ^ Event     ^ Description    ^ ^ Event     ^ Description    ^
-| **onclick**    | event handler (function name) to be called, if check box is clicked|  +| **[[scripting:dialogs:events:onclick|onclick]]**    | event handler (function name) to be called, if check box is clicked|  
  
 ===== Example ===== ===== Example =====