Report an issue
Class

CKEDITOR.style.customHandlers.widget

classsince 4.4.0

The class representing a widget style. It is an object like the styles handler for widgets.

Note: This custom style handler does not support all methods of the CKEDITOR.style class. Not supported methods: applyToRange, removeFromRange, applyToObject.

Filtering

Properties

  • since 4.0.0

    alwaysRemoveElement : Boolean

    Indicates that any matches element of this style will be eventually removed when calling CKEDITOR.editor.removeStyle.

    Defaults to false

  • since 4.6.2

    group : Array

    An array of groups that this style belongs to. Styles assigned to the same group cannot be combined.

  • since 3.5.0

    includeReadonly : Boolean

    Indicates that fully selected read-only elements will be included when applying the style (for inline styles only).

    Defaults to false

  • since 4.15.0 inherited

    unstylableElements : String[]

    List of all elements that are ignored during styling.

    Defaults to []

  • widget : String

    The name of widget to which this style can be applied. It is extracted from style definition's widget property.

Methods