Commit 8c88e7a0 authored by custom's avatar custom

Updates 前端组件/hlsMaskedTextBox.md

Auto commit by GitBook Editor
parent 5c33df6c
**Form表单-文本框 ** ![](/assets/Q@06402TWZG54}F{`I46[Z8.png)
实现代码
<h:hlsForm>
<h:hlsHBox>
<h:hlsMaskedTextBox name="bpCode"
id="bpCode"
bind="enabled: enabled, value:model.bpName"
prompt="文本框"
colspan="3"
promptColspan="1"
style="width:100%"
placeholder="文本框"
required="true"
\/>
<\/h:hlsHBox>
<\/h:hlsForm>
实现代码如下:
```asciidoc
<h:hlsForm>
<h:hlsHBox>
<h:hlsMaskedTextBox name="bpCode"
id="bpCode"
bind="enabled: enabled, value:model.bpName"
prompt="文本框"
colspan="3"
promptColspan="1"
style="width:100%"
placeholder="文本框"
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