Please copy and paste the code of last propertyctrl.txt that I attached, and
let me know what it print under the console.

The if statement with brackets should look like this I assume:

function HtmlDecode(input)
{
    if (input == null || input == ""){
        return input;
    }
    if (_el == null){
        _el = document.createElement('div');
    }
    _el.innerHTML = input;
    return _el.childNodes[0].nodeValue;
}




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

Reply via email to