dojox/html/styles.entities (version 1.10)

See the dojox/html/styles.entities reference documentation for more information.

Property Summary

Method Summary

  • decode(str,m) Function to obtain an entity encoding for a specified character
  • encode(str,m) Function to obtain an entity encoding for a specified character

Properties

html
Defined by: dojox/html/entities
latin
Defined by: dojox/html/entities

Methods

decode(str,m)
Defined by dojox/html/entities

Function to obtain an entity encoding for a specified character

Parameter Type Description
str undefined

The string to process for possible entity encoding to decode.

m undefined

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.

encode(str,m)
Defined by dojox/html/entities

Function to obtain an entity encoding for a specified character

Parameter Type Description
str undefined

The string to process for possible entity encoding.

m undefined

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.

Error in the documentation? Can’t find what you are looking for? Let us know!