Hello,
I use Zurb Foundation for my CSS grid framework for my sites. With it, includes a lot of graphic and typography styling. The way the framework uses its styles is it chains them together so they can be reused. Example for a Secondary Large button with a radius you would use the following code.
<a href="#" class="large radius secondary button">Button</a>
My issue is that when I put these custom styles into the Styles toolbar dropdown menu I cannot add multiple classes. I can only choose one. This makes it so I have to add a single line for every possibility. Let's just say that it is alot of possiblities just for buttons, 4 sizes, 3 button forms, 4 button types.
Is there any way to allow CK Editor to select multiple styles for a block element?
Thanks,

case for dynamic css using php?
I haven't yet applied this idea to my own ckeditor 4 integration experiments .. but might this be a case for using dynamic css calling php scripts to dynamically create your selected one liner style? i.e. your called external style will have vars size, form, type attached to the url.
Google "dynamic css php" to see how this might be applied (given that your framework is running on a php enabled server).
It seems feasible .. but there might be a simpler way I'm not aware of..
AFAIK this is the current
AFAIK this is the current limitation of the CKEditor style system. It can't be configured and works automatically based on CKEDITOR.dtd (there are some differences how it handles block and inline elements).
I think that this is on our TODO list, but I cannot predict the ETA.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Any update on this?
Any update on this?