index.wxml 759 B

123456789101112131415
  1. <wux-keyboard id="wux-keyboard" />
  2. <view class="page">
  3. <view class="page__hd">
  4. <view class="page__title">KeyBoard</view>
  5. <view class="page__desc">数字键盘</view>
  6. </view>
  7. <view class="page__bd page__bd_spacing">
  8. <wux-button block type="light" bind:click="open">Open KeyBoard</wux-button>
  9. <wux-button block type="light" bind:click="openWitdhDisorder">Open a disorderly KeyBoard</wux-button>
  10. <wux-button block type="light" bind:click="openWithPromiseCallback">Open KeyBoard with promise callback</wux-button>
  11. <wux-button block type="light" bind:click="openPlain">Plain theme</wux-button>
  12. <wux-button block type="light" bind:click="openTimed">Open and close</wux-button>
  13. </view>
  14. </view>