2013-08-30 43 views

回答

0

我發現配置參數,如果你設置allowedContent: true那麼標籤過濾器關閉。

實施例:

CKEDITOR.replace('myTextarea', { 
    allowedContent: true,  
}); 
相關問題