User:Jcreer/SMS:DMI Table Elements

From XMS Wiki
< User:Jcreer
Revision as of 19:55, 6 March 2015 by Jcreer (talk | contribs) (Created page with "=====Element ''< table >''===== {|class="wikitable" |- |width="70"|'''Info''' |width="530"| Table widget with columns and rows. Will most likely have multiple column and row...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Element < table >
Info Table widget with columns and rows. Will most likely have multiple column and row tags.
Versions 1, 2
Attributes none
Children read_only, column, row, dependency, unique_name, text_style
Used by item
Example Read only table with 2 columns and 3 rows. The number of rows are fixed.
< table >
    <unique_name>myTable </unique_name> 
    <read_only></read_only>                	
    <fixed_row_count>3</fixed_row_count>
    <column>
       <text>hours</text>
    </column>
    <column>
        <text>minutes</text>
    </column>
</ table >