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) **Form表单-文本框 ** ![](/assets/Q@06402TWZG54}F{`I46[Z8.png)
实现代码 实现代码如下:
<h:hlsForm>
<h:hlsHBox>
<h:hlsMaskedTextBox name="bpCode"
```asciidoc
<h:hlsForm>
<h:hlsHBox>
<h:hlsMaskedTextBox name="bpCode"
id="bpCode" id="bpCode"
bind="enabled: enabled, value:model.bpName" bind="enabled: enabled, value:model.bpName"
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:hlsForm>
\/&gt; ```
&lt;\/h:hlsHBox&gt;
&lt;\/h:hlsForm&gt;
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