http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advanced_fonts
http://wiki.moxiecode.com/index.php/TinyMCE:Control_reference
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advanced_buttons_1_n
Specifically you will need to add the fontselect and fontsizeselect in
one of your button rows.
On Mar 16, 2:40 am, alexander alyoshin <man.without.f...@gmail.com>
wrote:
> # config/initializers/tinymce_hammer.rb
>
> Tinymce::Hammer.init = [
> ....
> [:theme_advanced_fonts, 'Georgia=georgia,palatino;'],
> [:theme_advanced_font_sizes, 4],
> ....
> ]
>
> why?
http://tinymce.moxiecode.com/punbb/viewtopic.php?id=864
On Mar 16, 9:01 am, alexander alyoshin <man.without.f...@gmail.com>
wrote:
> It's I know, but I want using without add special buttons. I want set
> default font and size.
> I think it's only modify js-file of tinymce.
>
> On Mar 16, 6:56 pm, trevorrowe <trevorr...@gmail.com> wrote:
>
> > You probably just need to add the buttons to the menu. I would
> > recomend heading over to the TinyMCE wiki and reading up on
> > configuring TinyMCE. A few relevant pages:
>
> >http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advan......