Casually today I've needed it.
If you have a row (ex. in a .dbf file) with html code, modify the next code
about the line 402 in SelectionPanel.js (sorry about the dirty way of solve
it):
var td = document.createElement('td');
var html = layerObj.getElementValue(featureIdx, i);
var htmlDecode =
html.replace('&','&').replace('<','<').replace('>','>');
td.innerHTML = htmlDecode;
any better way will be apreciated.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Hyperlinks-in-Properties-pane-of-Ajax-viewer-tp5480165p5486434.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users