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