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

RenoSun renolionheart at gmail.com
Wed Feb 8 15:20:03 PST 2017


Hey gom,

I think I found the solution.

Please change the HtmlDecode function with following code:

function HtmlDecode(input)
{
    var txt = document.createElement("textarea");
    txt.innerHTML = input;
    return txt.value;
}




--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5307071.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list