Difference between revisions of "ISUI:commandcheckbox (Element Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
|-
 
|-
 
| '''Command'''
 
| '''Command'''
| Command to be executed when the unchecked box is clicked || RunScript MyScript
+
| Command to be executed when the unchecked box is clicked (or the checked box if CommandChecked not specified)|| RunScript MyScript
 
|-
 
|-
 
| '''CommandChecked'''
 
| '''CommandChecked'''

Revision as of 22:17, 14 September 2005

Overview

Base Element

XML Properties

Tag Description Example
Command Command to be executed when the unchecked box is clicked (or the checked box if CommandChecked not specified) RunScript MyScript
CommandChecked Command to be executed when the checked box is clicked Script[MyScript]:End
Data Mathematical Formula (may include data sequences) used to determine whether the button is checked or unchecked ${Script[MyScript](exists)}

See Also