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
1
Merge Requests
1
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
hel-guide
hel-developer-guide
Commits
62e7cf2d
Commit
62e7cf2d
authored
Jul 25, 2017
by
custom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates 前端组件/hlsMaskedTextBox.md
Auto commit by GitBook Editor
parent
8c88e7a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
hlsMaskedTextBox.md
前端组件/hlsMaskedTextBox.md
+7
-5
No files found.
前端组件/hlsMaskedTextBox.md
View file @
62e7cf2d
...
@@ -2,19 +2,21 @@
...
@@ -2,19 +2,21 @@
实现代码如下:
实现代码如下:
```
asciidoc
```
<h:hlsForm>
<h:hlsForm>
<h:hlsHBox>
<h:hlsHBox>
<h:hlsMaskedTextBox name="
bpCode
"
<h:hlsMaskedTextBox name="
text
"
id="
bpCode
"
id="
text
"
bind="enabled: enabled, value:model.
bpName
"
bind="enabled: enabled, value:model.
text
"
prompt="文本框"
prompt="文本框"
colspan="3"
colspan="3"
promptColspan="1"
promptColspan="1"
style="width:100%"
style="width:100%"
placeholder="文本框"
placeholder="文本框"
required="true"
/>
required="true" />
</h:hlsHBox>
</h:hlsHBox>
</h:hlsForm>
</h:hlsForm>
```
```
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