﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11330	Style Type - Dropdown, multiple elements selector	santaclaus21		"I would like to redefine style list (dropdown) to make ""Color 1"" ~= ""class: gray"" for any elements.

According to docs:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Styles#Style_Types

I think that I shuld retype definition for all tags, eg.:

{{{
{ name: 'Color 1', element: 'span', attributes: { 'class': 'gray' } },
{ name: 'Color 1', element: 'p', attributes: { 'class': 'gray' } },
{ name: 'Color 1', element: 'h1', attributes: { 'class': 'gray' } },
{ name: 'Color 1', element: 'h2', attributes: { 'class': 'gray' } },
{ name: 'Color 1', element: 'h3', attributes: { 'class': 'gray' } },
{ name: 'Color 1', element: 'li', attributes: { 'class': 'gray' } },
...
}}}

So maybe I'm wrong, but it's not possibe (?) to use element selector like ''''span,p,h1,h2' or '*''''.

I will be realy helpfull.
 "	New Feature	closed	Normal		Core : Styles		duplicate		
