{ "viewSetting": { "html": "
" }, "headSetting": { "html": "" }, "documentSetting": { "html": "", "mouseoverStyles": "documentNode_over", "action": "open" }, "items": [ { "name": "person", "head": { "html": "", "width": "15%" }, "content": { "html": "", "items": { "person" : { "value": "function(d){ return d.person.split('@')[0] }" } } } }, { "name": "unmuteDate", "head": { "html": "", "width": "15%" }, "content": { "html": "", "items": { "unmuteDate" : {} } } }, { "name": "reason", "head": { "html": "", "width": "40%" }, "content": { "html": "", "items": { "reason" : {} } } }, { "name": "createTime", "head": { "html": "", "width": "15%" }, "content": { "html": "", "items": { "createTime" : {} } } }, { //"access": "admin", "head": { "html": "", "width": "15%" }, "content": { "html": "" + " " + " " + "", "items": { "action_edit": { //"access": "admin", "title": "edit", "text": "edit", "action": "action_edit", "condition": "function( d ){ return MWF.AC.isBBSManager() }", "styles": "documentActionNode", "mouseoverStyles": "documentActionNode_over", "mousedownStyles": "documentActionNode_down" }, "remove": { "title": "unmute", "text": "unmute", "action": "unmute", "condition": "function( d ){ return MWF.AC.isBBSManager() }", "styles": "documentActionNode", "mouseoverStyles": "documentActionNode_over", "mousedownStyles": "documentActionNode_down" } } } } ] }