Commit 2d5f47b6 authored by yang's avatar yang
parents 065d39c2 a7e26e6d
## hlsMaskedTextBox ## hlsMaskedTextBox(文本框)
格式框 格式框
...@@ -15,20 +15,17 @@ ...@@ -15,20 +15,17 @@
> >
> * 属性用法请参考kendoui API文档的maskedTextBox:[http:\/\/docs.telerik.com\/kendo-ui\/api\/javascript\/ui\/maskedtextbox](http://docs.telerik.com/kendo-ui/api/javascript/ui/maskedtextbox) > * 属性用法请参考kendoui API文档的maskedTextBox:[http:\/\/docs.telerik.com\/kendo-ui\/api\/javascript\/ui\/maskedtextbox](http://docs.telerik.com/kendo-ui/api/javascript/ui/maskedtextbox)
| 属性名 | 类型 | | 属性名 | 类型 | 说明 |
| --- | --- | | --- | --- | --- |
| clearPromptChar | Boolean | | id | String | 唯一英文标识 |
| culture | String | | promptColspan | number | 该数字将会与col-sm-?进行拼接,替代问号,生成对应bootstrap的css样式,渲染描述的样式 |
| mask | String | | promptClassName | String | 描述的样式名称,会将对应的样式添加到描述中 |
| promptChar | String | | promptImage | String | 描述前面的一个文本图像,在设置为必填的时候会出现一个红色的* |
| unmaskOnPost | Boolean | | prompt | String | 中文描述 || colspan| number | 该数字会与col-sm-?进行拼接,替代问号,生成对应bootStrap的css样式,渲染文本框的样式 |
| value | String | | hlsClassName | String | 标签的样式名称 |
| change | Function | | placeholder | String | 占位符 |
| caseLetter | String | | bind | expressions | 绑定数据 |
| clearButton | Boolean |
| placeholder | String |
| bind | Function |
| required | Boolean |
用法示例: 用法示例:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment