2018-12-31

This commit is contained in:
monlor
2018-12-31 23:47:47 +08:00
commit 3ae56f5e6e
1091 changed files with 173538 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"fields": [{
"field": "ck",
"checkbox": true
}, {
"field": "name",
"width": "100",
"editor": {
"type": "textbox",
"options": {
"required": true
}
}
}, {
"field": "description",
"width": "120",
"editor": "textbox"
}, {
"field": "color",
"width": "80",
"editor": "textbox",
"formatter": "color"
}]
}