"Full featured" configuration displays toolbar at the top of the content area, whereas "Advanced" shows it up at the bottom.
You can change where to display the advanced toolbar editing this line, in snippet code : theme_advanced_toolbar_location : "bottom"
That did the trick.
thanks
P.S. I also discovered that I had not upgraded to the latest MODx as I thought I had (late night I guess) and was indeed running 0.95 beta 5.
I am now running 0.95 RC2 and all is well.
I’m new to TinyMCE, I want to ask:
1) is it possible to have the TinyMCE text area formatted with the CSS of the website? (i.e. serif if serif, sans-serif if sans-serif, and so on
2) I had a div.code class which was formatted as pre, monospace, ecc.: how to use it (or something like that, i.e. that displays the code, handles \n as line breaks, does not trim spaces, ecc.)?
3) is it possible to create new styles?
Daniele "MadMage" Calisi
-
☆ A M B ☆
- 1,056 Posts
Quote from: madmage at Nov 15, 2006, 04:24 PM
I’m new to TinyMCE, I want to ask:
1) is it possible to have the TinyMCE text area formatted with the CSS of the website? (i.e. serif if serif, sans-serif if sans-serif, and so on
2) I had a div.code class which was formatted as pre, monospace, ecc.: how to use it (or something like that, i.e. that displays the code, handles \n as line breaks, does not trim spaces, ecc.)?
3) is it possible to create new styles?
1. Yes. Tools > Configuration > Interface & Features (tab) > Path to CSS file:
2. Look up W3C CSS
white-space for starters...
3. Of course.
-
☆ A M B ☆
- 1,056 Posts
Quote from: madmage at Nov 15, 2006, 04:24 PM
3) is it possible to create new styles?
^^^ Closed-end question...
Yes, it is possible. Simply add the new styles to your defined stylesheet and TinyMCE will pick them up, unless I am totally missing your question here?
hey i have tinymce in newspublisher so people can publish news from the front end and its all working fine but when i click on the image button to insert a image the pop up comes up but when i want to go to resource editor to insert a image from there the button doesnt show next to the image url input box can anybody help me with this as i really need it so people can upload images etc.
Thank