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> ```asciidoc
<h:hlsForm>
&lt;h:hlsHBox&gt; <h:hlsHBox>
<h:hlsMaskedTextBox name="bpCode"
&lt;h:hlsMaskedTextBox name="bpCode" id="bpCode"
bind="enabled: enabled, value:model.bpName"
id="bpCode" prompt="文本框"
colspan="3"
bind="enabled: enabled, value:model.bpName" promptColspan="1"
style="width:100%"
prompt="文本框" placeholder="文本框"
required="true" />
colspan="3" </h:hlsHBox>
</h:hlsForm>
promptColspan="1" ```
style="width:100%"
placeholder="文本框"
required="true"
\/&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