Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hel-developer-guide
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spencer Chang
hel-developer-guide
Commits
8a7cf3df
Commit
8a7cf3df
authored
Jul 26, 2017
by
custom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates 前端组件/hlsMaskedTextBox.md
Auto commit by GitBook Editor
parent
b9873953
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
hlsMaskedTextBox.md
前端组件/hlsMaskedTextBox.md
+17
-17
No files found.
前端组件/hlsMaskedTextBox.md
View file @
8a7cf3df
## MaskedTextBox
##
hls
MaskedTextBox
格式框
格式框
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
```
xml
```
xml
<!--h:为命名空间,必须要加的;maskedTextBox为组件名;id可写可不写-->
<!--h:为命名空间,必须要加的;maskedTextBox为组件名;id可写可不写-->
<h:
maskedTextBox
id=
"m
askedTextBox"
/>
<h:
hlsMaskedTextBox
id=
"hlsM
askedTextBox"
/>
```
```
#### **一般属性**
#### **一般属性**
...
@@ -15,20 +15,20 @@
...
@@ -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)
> * 属性用法请参考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 |
|
| clearPromptChar | Boolean |
| culture | String |
|
| culture | String |
| mask | String |
|
| mask | String |
| promptChar | String |
|
| promptChar | String |
| unmaskOnPost | Boolean |
|
| unmaskOnPost | Boolean |
| value | String |
|
| value | String |
| change | Function |
|
| change | Function |
| caseLetter | String |
|
| caseLetter | String |
| clearButton | Boolean |
|
| clearButton | Boolean |
| placeholder | String |
|
| placeholder | String |
| bind | Function |
|
| bind | Function |
| required | Boolean |
|
| required | Boolean |
用法示例:
用法示例:
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
> **提示:**
> **提示:**
>
>
> * 上述所有属性直接添加在标签内即可,(**\[
****属性名\]***
* = "..."**)
> * 上述所有属性直接添加在标签内即可,(**\[
\*\***属性名\]**\*\
* = "..."**)
#### **子标签**
#### **子标签**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment