| | | |  |  | |  |
07.04.2004, 22:31
|
#1 (permalink)
| | Mamber
Join Date: Apr 2004
Posts: 55
| HTML Area 2 in Mozilla Hi
When i want to add a story , HTML Area 2 is not visible in Mozilla whereas in IE , its visible.
Is there a work around this problem. |
| |
07.04.2004, 22:37
|
#2 (permalink)
| | Mamber
Join Date: Apr 2004 Location: Dallas, TX
Posts: 71
| Re: HTML Area 2 in Mozilla HTMLArea 2 is only compatible with IE for windows.
You'll need to use HTMLArea3 or RTE on mozilla win/mac. There are also some commercial packages that work on Mozilla. |
| |
08.04.2004, 00:54
|
#3 (permalink)
| | Expert Mamber
Join Date: Mar 2004
Posts: 202
| Re: HTML Area 2 in Mozilla I use RTE. It comes standard with the new Mambo installs and is a great editor. It works very well with FireFox on 2000, XP or OSX. |
| |
08.04.2004, 04:38
|
#4 (permalink)
| | Mamber
Join Date: Apr 2004
Posts: 55
| Re: HTML Area 2 in Mozilla Thanks for the info.
But i think HTML Area 3 is buggy |
| |
08.04.2004, 05:21
|
#5 (permalink)
| | Mamber
Join Date: Apr 2004 Location: Dallas, TX
Posts: 71
| Re: HTML Area 2 in Mozilla That it is... Though I've heard more recent CVS releases have improved. As noted, RTE is probably your best bet. Doesn't have tons of features, but the ones it does all work.  |
| |
08.04.2004, 12:51
|
#6 (permalink)
| | Mamber
Join Date: Apr 2004
Posts: 55
| Re: HTML Area 2 in Mozilla II'll give out RTE a test |
| |
20.04.2004, 00:39
|
#7 (permalink)
| | Senior Mamber
Join Date: Apr 2004 Location: Germany
Posts: 164
| Re: HTML Area 2 in Mozilla You can download HTMLArea3 XTD: http://mosforge.net/frs/?group_id=157
If you have any problems with the menu icons/images, change the code in the file .../editor/htmlarea3_xtd/htmlarea_xtd.js.php var img = document.createElement("img");
img.src = btn[1];
img.style.width = "18px";
img.style.height = "18px";
el.appendChild(img);
to /* image problem
var img = document.createElement("img");
img.src = btn[1];
img.style.width = "18px";
img.style.height = "18px";
el.appendChild(img);
*/
el.innerHTML = '<img src="'+ btn[1] +'" width="18" height="18">';
That's all folks. |
| |
21.04.2004, 16:48
|
#8 (permalink)
| | Baby Mamber
Join Date: Apr 2004 Location: Boston, MA USA
Posts: 22
| Re: HTML Area 2 in Mozilla Quote: |
Originally Posted by keliix06 I use RTE. It comes standard with the new Mambo installs and is a great editor. It works very well with FireFox on 2000, XP or OSX. | For those of us who upgraded our mambo installs, would we be able to just change the $mosConfig_editor line in our configuration.php to "rte"?
Also I see a number of files in the /editor directory: editor.php editor.wysiwygpro.php htmlarea3
editor.htmlarea2.php editor.rte.php editor.xstandard.php index.html
editor.htmlarea3.php editor.typetool75.php htmlarea2 rte Are each of these editor.x.php files alternative editors, or just configuration files for ones that you could install? (seems like the latter, but I just wanted to make sure)
Cheers,
Rich |
| |
22.04.2004, 03:52
|
#9 (permalink)
| | Professional Mamber
Join Date: Apr 2004 Location: Marikina, Manila, Philippines
Posts: 776
| Re: HTML Area 2 in Mozilla Quote: |
For those of us who upgraded our mambo installs, would we be able to just change the $mosConfig_editor line in our configuration.php to "rte"?
| That correct, or you could just go into the Global Configuration area of your Admin Backend and type 'rte' in the editor field. Quote: |
Are each of these editor.x.php files alternative editors, or just configuration files for ones that you could install? (seems like the latter, but I just wanted to make sure)
| Your assuption is correct, they are just config files for ones that you can install into mambo and use immediately.
For editors other than those with existing conffig files, you would have to create a new config file as to get it to interface with mambo.
__________________ Joomla! Core Team Member
Software Coding & Design - Stability Team Leader www.joomla.org Former Mambo Core Team Member |
| |
05.05.2004, 03:47
|
#10 (permalink)
| | Junior Mamber
Join Date: May 2004
Posts: 32
| Re: HTML Area 2 in Mozilla Quote: |
Originally Posted by Farrukh II'll give out RTE a test | Hello,
where do I get the RTE editor.
and another questions, is there a litmit to how much text you can type? I have HtmlArea 3 and in the configuration I have read more turned of. Now I am having problems with the amount of text. SHould I change back to allow read more?
Thanks for the help,
cheers,
Mitch |
| | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT +2. The time now is 05:15. | | | |