I would think you should try to clean all the browsing data and history to
make sure the browser is using the latest propertyctrl.templ 

Also, don't use alert, but using console.log('abcd') maybe.

Try to use before and after the HtmlDecode.

for(var i=0; i < properties.length; i++)
           *console.log(properties[i].value);*
           *console.log(HtmlDecode(properties[i].value));*
            code += '
&nbsp;' + properties[i].name + '                ' + 
HtmlDecode(properties[i].value) + '';





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5306819.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to