EasyUI 各种json数据格式
EasyUI中,用到的各种数据的json数据格式
1. combobox
[{ "id":1, "text":"text1" },{ "id":2, "text":"text2" },{ "id":3, "text":"text3", "selected":true },{ "id":4, "text":"text4" },{ "id":5, "text":"text5" }]
2. datagrid
[{ "code":"001", "name":"name1", "addr":"Address1", "col4":"Col41" },{ "code":"002", "name":"name2", "addr":"Address2", "col4":"Col42" },{ "code":"003", "name":"name3", "addr":"Address3", "col4":"Col43" },{ "code":"004", "name":"name4", "addr":"Address4", "col4":"Col44" },{ "code":"005", "name":"name5", "addr":"Address5", "col4":"Col45" }]
3. tree
[{ "id":1, "text":"Folder1", "iconCls":"icon-ok", "children":[{ "id":2, "text":"File1", "checked":true },{ "id":3, "text":"Folder2", "state":"open", "children":[{ "id":4, "text":"File3", "attributes":{ "p1":"value1", "p2":"value2" }, "checked":true, "iconCls":"icon-reload" },{ "id":8, "text":"Async Folder", "state":"closed" }] }] },{ "text":"Language", "state":"closed", "children":[{ "id":"j1", "text":"Java" },{ "id":"j2", "text":"C#" }] }]
4. propertygrid
[{ "name":"Name", "value":"Bill Smith", "group":"ID Settings", "editor":"text" },{ "name":"Address", "value":"", "group":"ID Settings", "editor":"text" },{ "name":"Age", "value":"40", "group":"ID Settings", "editor":"text" },{ "name":"Birthday", "value":"01/02/2012", "group":"ID Settings", "editor":"datebox" },{ "name":"SSN", "value":"123-456-7890", "group":"ID Settings", "editor":"text" },{ "name":"Email", "value":"[email protected]", "group":"Marketing Settings", "editor":{ "type:":"validatebox", "options":"email" } },{ "name":"FrequentBuyer", "value":false, "group":"Marketing Settings", "editor":{ "type":"checkbox", "options":{"on":true,"off":"false"} } }]
5. treegrid
[{ "id":1, "region":"Wyoming", "children":[{ "id":11, "region":"Albin", "091":"1800", "092":"1800", "093":"1903", "094":"2193", "101":"2133", "102":"1923", "103":"2018", "104":"1928" },{ "id":12, "region":"Canon", "091":"1800", "092":"1800", "093":"1903", "094":"2193", "101":"2133", "102":"1923", "103":"2018", "104":"1928" },{ "id":13, "region":"Egbert", "091":"1800", "092":"1800", "093":"1903", "094":"2193", "101":"2133", "102":"1923", "103":"2018", "104":"1928" }] },{ "id":2, "region":"Washington", "children":[{ "id":21, "region":"Bellingham", "091":"1800", "092":"1800", "093":"1903", "094":"2193", "101":"2133", "102":"1923", "103":"2018", "104":"1928" },{ "id":22, "region":"Other", "091":"1800", "092":"1800", "093":"1903", "094":"2193", "101":"2133", "102":"1923", "103":"2018", "104":"1928" }] }]
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。