參數值:full(完全),simple(簡單),mini(迷你)或者自定義字符串,例如:'GStart,Cut,Copy,Paste,Pastetext,GEnd,Separator,GStart,Source,Preview,Fullscreen,About,GEnd'完整按鈕表:GStart:組開始GEnd:組結束Separator:分隔符Cut:剪切Copy:復制Paste:粘貼Pastetext:文本粘貼Blocktag:段落標簽Fontface:字體FontSize:字體大小Bold:粗體Italic:斜體Underline:下劃線Strikethrough:中劃線FontColor:字體顏色BackColor:字體背景色Removeformat:刪除文字格式Align:對齊List:列表Outdent:減少縮進Indent:增加縮進Link:超鏈接Unlink:刪除鏈接Img:圖片Flash:Flash動畫Media:Windows media player視頻Emot:表情Table:表格Source:切換源代碼模式Preview:切換預覽模式Fullscreen:切換全屏模式About:關于xhEditor skin:皮膚風格選擇
var editor=$('#elm1').xheditor(true,{tools:'full',skin:'default',internalScript:false,internalStyle:false,width:300,height:200,loadCSS:'http://jb51.net/test.css',fullscreen:true,beforeSetSource:ubb2html,beforeGetSource:html2ubb,focus:focusAction,blur:blurAction})[0].xheditor;editor.focus();editor.setSource('str')sHtml=editor.getSource()editor.appendHTML('p>aaa/p>')editor.pasteHTML('p>aaa/p>')editor.pasteText('str')sHtml=editor.formatXHTML('b>aaa/b>')editor.toggleSource()editor.togglePreview()editor.toggleFullscreen()editor.toggleReadonly()alert(editor.settings.upImgExt);editor.settings.upImgExt='txt,doc'; focus:使編輯器獲得焦點