{ "viewSetting": { "html": "
" }, "headSetting": { "html": "" }, "documentSetting": { "html": "", "mouseoverStyles": "documentNode_over", "mousedownStyles": "documentNode_down", "action": "open" }, "items": [ // { // "name": "$checkbox", // "head": { // "html": "", // "width": "5%" // }, // "content": { // "html": "", // //"condition": "function(d){ return d.status==0 ? true : false }", // "value": "" // } // }, { "name": "title", "head": { "html": "
|
", "width": "58%" }, "content": { "html": ""+ " "+ " []"+ " "+ "", "items": { "title" : {}, "type" : {}, "icon" : { "type" : "html", "value" : "function(d){ var path = '/x_component_ForumSection/$Main/default/icon/'; if(d.isTopSubject){ return ''; }else if(d.isCreamSubject){ return ''; }else if(d.typeCategory == this.lp.vote ){ return ''; }else if(d.typeCategory == this.lp.question ){ return ''; }else{ return ''} }" } } } }, { "name": "creatorName", "head": { "html": "", "width": "14%" }, "content": { "html": "
", "items": { "creatorName" : { "value" : "function(d){ return d.creatorName.split('@')[0] }", "styles" : "person", "mouseoverStyles": "person_over", "event" : "click^^function(node){ this.app.openPerson( this.data.creatorName ) }" }, "createTime" : { "value" : "function(d){ return MWFForum.getDateDiff( d.createTime ) }" } } } }, { "name": "replyAndReadCount", "head": { "html": "", "width": "9%" }, "content": { "html": "
", "items": { "total" : { "value" : "function(d){ return d.replyTotal +'/' + d.viewTotal }" } } } }, { "name": "lastReply", "head": { "html": "", "width": "9%" }, "content": { "html": "
", "items": { "latestReplyUser" : { "value" : "function(d){ return (d.latestReplyUser || '').split('@')[0] }", "styles" : "person", "mouseoverStyles": "person_over", "event" : "click^^function(node){ this.app.openPerson( this.data.latestReplyUser || '') }" }, "latestReplyTime2" : { "show": "function( d ){ return !d.latestReplyUser ? false : true }", "value" : "function(d){ return MWFForum.getDateDiff( d.latestReplyTime ) }" } } } }, { //"access": "admin", "head": { "html": "", "width": "10%" }, "content": { "html": "" + " " + " " + "", "items": { "edit": { //"access": "admin", "title": "edit", //"text": "edit", "action": "edit", "condition": "function( d ){ return this.app.isAdmin || (d.creatorName == this.app.userName) }", "styles": "actionEditNode", "mouseoverStyles": "actionEditNode_over", "mousedownStyles": "actionEditNode_over" }, "remove": { "title": "remove", //"text": "remove", "action": "remove", "condition": "function( d ){ return this.app.isAdmin || (d.creatorName == this.app.userName) }", "styles": "actionDeleteNode", "mouseoverStyles": "actionDeleteNode_over", "mousedownStyles": "actionDeleteNode_down" } } } } ] }