toloframework
Version:
Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.
17 lines (15 loc) • 689 B
HTML
<wdg.button>
<wdg:text att="text" $label="text" $value="Button" />
<wdg:combo att="type" $label="type" $value="standard" $content="standard, primary, secondary" />
<wdg:text att="icon" $label="icon" $value="ok"
$list="gear, ok, cancel, close, menu, back, add"/>
<wdg:checkbox att="flat" $text="flat" $value="false" />
<wdg:checkbox att="inverted" $text="inverted" $value="false" />
<wdg:checkbox att="wait" $text="wait" $value="false" />
<wdg:checkbox att="enabled" $text="enabled" $value="true" />
<wdg:checkbox att="wide" $text="wide" $value="false" />
<hr/>
<x-md>
Les boutons, c'est __super__ !
</x-md>
</wdg.button>