{ "viewSetting": { "html": "
" }, "headSetting": { "html": "" }, "documentSetting": { "html": "", "mouseoverStyles": "documentNode_over", "action": "open" }, "items": [ // { // "name": "$checkbox", // "head": { // "html": "", // "width": "5%" // }, // "content": { // "html": "", // //"condition": "function(d){ return d.status==0 ? true : false }", // "value": "" // } // }, { "name": "configName", "head": { "html": "", "width": "15%" }, "content": { "html": "", "items": { "configName" : {} } } }, { "name": "configCode", "head": { "html": "", "width": "15%" }, "content": { "html": "", "items": { "configCode" : {} } } }, { "name": "configValue", "head": { "html": "", "width": "20%" }, "content": { "html": "", "items": { "configValue" : {} } } }, { "name": "orderNumber", "head": { "html": "", "width": "10%" }, "content": { "html": "", "items": { "orderNumber" : {} } } }, { "name": "description", "head": { "html": "", "width": "30%" }, "content": { "html": "", "items": { "description" : {} } } } // { // "head": { // "html": "", // "width": "10%" // }, // "content": { // "html": "" + // " " + // " " + // "", // "items": { // "action_edit": { // //"access": "admin", // "title": "edit", // "text": "edit", // "action": "action_edit", // "styles": "documentActionNode", // "mouseoverStyles": "documentActionNode_over", // "mousedownStyles": "documentActionNode_down" // }, // "remove": { // "title": "remove", // "text": "remove", // "action": "remove", // "condition": "function( d ){ return true }", // "styles": "documentActionNode", // "mouseoverStyles": "documentActionNode_over", // "mousedownStyles": "documentActionNode_down" // } // } // } // } ] }