[mapguide-users] Ajax viewer, URL in Properties Pane

RenoSun renolionheart at gmail.com
Tue Feb 7 13:24:47 PST 2017


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 += '
 ' + 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.


More information about the mapguide-users mailing list