{ "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": "roleType", "head": { "html": "", "width": "10%" }, "content": { "html": "", "items": { "roleType" : {} } } }, { "name": "roleName", "head": { "html": "", "width": "20%" }, "content": { "html": "", "items": { "roleName" : {} } } }, { "name": "roleCode", "head": { "html": "", "width": "20%" }, "content": { "html": "", "items": { "roleCode" : {} } } }, { "name": "description", "head": { "html": "", "width": "40%" }, "content": { "html": "", "items": { "description" : {} } } }, { //"access": "admin", "head": { "html": "", "width": "20%" }, "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" } } } } ] }