不明白是怎改..
在htmlarea.js 還是 htmlarea-plog.js 內改..
改什麼 ?
在 js/htmlarea/htmlarea-plog.js 改
然後在 postTextEditor.config.toolbar 及 postExtendedTextEditor.config.toolbar
加上你想要的功能..
譬如把原來的 postTextEditor.config.toolbar
postTextEditor.config.toolbar = [
[ "fontsize", "space","space",
"bold", "italic", "underline", "strikethrough", "separator",
"justifyleft", "justifycenter", "justifyright", "justifyfull", "separator",
"orderedlist", "unorderedlist", "separator",
"createlink", "insertimage", "insertresource", "htmlmode" ]
];
改成
postTextEditor.config.toolbar = [
[ "fontsize","forecolor", "space","space",
"bold", "italic", "underline", "strikethrough", "separator",
"justifyleft", "justifycenter", "justifyright", "justifyfull", "separator",
"orderedlist", "unorderedlist", "separator",
"createlink", "insertimage", "insertresource", "htmlmode" ]
];
就會有字體顏色了,postExtendedTextEditor.config.toolbar比照辦理
記得先備份 js/htmlarea/htmlarea-plog.js 檔