Report an issue
Class

CKEDITOR.plugins.mathjax

class singleton private

Filtering

Properties

  • private

    fixSrc : String

    A variable to fix problems with iframe. This variable is global because it is used in both the widget and the dialog window.

  • private

    loadingIcon : String

    Loading indicator image generated by http://preloaders.net.

Methods

  • private

    copyStyles( from, to )

    Computes predefined styles and copies them to another element.

    Parameters

    from : element

    Copy source.

    to : element

    Copy target.

  • private

    trim( value ) → String

    Trims MathJax value from '(1+1=2)' to '1+1=2'.

    Parameters

    value : String

    String to trim.

    Returns

    String

    Trimed string.