CKEDITOR.htmlParser.cssStyle
class
Object presentation of the CSS style declaration text.
Filtering
Methods
constructor( elementOrStyleText ) → cssStyleCKEDITOR.htmlParser.cssStyle#constructorCreates a
cssStyleclass instance.Parameters
elementOrStyleText : element | StringAn HTML parser element or the inline style text.
Returns
cssStyle
populate( obj )CKEDITOR.htmlParser.cssStyle#populateApplies the styles to the specified element or object.
Parameters
obj : element | element | Object
toString() → StringCKEDITOR.htmlParser.cssStyle#toString