Page 1 of 1

MicroTiny WYSIWYG editor

Posted: Sun Oct 30, 2011 7:25 pm
by gianpiero
Hi to all
I'm new with 1.10 version. I'm testing a fresh install.

A buddy question, about MicroTiny that I would like to use and personalize. I read into MicroTiny "setting" :
CSS Styles: CSS-stylenames specified here is added to a dropdownbox in the editor.
Does it means that I will create a new stylesheet, attach it to template I need, and I have to call each style into the "settings" and save, to make them appears into the drop down menu ?

thanks
gianpiero

Re: MicroTiny WYSIWYG editor

Posted: Thu Nov 03, 2011 4:06 pm
by micahgodbolt
Thats the basic idea. I know that in TinyMCE, the dropdown would get populated by ALL of your styles by default (which could end up a huge mess). So this feature allows you to set classes (say .primarycolor or .fltrtimg) and give the user a small set of useful classes to apply in the wysiwig.

So create your stylesheets as usual, and select the classes you want in the dropdown menu and fill the field out as specified.

Re: MicroTiny WYSIWYG editor

Posted: Thu Nov 03, 2011 4:10 pm
by gianpiero
Thanks for your reply :)