Classes | |
class | Css.RootMatcher |
A selector is made up of a series of one or more 'roots'. This is a (global) instance of one of those roots. There's three types of root: tag, id, class. More... | |
class | Css.RootUniversalMatcher |
Handles *. More... | |
class | Css.RootIDMatcher |
Handles #id. More... | |
class | Css.RootTagMatcher |
Handles tags. More... | |
class | Css.RootClassMatcher |
Handles .class. More... | |
Namespaces | |
Css | |
Known as Spark, this is PowerUI's CSS engine. CSS properties and general CSS management is performed by Spark. | |
Constant Groups | |
Css | |
Known as Spark, this is PowerUI's CSS engine. CSS properties and general CSS management is performed by Spark. | |