Commit 8a7cf3df authored by custom's avatar custom

Updates 前端组件/hlsMaskedTextBox.md

Auto commit by GitBook Editor
parent b9873953
## MaskedTextBox
## hlsMaskedTextBox
格式框
......@@ -6,7 +6,7 @@
```xml
<!--h:为命名空间,必须要加的;maskedTextBox为组件名;id可写可不写-->
<h:maskedTextBox id="maskedTextBox"/>
<h:hlsMaskedTextBox id="hlsMaskedTextBox"/>
```
#### **一般属性**
......@@ -15,20 +15,20 @@
>
> * 属性用法请参考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 | |
| culture | String | |
| mask | String | |
| promptChar | String | |
| unmaskOnPost | Boolean | |
| value | String | |
| change | Function | |
| caseLetter | String | |
| clearButton | Boolean | |
| placeholder | String | |
| bind | Function | |
| required | Boolean | |
| 属性名 | 类型 |
| --- | --- |
| clearPromptChar | Boolean |
| culture | String |
| mask | String |
| promptChar | String |
| unmaskOnPost | Boolean |
| value | String |
| change | Function |
| caseLetter | String |
| clearButton | Boolean |
| placeholder | String |
| bind | Function |
| required | Boolean |
用法示例:
......@@ -39,7 +39,7 @@
> **提示:**
>
> * 上述所有属性直接添加在标签内即可,(**\[****属性名\]**** = "..."**)
> * 上述所有属性直接添加在标签内即可,(**\[\*\***属性名\]**\*\* = "..."**)
#### **子标签**
......
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