Commit 5c417fc0 authored by 高洋's avatar 高洋

Updates common-javascript.md

Auto commit by GitBook Editor
parent f2e64bf4
......@@ -3,7 +3,7 @@
第一个参数id为字段的id,第二个参数flag为true时将该字段设为必填,为false时将该字段设为非必填。
```html
<h:hlsMaskedTextBox id="maskedTextBox"/>
```
```javascript
Hel.setRequired('maskedTextBox',true);
<script><![CDATA[
Hel.setRequired('maskedTextBox',true);
]]></script>
```
\ No newline at end of file
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