Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dijit/_editor/html.js

  • Provides:

    • dijit._editor.html
  • dijit._editor.escapeXml

    • parameters:
      • str: (typeof String)
      • noSingleQuotes: (typeof Boolean)
    • returns
      string
    • summary
      Adds escape sequences for special characters in XML: &<>"'
      Optionally skips escapes for single quotes
    • type
      Function
  • dijit._editor.getNodeHtml

    • parameters:
      • node: (typeof DomNode)
    • type
      Function
  • dijit._editor.getChildrenHtml

    • parameters:
      • dom: (typeof DomNode)
    • returns
      String
    • summary
      Returns the html content of a DomNode and children
    • type
      Function
  • dijit._editor.html

    • type
      Object
  • dijit._editor

    • type
      Object
  • dijit

    • type
      Object