Commit 9233c533 authored by Jefferyne's avatar Jefferyne

Updates 前端组件/DataSource.md

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