前回の続き。導入そのままでは、

  • link作成ダイアログがリサイズできない
  • エディタのフォントサイズが小さい

という問題がありました。
Wikiサイトを調べると、割とすんなりと解決。

advlinkプラグイン導入
http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advlink

Content用css導入
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/content_css
FAQ:How do I change the default font size/face color of the editor?

具体的には

html>>
tinyMCE.init({
(略)
content_css : "/stylesheets/tinymce.css",
plugins : "advlink",
extended_valid_elements : "a[name|href|target|title|onclick|rel]",
<<--

うむ。FCKより小回りが利くかもですね。
そして標準のプラグインがおおいのも++。advlinkも標準です:標準のプラグイン一覧

posted by satoko satoko on Sun 18 Nov 2007 at 04:51 with 0 comments