With CKEditor v3.4b. Suppose you use the following styleset
{ name : 'normal', element : 'p' },
{ name : 'normal/red', element : 'p' , attributes: { "class": "red" }}
In CKEditor select the "normal/red" style with the help of the combobox. After that move the cursor away, and then again click on the previously modified paragraph. Now the combobox will automatically select the "normal" and not the "normal/red".
Michael
{ name : 'normal', element : 'p' },
{ name : 'normal/red', element : 'p' , attributes: { "class": "red" }}
In CKEditor select the "normal/red" style with the help of the combobox. After that move the cursor away, and then again click on the previously modified paragraph. Now the combobox will automatically select the "normal" and not the "normal/red".
Michael