toloframework
Version: 
Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.
14 lines (13 loc) • 514 B
HTML
<x-html title="Module wdg.label">
    <wdg-code $name="wdg.label"
             id="lbl"
             value="label / txtValue"
             wide="false / chkWide"
             visible="true / chkVisible">
        <wdg:text id="txtValue" $label="value" $value="value" $wide="true" />
        <wdg:checkbox id="chkWide"
                      $text="wide" $value="false" $wide="true" />
        <wdg:checkbox id="chkVisible"
                      $text="visible" $value="true" $wide="true"/>
    </wdg-code>
</x-html>