[mapguide-users] show/hide TaskArea (right menu)

JamieG jamiegreenhough at sierrasystems.com
Tue Sep 23 11:58:51 EDT 2008


I used the following code on an InvokeScript button from MapGuide Studio to
hide/show the task pane.

if (document.all.tags("Frameset").item(1).cols == '*,0')
	javascript:document.all.tags("Frameset").item(1).cols = '*,280';
else
	javascript:document.all.tags("Frameset").item(1).cols = '*,0';

Hopefully this is what you were looking for.

Jamie


alba wrote:
> 
> 
> I must do a button for show/hide TaskArea (right menu),
> the solution 
> www.nabble.com/Show-Hide-Layers-and-properties-pane-programmaticallyto9489186.html#a9492664
> is good, but I have difficult to applay it
> can someone help me?
> 
> Thank Alba
> -- 
> View this message in context:
> http://www.nabble.com/show-hide-TaskArea-%28right-menu%29-tp19630293p19630293.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> 
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context: http://n2.nabble.com/show-hide-TaskArea-%28right-menu%29-tp1112757p1112832.html
Sent from the MapGuide Users mailing list archive at Nabble.com.



More information about the mapguide-users mailing list