var SET_Editor_FilePath = "Pds/Board/gallery_06/Editor/";
var myeditor = new cheditor("myeditor");
myeditor.config.editorWidth = '100%';
myeditor.config.editorHeight = '100px';
myeditor.config.editorPath = 'Editor/';
myeditor.config.includeHostname = false;
myeditor.config.useJustifyLeft = false;
myeditor.config.useJustifyCenter = false;
myeditor.config.useJustifyRight = false;
myeditor.config.useJustifyFull = false;
myeditor.config.useOrderedList = false;
myeditor.config.useUnOrderedList = false;
myeditor.config.useOutdent = false;
myeditor.config.useIndent = false;
myeditor.config.useSuperscript = false;
myeditor.config.useSubscript = false;
myeditor.config.useParagraph = false;
myeditor.config.useBackColor = false;
myeditor.config.useBoxStyle = false;
myeditor.config.imgReSize = true;
myeditor.config.imgMaxWidth = 500;
myeditor.config.imgMaxHeight = 500;
myeditor.config.useSource = false;
myeditor.config.editorBgcolor = "#FFFFFF";
myeditor.inputForm = 'cmtContent';
|