{ "viewSetting": { "html": "
" }, "headSetting": { "html": "" }, "documentSetting": { "html": "", "mouseoverStyles": "documentNode_over", "mousedownStyles": "documentNode_down", "holdMouseDownStyles" : true, "action": "open" }, "items": [ // { // "name": "$checkbox", // "head": { // "html": "", // "width": "5%" // }, // "content": { // "html": "", // //"condition": "function(d){ return d.status==0 ? true : false }", // "value": "" // } // }, { "name": "icon", "head": { "html": "", "width": "3%" }, "content": { "html": ""+ "
"+ "", "items": { "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": "sectionName", "head": { "html": "", "width": "12%" }, "content": { "html": ""+ "
"+ "", "items": { "sectionName": { "value" : "function(d){ return d.sectionName.length > 8 ? d.sectionName.substr(0,8)+'...' : d.sectionName }", "styles" : "function(d){ var formSetting = MWF.xApplication.Forum.ForumSetting[ d.forumId ]; return { 'color' : formSetting ? formSetting.forumColor : '#666' } }", "event" : "click^^function( node, ev ){ this.openSection( ev ) }" } } } }, { "name": "title", "head": { "html": "", "width": "53%" }, "content": { "html": ""+ " []"+ " "+ "", "items": { "title" : {}, "type" : {} } } }, { "name": "creatorName", "head": { "html": "", "width": "10%" }, "content": { "html": "
", "items": { "creatorName" : { "value" : "function(d){ return MWFForum.getSubjectCreatorName(d) }", "title" : "function(d){ return MWFForum.getSubjectCreatorName(d) }", "styles" : "person", "mouseoverStyles": "person_over", "event" : "click^^function(node){ this.app.openPerson( this.data.creatorName, this.data ) }"}, "createTime" : { "value" : "function(d){ return MWFForum.getDateDiff( d.createTime ) }" } } } }, { "name": "replyAndReadCount", "head": { "html": "", "width": "7%" }, "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 MWFForum.getLastReplyUserName(d) }", "title" : "function(d){ return MWFForum.getLastReplyUserName(d) }", "styles" : "person", "mouseoverStyles": "person_over", "event" : "click^^function(node){ this.app.openPerson( this.data.latestReplyUser, this.data ) }" }, "latestReplyTime2" : { "show": "function( d ){ return !d.latestReplyUser ? false : true }", "value" : "function(d){ return MWFForum.getDateDiff( d.latestReplyTime ) }" } } } }, { //"access": "admin", "head": { "html": "", "width": "6%" }, "content": { "html": ""+ " " + " " + " "+ "", "items": { "edit": { //"access": "admin", "title": "edit", "action": "edit", "condition": "function( d ){ return (d.typeCategory!='投票' && d.typeCategory!=this.app.lp.vote) && (this.isAdmin() || MWFForum.isSubjectEditor(d)) }", "styles": "actionEditNode", "mouseoverStyles": "actionEditNode_over", "mousedownStyles": "actionEditNode_over" }, "placeholder" : { "show": "function( d ){ return !((d.typeCategory!='投票' && d.typeCategory!=this.app.lp.vote) && (this.isAdmin() || MWFForum.isSubjectEditor(d))) }" }, "remove": { "title": "remove", "action": "remove", "condition": "function( d ){ return this.isAdmin() || MWFForum.isSubjectEditor(d) }", "styles": "actionDeleteNode", "mouseoverStyles": "actionDeleteNode_over", "mousedownStyles": "actionDeleteNode_down" } } } } ] }