UNPKG

1.67 kBHTMLView Raw
1<x-html title="Module wdg.text">
2 <wdg-code $name="wdg.text"
3 value="true / txtValue"
4 label="My Label / txtLabel"
5 size="0 / txtSize"
6 placeholder="Type text... / txtPlaceholder"
7 type="My Label / txtType"
8 validator=" / txtValidator"
9 list="Animal, Bomb, Castel, Deus, Extravaganza, Fabulous, Gangster / txtList"
10 enabled="true / chkEnabled"
11 wide="false / chkWide"
12 visible="true / chkVisible">
13 <wdg:text id="txtValue" $label="value" $value="true" $wide="true" />
14 <wdg:text id="txtLabel" $label="label" $value="My Label" $wide="true" />
15 <wdg:text id="txtSize" $label="size" $value="0" $wide="true" />
16 <wdg:text id="txtPlaceholder" $label="placeholder" $value="Type text..." $wide="true" />
17 <wdg:text id="txtType" $label="type" $value="" $wide="true"
18 $list="text, button, checkbox, color, date, datetime, email, file, hidden, image, month, password, radio, range, reset, search, submit, tel, time, url, week" />
19 <wdg:text id="txtValidator" $label="validator" $value="" $wide="true" />
20 <wdg:text id="txtList" $label="list" $value="Animal, Bomb, Castel, Deus, Extravaganza, Fabulous, Gangster" $wide="true" />
21 <wdg:checkbox id="chkWide"
22 $text="wide" $value="false" $wide="true" />
23 <wdg:checkbox id="chkEnabled"
24 $text="enabled" $value="true" $wide="true" />
25 <wdg:checkbox id="chkVisible"
26 $text="visible" $value="true" $wide="true"/>
27 </wdg-code>
28</x-html>