You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by florent andré <fl...@4sengines.com> on 2010/11/18 15:27:56 UTC

Tiny test

Hi Rainer, hi all,

I do "svn co" fresh branches and follow install instructions on [1] :

- on branch 2.0.x and 2.1.x :
-- work great !
-- The "style" menu still display the list of all Lenya style and not
just limited ones.


Thanks.

[1]
http://lenya.apache.org/docu20/standardmodules/tinymcemodulesection/tinymcemoduleoverview.html



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Tiny test

Posted by Rainer Schöpf <ra...@gmx.net>.
Hi Florent,

 > Hi Rainer, hi all,
 > 
 > I do "svn co" fresh branches and follow install instructions on [1] :
 > 
 > - on branch 2.0.x and 2.1.x :
 > -- work great !

Glad to hear it ;-)

 > -- The "style" menu still display the list of all Lenya style and not
 > just limited ones.

Ah yes. That's easy to configure with the tinymce configuration option 
"theme_advanced_styles":

   http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advanced_styles

e.g. add to tiny_config.js something like:

  theme_advanced_styles : "Smaller=smaller;Emphasize=emphasize",

if you have classes "smaller" and "emphasize" defined in your css.

However, I'm not entirely sure what the default list of lenya styles should be. 

  Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org