Commit c7c880ba authored by custom's avatar custom

Deletes 前端组件/hlsMaskedTextBox.md

Auto commit by GitBook Editor
parent b61f316c
MaskedTextBox
-------------
格式框
\#\#\#\#\# xml配置
\`\`\`xml
<!--h:为命名空间,必须要加的;maskedTextBox为组件名;id可写可不写-->
<h:maskedTextBox id="maskedTextBox"\/>
\`\`\`
\#\#\#\# \*\*一般属性\*\*
> \*\*提示:\*\*
> - 属性用法请参考kendoui API文档的maskedTextBox:http:\/\/docs.telerik.com\/kendo-ui\/api\/javascript\/ui\/maskedtextbox
属性名 \| 类型
-------- \| ---
clearPromptChar \| Boolean
culture\| String
mask \| String
promptChar \| String
unmaskOnPost \| Boolean
value \| String
change \| Function
caseLetter \| String
clearButton \| Boolean
placeholder \| String
bind \| Function
required \| Boolean
用法示例:
\`\`\`xml
<**h:hlsMaskedTextBox name="** **MaskedText** **"**
** id="** **MaskedText** **"**
** bind="enabled: enabled, value:model.** **MaskedText** **"**
** prompt="MaskedText** **"**
** colspan="3"**
** promptColspan="1"**
** placeholder="** **MaskedText** **"**
** required="true"**
** clearPromptChar="true"**
** **\/>
\`\`\`
> \*\*提示:\*\*
> - 上述所有属性直接添加在标签内即可,(\*\*\[属性名\] = "..."\*\*
\#\#\#\# \*\*子标签\*\*
属性名 \| 类型
-------- \| ---
rules\| Object
\`\`\`javascript
function rules\(\){
\/\/...
}
\`\`\`
\`\`\`xml
<h:maskedTextBox id="maskedtTextBox">
<h:rules "~"="\/\[+-\]\/" "^"="fn:rules"\/>
<\/h:maskedTextBox>
\`\`\`
>\*\*提示\*\*
> - 遇到\*\*object\*\*类型 就向下添加子标签,当遇到普通类型时,就添加到当前的标签上。
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