Dojo Dijit and HTML5 in Real world applications/Dijit/Double and single quotes in HTML5 dijits

From PMISwiki
< Dojo Dijit and HTML5 in Real world applications‎ | Dijit
Revision as of 00:49, 7 November 2011 by Psa (talk | contribs) (→‎References)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

HTML5 dijit

You must be very careful with the use of Double and single quotes in HTML5 dijits.

Especially if you get the text output from a database or user interface. All user inputs and database sources must be escaped both to the Java Script (\" and \') and for the HTML style: & q u o t ; and & # 0 3 9 ;(Remove the spaces between the charters).

Read about the solution here: Coding standards for HTML5 dijits

Verified in

IE 8, Firefox 3.6.22, Dojo 1.6.1

References