Namespacedijit._editor

Jump to PropertiesJump to FunctionsJump to ConstructorsNamespacesBack to top

Jump to PropertiesJump to FunctionsJump to NamespacesConstructorsBack to top

dijit._editor.RichText is the core of the WYSIWYG editor in dojo, which provides the basic editing features. It also encapsulates the differences of different js engines for various browsers
This represents a "plugin" to the editor, which is basically a single button on the Toolbar and some associated code

Jump to PropertiesJump to ConstructorsJump to NamespacesFunctionsBack to top

Functiondijit._editor.escapeXml(str: String, noSingleQuotes: Boolean)
Adds escape sequences for special characters in XML: &<>"' Optionally skips escapes for single quotes
Returns the html content of a DomNode and children

Jump to FunctionsJump to ConstructorsJump to NamespacesPropertiesBack to top