blue.js
上传用户:avia982301
上传日期:2008-10-30
资源大小:557k
文件大小:5k
源码类别:

.net编程

开发平台:

C#

  1. config.ButtonDir = "gray";
  2. config.StyleUploadDir = "uploadfile/";
  3. config.InitMode = "EDIT";
  4. config.AutoDetectPasteFromWord = "1";
  5. config.BaseUrl = "1";
  6. config.BaseHref = "";
  7. config.AutoRemote = "1";
  8. config.ShowBorder = "0";
  9. config.StateFlag = "1";
  10. config.CssDir = "blue";
  11. config.AutoDetectLanguage = "1";
  12. config.DefaultLanguage = "zh-cn";
  13. config.AllowBrowse = "0";
  14. function showToolbar(){
  15. document.write ("<table border=0 cellpadding=0 cellspacing=0 width='100%' class='Toolbar' id='eWebEditor_Toolbar'><tr><td><div class=yToolbar><DIV CLASS=TBHandle></DIV><SELECT CLASS=TBGen onchange="format('FormatBlock',this[this.selectedIndex].value);this.selectedIndex=0">"+lang["FormatBlock"]+"</SELECT><SELECT CLASS=TBGen onchange="formatFont('fontname',this[this.selectedIndex].value);this.selectedIndex=0">"+lang["FontName"]+"</SELECT><SELECT CLASS=TBGen onchange="formatFont('fontsize',this[this.selectedIndex].value);this.selectedIndex=0">"+lang["FontSize"]+"</SELECT><SELECT CLASS=TBGen onchange="doZoom(this[this.selectedIndex].value)"><option value='10'>10%</option><option value='25'>25%</option><option value='50'>50%</option><option value='75'>75%</option><option value='100' selected>100%</option><option value='150'>150%</option><option value='200'>200%</option><option value='500'>500%</option></SELECT><DIV CLASS=Btn TITLE='"+lang["Bold"]+"' onclick="format('bold')"><IMG CLASS=Ico SRC='buttonimage/gray/bold.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["Italic"]+"' onclick="format('italic')"><IMG CLASS=Ico SRC='buttonimage/gray/italic.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["UnderLine"]+"' onclick="format('underline')"><IMG CLASS=Ico SRC='buttonimage/gray/underline.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["StrikeThrough"]+"' onclick="format('StrikeThrough')"><IMG CLASS=Ico SRC='buttonimage/gray/strikethrough.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["SuperScript"]+"' onclick="format('superscript')"><IMG CLASS=Ico SRC='buttonimage/gray/superscript.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["SubScript"]+"' onclick="format('subscript')"><IMG CLASS=Ico SRC='buttonimage/gray/subscript.gif'></DIV><DIV CLASS=TBSep></DIV><DIV CLASS=Btn TITLE='"+lang["JustifyLeft"]+"' onclick="format('justifyleft')"><IMG CLASS=Ico SRC='buttonimage/gray/justifyleft.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["JustifyCenter"]+"' onclick="format('justifycenter')"><IMG CLASS=Ico SRC='buttonimage/gray/justifycenter.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["JustifyRight"]+"' onclick="format('justifyright')"><IMG CLASS=Ico SRC='buttonimage/gray/justifyright.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["JustifyFull"]+"' onclick="format('JustifyFull')"><IMG CLASS=Ico SRC='buttonimage/gray/justifyfull.gif'></DIV></div></td></tr><tr><td><div class=yToolbar><DIV CLASS=TBHandle></DIV><DIV CLASS=Btn TITLE='"+lang["Cut"]+"' onclick="format('cut')"><IMG CLASS=Ico SRC='buttonimage/gray/cut.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["Copy"]+"' onclick="format('copy')"><IMG CLASS=Ico SRC='buttonimage/gray/copy.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["Paste"]+"' onclick="format('paste')"><IMG CLASS=Ico SRC='buttonimage/gray/paste.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["PasteText"]+"' onclick="PasteText()"><IMG CLASS=Ico SRC='buttonimage/gray/pastetext.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["FindReplace"]+"' onclick="findReplace()"><IMG CLASS=Ico SRC='buttonimage/gray/findreplace.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["Delete"]+"' onclick="format('delete')"><IMG CLASS=Ico SRC='buttonimage/gray/delete.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["RemoveFormat"]+"' onclick="format('RemoveFormat')"><IMG CLASS=Ico SRC='buttonimage/gray/removeformat.gif'></DIV><DIV CLASS=TBSep></DIV><DIV CLASS=Btn TITLE='"+lang["UnDo"]+"' onclick="goHistory(-1)"><IMG CLASS=Ico SRC='buttonimage/gray/undo.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["ReDo"]+"' onclick="goHistory(1)"><IMG CLASS=Ico SRC='buttonimage/gray/redo.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["SelectAll"]+"' onclick="format('SelectAll')"><IMG CLASS=Ico SRC='buttonimage/gray/selectall.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["UnSelect"]+"' onclick="format('Unselect')"><IMG CLASS=Ico SRC='buttonimage/gray/unselect.gif'></DIV><DIV CLASS=TBSep></DIV><DIV CLASS=Btn TITLE='"+lang["OrderedList"]+"' onclick="format('insertorderedlist')"><IMG CLASS=Ico SRC='buttonimage/gray/insertorderedlist.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["UnOrderedList"]+"' onclick="format('insertunorderedlist')"><IMG CLASS=Ico SRC='buttonimage/gray/insertunorderedlist.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["Indent"]+"' onclick="format('indent')"><IMG CLASS=Ico SRC='buttonimage/gray/indent.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["Outdent"]+"' onclick="format('outdent')"><IMG CLASS=Ico SRC='buttonimage/gray/outdent.gif'></DIV><DIV CLASS=Btn TITLE='"+lang["ParagraphAttr"]+"' onclick="paragraphAttr()"><IMG CLASS=Ico SRC='buttonimage/gray/paragraph.gif'></DIV><DIV CLASS=TBSep></DIV><DIV CLASS=TBSep></DIV></div></td></tr></table>");
  16. }