User:Jcreer/SMS:DMI Check Box Elements: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
(Created page with "=====Element ''<check_box>''===== {|class="wikitable" |- |width="70"|'''Info''' |width="530"|Widget that displays text that is checked/unchecked. |- |'''Versions''' |1, 2 |- |...") |
No edit summary |
||
Line 1: | Line 1: | ||
==Elements== | |||
=====Element ''<check_box>''===== | =====Element ''<check_box>''===== | ||
{|class="wikitable" | {|class="wikitable" | ||
Line 29: | Line 30: | ||
|} | |} | ||
==Attributes== |
Revision as of 22:14, 10 March 2015
Elements
Element <check_box>
Info | Widget that displays text that is checked/unchecked. |
Versions | 1, 2 |
Attributes | none |
Children | text, default, unique_name, dependency, export_text_checked, export_text_unchecked, text_style |
Used by | item |
Example |
<check_box> <text>Calculate Sediment Transport</text> <default>checked</default> <unique_name>togCalcSedimentTransport</unique_name> <export_text_checked>ON</export_text_checked> <export_text_unchecked>OFF</export_text_unchecked> <dependency>…</dependency>… </ check_box > |