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