{ "viewSetting": { "html": "
" }, "documentSetting": { "html": "
", "action": "open" }, "items": [ { "name": "replyContent", "content": { "html": "
"+ "
"+ "
"+ "
"+ " "+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ "
"+ // "
"+ // "
"+ // "
"+ // "
"+ // "
"+ "
"+ "
", "items": { "creatorName" : { "value": "function( d ){ return MWFForum.getReplyCreatorName(d) }" }, // "subject": { "value" : "function(d){ return 8 }" }, // "reply" : { "value" : "function(d){ return 66 }"}, // "accessed": { "value" : "function(d){ return 333 }" }, // "experience": { "value" : "function(d){ return 9 }" }, // "prime": { "value" : "function(d){ return 6 }" }, "createTime" : {"value" : "function( d ){ return MWFForum.getDateDiff2( d.createTime || d.updateTime )}" , "title" : "function( d ){ return d.createTime || d.updateTime }" }, "quoteContent" : { "value": "", "show": "function( d ){ return ( d.parentId && d.parentId!='' ) ? true : false }" }, // "content": { "type" : "html" }, "remove" : { "action" : "remove" }, "userIcon" : { "value": "", "attr" : "src^^function( d ){ return this.explorer.getUserIcon( d.creatorName ) }" }, "index" : { "value" : "function(d){ return d.orderNumber || (d.index + 2) }" }, "replyAction": { "action": "createReply", "condition": "function( d ){ return this.explorer.permission.replyPublishAble && !MWFForum.isReplyMuted() }" } } } } ] }