Commit 0b5a1ede authored by Jefferyne's avatar Jefferyne

Creates 前端组件/Grid.md

Auto commit by GitBook Editor
parent 1ead98c1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#### **一般属性** #### **一般属性**
> **提示:** > **提示:**
> >
> * 属性用法请参考kendoui API文档的maskedTextBox:[http:\/\/docs.telerik.com\/kendo-ui\/api\/javascript\/ui\/maskedtextbox](http://docs.telerik.com/kendo-ui/api/javascript/ui/maskedtextbox) > * 属性用法请参考kendoui API文档的maskedTextBox:[http:\/\/docs.telerik.com\/kendo-ui\/api\/javascript\/ui\/maskedtextbox](http://docs.telerik.com/kendo-ui/api/javascript/ui/maskedtextbox)
| 属性名 | 类型 | | 属性名 | 类型 |
...@@ -34,11 +34,10 @@ ...@@ -34,11 +34,10 @@
```xml ```xml
<h:hlsMaskedTextBox id="hlsMaskedTextBox" required="true" placeholder="hlsMaskedTextBox"/> <h:hlsMaskedTextBox id="hlsMaskedTextBox" required="true" placeholder="hlsMaskedTextBox"/>
``` ```
> **提示:** > **提示:**
> >
> * 上述所有属性直接添加在标签内即可,(**\[\*\***属性名\]**\*\* = "..."**) > * 上述所有属性直接添加在标签内即可,(**\[\*\***属性名\]**\*\* = "..."**)
#### **子标签** #### **子标签**
...@@ -60,6 +59,8 @@ function rules(){ ...@@ -60,6 +59,8 @@ function rules(){
``` ```
> **提示**: > **提示**:
> >
> * 遇到**object**类型 就向下添加子标签,当遇到普通类型时,就添加到当前的标签上。 > * 遇到**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