223 Star 1.1K Fork 336

GVPzlgopen / awtk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
how_to_edit_time.md 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
xianjimli 提交于 2020-08-16 09:10 . update docs

如何用 edit 控件编辑时间

用 edit 控件编辑时间,将 edit 的 input_type 指定为"time"即可。

  • 基本用法

示例:

 <edit w="70%" text="12:16"  tips="time"  input_type="time"/>
  • 启用自动修正功能

示例:

<edit w="70%" text="" tips="time autofix"   input_type="time" auto_fix="true"/>

time 只能输入时分,要输入时分秒请用 time_full。

参考:input type

C
1
https://gitee.com/zlgopen/awtk.git
git@gitee.com:zlgopen/awtk.git
zlgopen
awtk
awtk
master

搜索帮助