Here it is.  I added the code you suggested, and that worked, but now I
don't see the styles in the style sheet.  That may be ok, because now I can
control them on a more granular level vs. everything being in there.
However, it would be nice to find out why when I added a new style to my
stylesheet, it wasn't get picked up in the drop down when I use this code:
content_css : *"/css/sitestyles.css"*


theme : "advanced",
plugins :
"table,advhr,farcrycontenttemplates,advimage,advlink,preview,zoom,searchreplace,print,contextmenu,paste,directionality,fullscreen",

theme_advanced_buttons2_add : "separator,farcrycontenttemplates",
theme_advanced_buttons3_add_before : "tablecontrols,separator",
theme_advanced_buttons3_add :
"separator,fullscreen,pasteword,pastetext",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
theme_advanced_resize_horizontal : true,
theme_advanced_resizing : true,
extended_valid_elements:
"code,colgroup,col,thead,tfoot,tbody,abbr,blockquote,cite,button,textarea[name|class|cols|rows],script[type],img[style|class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]",
remove_linebreaks : false,
content_css : "/css/sitestyles.css",
relative_urls : false,
theme_advanced_styles : "Custom Style=myStyle"

On Fri, Jun 29, 2012 at 12:21 PM, Sean Coyne <[email protected]> wrote:

> Ohhh, wait you want the dropdown to show the styles?  Yeah it won't read
> those out of the CSS file.  Sorry, I misunderstood.  For that you can then
> add something like this to your TinyMCE config:
>>
>>
> theme_advanced_styles : "Class 1=class1;Class 2=class2;Class 3=class3",
>
> Where "class1", "class2", "class3" are the classes in your CSS and "Class
> 1", "Class 2", "Class 3" are the descriptions you want to appear in the
> dropdown menu.
>
> --
> You received this message cos you are subscribed to "farcry-dev" Google
> group.
> To post, email: [email protected]
> To unsubscribe, email: [email protected]
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to