CKEDITOR.htmlParser.cssStyle
class
Object presentation of the CSS style declaration text.
Filtering
Methods
-
constructor( elementOrStyleText ) → cssStyle
CKEDITOR.htmlParser.cssStyle#constructor
Creates a
cssStyle
class instance.Parameters
elementOrStyleText : element | String
An HTML parser element or the inline style text.
Returns
cssStyle
-
populate( obj )
CKEDITOR.htmlParser.cssStyle#populate
Applies the styles to the specified element or object.
Parameters
obj : element | element | Object
-
toString() → String
CKEDITOR.htmlParser.cssStyle#toString