Report an issue
Class

CKEDITOR.plugins.mathjax

class singleton private

Filtering

Properties

  • fixSrc : String

    private

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

  • loadingIcon : String

    private

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

Methods

  • copyStyles( from, to )

    private

    Computes predefined styles and copies them to another element.

    Parameters

    from : element

    Copy source.

    to : element

    Copy target.

  • trim( value ) → String

    private

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

    Parameters

    value : String

    String to trim.

    Returns

    String

    Trimed string.