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

dojox/html/entities.js

  • Provides:

    • dojox.html.entities
  • dojox.html.entities.html

    • type
      Array
  • dojox.html.entities.latin

    • type
      Array
  • dojox.html.entities.encode

    • parameters:
      • str: (typeof string)
        The string to process for possible entity encoding.
      • m: (typeof array)
        An optional list of character to entity name mappings (array of
        arrays).  If not provided, it uses the and Latin entities as the
        set to map and escape.
    • summary
      Function to obtain an entity encoding for a specified character
    • tags: public
    • type
      Function
  • dojox.html.entities.decode

    • parameters:
      • str: (typeof string)
        The string to process for possible entity encoding to decode.
      • m: (typeof array)
        An optional list of character to entity name mappings (array of
        arrays).  If not provided, it uses the HTML and Latin entities as the
        set to map and decode.
    • summary
      Function to obtain an entity encoding for a specified character
    • tags: public
    • type
      Function
  • dojox.html.entities

    • type
      Object
  • dojox.html

    • type
      Object
  • dojox

    • type
      Object