Commit 9233c533 authored by Jefferyne's avatar Jefferyne

Updates 前端组件/DataSource.md

Auto commit by GitBook Editor
parent 5ae8ed3e
...@@ -86,14 +86,14 @@ ...@@ -86,14 +86,14 @@
* update * update
* destroy * destroy
| 属性名 | 类型 | | 属性名 | 类型 | 描述 |
| --- | --- | | :--- | :--- | :--- |
| cache | Boolean | | cache | Boolean | 设置为true将数据缓存住 |
| contentType | String | | contentType | String | 发送到服务器的内容的http的头 |
| data | Object \| Function | | data | Object \| Function | 发送到远程服务的附加参数 |
| dataType | String | | dataType | String | 服务器期望的返回类型 |
| type | String | | type | String | 请求类型 |
| url | String \| Function | | url | String \| Function | 请求地址 |
```xml ```xml
<h:transport parameterMap="parameterMap"> <h:transport parameterMap="parameterMap">
...@@ -110,14 +110,14 @@ ...@@ -110,14 +110,14 @@
#### **schema属性** #### **schema属性**
| 属性名 | 类型 | | 属性名 | 类型 | 描述 |
| --- | --- | | :--- | :--- | :--- |
| data | String \| Function | | data | String \| Function | 包含数据项的服务器的相应字段 |
| errors | String \| Function | | errors | String \| Function | 包含服务器端的错误的数据 |
| groups | String \| Function | | groups | String \| Function | 包含组的服务器端数据 |
| parse | Function | | parse | Function | 预处理解析服务器响应 |
| total | String \| Function | | total | String \| Function | 数据项的总数 |
| type | String | | type | String | 相应类型支持XML和JSON |
```xml ```xml
<h:dataSource id="gridDataSource" > <h:dataSource id="gridDataSource" >
...@@ -131,10 +131,10 @@ ...@@ -131,10 +131,10 @@
* model * model
| 属性名 | 类型 | | 属性名 | 类型 | 描述 |
| --- | --- | | :--- | :--- | :--- |
| id | String | | id | String | 唯一标识 |
| editable | Function | | editable | Function | 设置是否可编辑 |
```xml ```xml
<h:schema data="rows" total="total" errors="schemaError"> <h:schema data="rows" total="total" errors="schemaError">
...@@ -150,17 +150,17 @@ ...@@ -150,17 +150,17 @@
* field * field
| 属性名 | 类型 | | 属性名 | 类型 | 描述 |
| --- | --- | | :--- | :--- | :--- |
| name | String | | name | String | |
| defaultValue | Object | | defaultValue | Object | |
| editable | Boolean | | editable | Boolean | |
| nullable | Boolean | | nullable | Boolean | |
| parse | Function | | parse | Function | |
| type | String | | type | String | |
| from | String | | from | String | |
| checkedValue | String | | checkedValue | String | |
| uncheckedValue | String | | uncheckedValue | String | |
```xml ```xml
<h:schema data="rows" total="total" errors="schemaError"> <h:schema data="rows" total="total" errors="schemaError">
......
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