1. 程式人生 > >xheditor HTML編輯器簡單使用

xheditor HTML編輯器簡單使用

2. 解壓zip檔案,將其中的xheditor.js以及xheditor_emot和xheditor_skin兩個資料夾上傳到網站相應目錄

3. 在相應html檔案的head標籤結束之前新增

<scripttype="text/javascript"src="http://static.xxx.com/js/xheditor.js"></script>

4. 呼叫方法有兩種:

方法1:在textarea上新增屬性:class="xheditor"(設定為xheditor-minixheditor-simple,分別預設載入迷你和簡單工具欄)方法2:在您的頁面初始JS程式碼里加上:
$('#elm1').xheditor(true);例如:
$
({
$
('#elm1').xheditor(true);});相應的隱藏編輯的程式碼為:
$
('#elm1').xheditor(false);
無引數
無引數