Get a reference to the task pane container frame and set it's DOM element width to 0px
Frames can be referenced by name, so assuming your viewer is in a frame named "viewerFrame". The reference to the task pane frame (in javascript) would be. viewerFrame.taskArea taskArea is the container frame for the task bar (taskBar) and the actual content frame (taskFrame) - Jackie wordsy wrote: > > Hello; > > I have built a custom page to put in the TaskPane. The page emulates the > properties pane except it allows for a multiple selection. What I need to > is be able to show/hide the task pane when a user selects a feature. I > have already hijacked the OnSelection event, ideally I would like to put > the show/hide jscript in this function. > -- View this message in context: http://n2.nabble.com/Show-Hide-Task-Frame-tp2241668p2242095.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
