Report an issue
Class

CKEDITOR.plugins.widgetselection

class

Filtering

Properties

  • private

    endFiller : element

    The end filler element reference.

  • private

    fillerAttribute : String

    An attribute which identifies the filler element.

    Defaults to 'data-cke-filler-webkit'

  • private

    fillerContent : String

    The default content of the filler element. Note: The filler needs to have visible content. Unprintable elements or empty content do not help as a workaround.

    Defaults to ' '

  • private

    fillerTagName : String

    Tag name which is used to create fillers.

    Defaults to 'div'

  • private

    startFiller : element

    The start filler element reference.

Methods