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

RenoSun renolionheart at gmail.com
Wed Feb 8 13:12:43 PST 2017


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.


More information about the mapguide-users mailing list