|
var MOSSBASIC = { theme : 'advanced', skin: 'o2k7', gecko_spellcheck : true, height: '300px', width: '420px', plugins : 'advlink,directionality', language: 'en', theme_advanced_buttons1: 'bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,forecolor,backcolor,|,outdent,indent,|,numlist,bullist,|,link,charmap', theme_advanced_buttons2 : '', theme_advanced_buttons3 : '', theme_advanced_toolbar_location : 'top', theme_advanced_toolbar_align : 'left', extended_valid_elements : 'a[name|href|target|title|onclick],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],kbd,code', paste_create_paragraphs: false, paste_create_linebreaks: false };
var MOSSFULL = { theme : "advanced", skin: "o2k7", gecko_spellcheck : true, height: "300px", plugins: 'advlink,directionality', language: 'en', theme_advanced_buttons1 : 'fontselect,fontsizeselect,|,bold,italic,underline,|,forecolor,backcolor,justifyleft,justifycenter,justifyright,justifyfull', theme_advanced_buttons2 : 'outdent,indent,|,numlist,bullist,|,hr,link', theme_advanced_buttons3 : '', theme_advanced_toolbar_location : 'top', theme_advanced_toolbar_align : 'left', extended_valid_elements : 'a[name|href|target|title|onclick],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],kbd,code', paste_create_paragraphs:false, paste_create_linebreaks:false };
function RTE_TransferIFrameContentsToTextArea(strBaseElementID) {return;} function RTE_TransferTextAreaContentsToIFrame(strBaseElementID) {return;} function RTE_ConvertTextAreaToRichEdit(strBaseElementID) {return;} function TinyMceConvert(mode, control, numLines){
if (!browseris.ie5up || !browseris.win32 || IsAccessibilityFeatureEnabled()) _spBodyOnLoadFunctionNames.push('removeNsRichHelp(\'' + control + '\')'); if(numLines < 10) mode.height = (numLines * 12) + 'px';
tinyMCE.init(mode); tinyMCE.execCommand('mceAddControl', false, control); }
function removeNsRichHelp(control) { var parent = byid(control).parentNode.parentNode; var children = parent.childNodes;
parent.removeChild(children[0]); parent.removeChild(children[1]); for(i=children.length-1; i>2; i--) parent.removeChild(children[i]); }
|