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