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
chenhao
hel-developer-guide
Commits
b9873953
Commit
b9873953
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
6b587111
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
hlsMaskedTextBox.md
前端组件/hlsMaskedTextBox.md
+7
-7
No files found.
前端组件/hlsMaskedTextBox.md
View file @
b9873953
##
hls
MaskedTextBox
## MaskedTextBox
格式框
##### xml配置
```
xml
<!--h:为命名空间,必须要加的;
hlsM
askedTextBox为组件名;id可写可不写-->
<h:
hlsMaskedTextBox
id=
"hlsM
askedTextBox"
/>
<!--h:为命名空间,必须要加的;
m
askedTextBox为组件名;id可写可不写-->
<h:
maskedTextBox
id=
"m
askedTextBox"
/>
```
#### **一般属性**
...
...
@@ -33,13 +33,13 @@
用法示例:
```
xml
<h:
hlsMaskedTextBox
id=
"hlsMaskedTextBox"
required=
"true"
placeholder=
"hlsMaskedTextBox
"
/>
<h:
maskedTextBox
id=
"maskedtTextBox"
required=
"true"
placeholder=
"maskedTextBox"
clearButton=
"true
"
/>
```
> **提示:**
>
> * 上述所有属性直接添加在标签内即可,(**\[
\*\***属性名\]**\*\
* = "..."**)
> * 上述所有属性直接添加在标签内即可,(**\[
****属性名\]***
* = "..."**)
#### **子标签**
...
...
@@ -54,9 +54,9 @@ function rules(){
```
```
xml
<h:
hlsMaskedTextBox
id=
"hlsMasked
TextBox"
>
<h:
maskedTextBox
id=
"maskedt
TextBox"
>
<h:rules
"~"="/[+-]/"
"^"="fn:rules"
/>
</h:
hlsM
askedTextBox>
</h:
m
askedTextBox>
```
> **提示**:
...
...
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