TWEAKING THE TINYMCE THEME
Developers have complete control over when and how tinymce is enabled
for each textarea inside Drupal by creating a custom Drupal theme
function. The following example assumes you're using a phptemplate based theme.
Put the following function in your themes template.php file:
略...
我感覺這個是根據你
我感覺這個是根據你的頁面來定的
頁面寬的話自動就寬了
看看這篇或許有一些
看看這篇或許有一些幫助?
http://drupal.org/node/77064
TinyMCE原本是可以設定
TinyMCE原本是可以設定寬度和每欄要出現的功能和順序的,可參考他們的說明,例如:
http://tinymce.moxiecode.com/tinymce/docs/option_width.html
http://tinymce.moxiecode.com/tinymce/docs/option_theme_advanced_buttons_...
Drupal的模組設定裡如果不能調,就直接去改TinyMCE的參數。
謝謝charlesc以及其他人
謝謝charlesc以及其他人的回應。
不過,TKY是新手,我知道可以調相關參數,但我搞不太清楚是要調模組檔案的參數還是TinyMCE檔案的參數。
TinyMCE模組後台管理介面無法設定寬度和每欄要出現的功能和順序,所以應該是調整TinyMCE檔案的參數吧?
問題是,我不知道要找出那個檔案來調整,看半天也搞不定。
麻煩版上的老手們或有經驗的朋友幫我指點一下,謝謝大家。
TKY
我發現模組裡的
我發現模組裡的 install.txt 有說明這部份:
tinyMCE能否給用戶上傳i
tinyMCE能否給用戶上傳image 文件?
現在只能將image 文件傳到某個地方然後在tinymce 加入圖片時只能用url
perhaps u should try the
perhaps u should try the module named TinyFCK
IMCE for
IMCE for TinyMCE
http://drupal.org/project/imce
要改寬度
直接改 textarea 的cols 可以嗎?