UNPKG

527 BHTMLView Raw
1<x-html title="Module wdg.label">
2 <wdg-code $name="wdg.label"
3 id="lbl"
4 value="label / txtValue"
5 wide="false / chkWide"
6 visible="true / chkVisible">
7 <wdg:text id="txtValue" $label="value" $value="value" $wide="true" />
8 <wdg:checkbox id="chkWide"
9 $text="wide" $value="false" $wide="true" />
10 <wdg:checkbox id="chkVisible"
11 $text="visible" $value="true" $wide="true"/>
12 </wdg-code>
13</x-html>