Members: 16,996
Threads: 38,867
Posts: 159,477
Online: 35

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 04.09.2004, 07:00   2 links from elsewhere to this Post. Click to view. #1 (permalink)
TJF
Mamber
 
Join Date: Aug 2004
Posts: 81
TJF is on a distinguished road
Default Altering the width of the TinyMCE content editor?

Hi,

I have TinyMCE set as my HTML editor. When I click 'Submit News' on the User Menu, I get a TinyMCE UI displayed in the content area. However, it's width is destroying my page (because it is greater than the width of the content area).

I can't find anywhere in the code (or its css file) to modify this value! When I click Images, Publishing or Metadata it shrinks to a smaller width which fits into my overall page design.

Thanks.
TJF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 19.09.2004, 11:24   #2 (permalink)
Mamber
 
blackhat's Avatar
 
Join Date: Apr 2004
Posts: 97
blackhat is on a distinguished road
Send a message via MSN to blackhat
Default Re: Altering the width of the TinyMCE content editor?

I would like to know how to change the width of TinyMCE aswell
blackhat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.09.2004, 12:14   #3 (permalink)
Professional Mamber
 
stingrey's Avatar
 
Join Date: Apr 2004
Location: Marikina, Manila, Philippines
Posts: 776
stingrey is on a distinguished road
Default Re: Altering the width of the TinyMCE content editor?

components/com_content/content.html.php

PHP Code:
// parameters : areaname, content, hidden field, width, height, rows, cols
editorArea'editor1',  $row->introtext 'introtext''500''200''45''5' ) ; 
PHP Code:
// parameters : areaname, content, hidden field, width, height, rows, cols
editorArea'editor2',  $row->fulltext 'fulltext''500''200''45''5' ) ; 
You need to change the width and cols settings.
This will affect the size of ALL editors not just TinyMCE
__________________
Joomla! Core Team Member
Software Coding & Design - Stability Team Leader
www.joomla.org
Former Mambo Core Team Member
stingrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.09.2004, 12:28   #4 (permalink)
Mamber
 
blackhat's Avatar
 
Join Date: Apr 2004
Posts: 97
blackhat is on a distinguished road
Send a message via MSN to blackhat
Default Re: Altering the width of the TinyMCE content editor?

thank you
blackhat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.09.2004, 17:59   #5 (permalink)
TJF
Mamber
 
Join Date: Aug 2004
Posts: 81
TJF is on a distinguished road
Default Re: Altering the width of the TinyMCE content editor?

THANKS. No wonder I couldn't find this... I was fiddling around in the folders and files for each individual editor :P
TJF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 26.01.2005, 18:19   #6 (permalink)
Baby Mamber
 
Join Date: Dec 2004
Posts: 8
ikkys is on a distinguished road
Angry Re: Altering the width of the TinyMCE content editor?

Quote:
Originally Posted by stingrey
components/com_content/content.html.php

PHP Code:
// parameters : areaname, content, hidden field, width, height, rows, cols
editorArea'editor1',  $row->introtext 'introtext''500''200''45''5' ) ; 
PHP Code:
// parameters : areaname, content, hidden field, width, height, rows, cols
editorArea'editor2',  $row->fulltext 'fulltext''500''200''45''5' ) ; 
You need to change the width and cols settings.
This will affect the size of ALL editors not just TinyMCE

hello.........i cant seem to make this work.....
either its tinymce or htmlarea....changing those fields doesnt bring any results to the size of the editor.....

is there any other things u can suggest me do......

for tinymce, i tried changing the width field on mambots/editors/tinymce.php
but resulted in errors...........
well........looks like i have to go with the normal forms.....
ikkys is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 17.05.2005, 14:42   #7 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 3
Koekiemonster is on a distinguished road
Default Re: Altering the width of the TinyMCE content editor?

I think this is somewhere in your template, I'm using fckeditor because it let's you alter the width in the mambot parameters. When using 100% (default) it gives the same result as with TinyMCE. I altered this to 550 and I have a fine working and good visable editor.

Grtz,
Arnoud
Koekiemonster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.mambers.com/mambo-4-5-1-how-do-i-questions/9501-altering-width-tinymce-content-editor.html
Posted By For Type Date
Re:JoomlaFCK not comletely appearing. - Members Forum - JoomlaJunkie This thread Refback 05.03.2008 04:55
JoomlaJunkie - Re:JoomlaFCK not comletely appearing. - Members Forum This thread Refback 27.02.2008 17:42

Similar Threads
Thread Thread Starter Forum Replies Last Post
related items doggett Mambo 4.5 'How Do I' Questions 7 08.06.2005 01:56
Is this a know bug (can't change font size in content editor) kkruecke Mambo 4.5 Bugs 1 13.09.2004 00:51
Content Structuring Basics for Newbies, MOS 4.5 mamster Mambo 4.5 'How Do I' Questions 9 01.09.2004 04:18
change the width of the wsiwyg editor noite Mambo 4.5 'How Do I' Questions 1 16.05.2004 15:00
GENERAL editor and content questions reemas Mambo 4.5 'How Do I' Questions 8 12.04.2004 09:53


All times are GMT +2. The time now is 02:02.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.