Commit 62e7cf2d authored by custom's avatar custom

Updates 前端组件/hlsMaskedTextBox.md

Auto commit by GitBook Editor
parent 8c88e7a0
......@@ -2,19 +2,21 @@
实现代码如下:
```asciidoc
```
<h:hlsForm>
<h:hlsHBox>
<h:hlsMaskedTextBox name="bpCode"
id="bpCode"
bind="enabled: enabled, value:model.bpName"
<h:hlsMaskedTextBox name="text"
id="text"
bind="enabled: enabled, value:model.text"
prompt="文本框"
colspan="3"
promptColspan="1"
style="width:100%"
placeholder="文本框"
required="true" />
required="true" />
</h:hlsHBox>
</h:hlsForm>
```
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