[mapguide-users] Re: set active task pane tab in a widget (Fusion)
Michael Adair
madair at dmsolutions.ca
Thu Jan 13 16:22:17 EST 2011
In that case I'm pretty sure you should be able to use:
tabbox1.tabset.setActiveTab(tab1)
to make the TaskPane tab visible.
Mike
On 13/01/2011 2:04 AM, Jose Cerrejon wrote:
> Sorry Mike, It's a theme based on the turkeyyellow mapguide. It's a
> Jx.TabBox:
>
> tabbox1 = new Jx.TabBox({parent: splitter2.elements[0]});
>
> tab1 = new Jx.Button.Tab({
> label: OpenLayers.i18n('taskPaneTitle'),
> contentId: 'TaskPane'});
More information about the mapguide-users
mailing list