|
文章推荐权重(必填项目,请填写正整数;首页和栏目页面在显示内容列表的时候将根据推荐的权重进行排序,权重值大的排在前边,小的排在后边):
是否生成静态文件(生成静态文件可以很大程度降低服务器的资源占用,推荐选择“是”):
是 否
文章内容(使用“网页编辑器”对链接内容进行可视化编辑,支持图文混排):
字符串 oRichEditor.suffix = sTmpValue.substr(RegExp.lastIndex - 7); sTmpValue = sTmpValue.substr(0, RegExp.lastIndex - 7); } else { oRichEditor.suffix = ''; } //end if oRichEditor.value = sTmpValue; } //end if oDoc = oRichEditor.frameWindow.document; oDoc.designMode = "On"; oDoc.open(); var s = '' + '' + oRichEditor.value + ''; oDoc.write(s); oDoc.close(); oRichEditor.setHTML = function (sHtml) { oRichEditor.value = sHtml; _SysInitRichEditor(); } //end setHTML oRichEditor.getHTML = function () { return oRichEditor.frameWindow.document.body.innerHTML; } //end getHTML } //end function _SysInitRichEditor // Event handle ... window.onload = _SysInitRichEditor; window.onunload = _SysCloseEditorUI; //-->