Lines Matching refs:button
1 # button chapter
21 | value | string | - | 否 | button的文本值。 |
22 | icon | string | - | 否 | button的图标路径,图标格式为jpg,png和svg。 |
80 <div class="div-button">
81 <button class="first" type="capsule" value="Capsule button"></button>
82 <button class="button circle" type="circle" icon="common/ic_add_default.png"></button>
83 <button class="button text" type="text">Text button</button>
84 <button class="button download" type="download" id="download-btn"
85 onclick="progress">{{downloadText}}</button>
86 <button class="last" type="capsule" waiting="true">Loading</button>
92 .div-button {
100 .button {
110 .button:waiting {