:: Forum >>

Grid - How to display escape characters

I have a grid defined as follows :

var fbGridData = [["42870","My name is ABC","NEW"],["42860","'><iframe src='http://www.google.com' width='1000' hieght='1000'>","READ"]];

How do I display this ?

It looks to me that the Active Widgets should do the character escaping automatically before displaying them on to the HTML page.

Suresh
Monday, October 4, 2010
I think similar that. (i'm not sure) :P


text = ["42870","My name is ABC","NEW"]

and use escape(text) and unescape(text) function.
Steven
Tuesday, October 5, 2010

This topic is archived.


Back to support forum

Forum search