CKEditor 4 reached its End of Life (EOL) in June 2023. From then on, it will receive no more updates, new features, bug fixes, and security patches. Visit CKEditor 5 Docs for the actively supported CKEditor or check Extended Support Model.
Report an issue
Class

CKEDITOR.htmlParser.cssStyle

class

Object presentation of the CSS style declaration text.

Filtering

Methods

  • constructor( elementOrStyleText ) → cssStyle

    Creates a cssStyle class instance.

    Parameters

    elementOrStyleText : element | String

    An HTML parser element or the inline style text.

    Returns

    cssStyle
  • populate( obj )

    Applies the styles to the specified element or object.

    Parameters

    obj : element | element | Object
  • toString() → String

    Serializes CSS style declaration to a string.

    Returns

    String