Commit 62e7cf2d authored by custom's avatar custom

Updates 前端组件/hlsMaskedTextBox.md

Auto commit by GitBook Editor
parent 8c88e7a0
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
实现代码如下: 实现代码如下:
```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"
...@@ -18,3 +18,5 @@ ...@@ -18,3 +18,5 @@
</h:hlsForm> </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