[mapguide-users] Discalaimer Patch ?
Jamo
adam.jamison at portbris.com.au
Tue Mar 30 19:19:21 EDT 2010
I'm not sure on the process or ramifications of modifying the ajaxmappane
are.
But I've been playing around with the disclaimer place holders (a couple of
postes here have shown how they are implemented) and thought it might be a
worthy addition ?
I've added the following functions to the ajaxmappane.templ
function SetDisclaimer(content)
{
disclaimerDiv.innerHTML = content;
}
function GetDisclaimer()
{
return disclaimerDiv.innerHTML;
}
Also added the following div after the <td id="map" onmouseout="return
ExitMap(event)" >
<div id="disclaimerDiv" style="position:absolute;
right:3px;bottom:3px;z-index:999;">
This function could be hooked into when layers are turned on and off.
I'd like some ideas of a better way to implement this as I belive a
disclaimer about data age/integrity is important information that the user
needs to be aware of for some datastores.
Even a way of imprinting this on the image that is produced for the viewer
as an option so when printing or creating a print layout the diclaimer
remains.
--
View this message in context: http://n2.nabble.com/Discalaimer-Patch-tp4827930p4827930.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list