breckster
16 Dec 2009, 12:30 PM
I have an outline from Domino that has 2nd level components named the same
Example
Outbound
inbox
active
inactive
Inbound
inbox
active
inactive
When you click on an outline entry it is highlighted, the view opens in the tab correctly.
However when you have both Outbound\inbox and Inbound\inbox opened as the same time, the tab title is the same "inbox"
My end users are requesting the focus of the outline follow the active Tab.
Now I can move the focus of the outline programatically using
Ext.getCmp('quoteoutline').getNodeById("xnode-64").select() (I retrived the nodeid manually)
but that is assuming I know the NodebyId within the panel that is active at the time. (Which I don't)
I thought about changing all the panelIds to represent the NodeId.
Any suggestions!
Thanks
Example
Outbound
inbox
active
inactive
Inbound
inbox
active
inactive
When you click on an outline entry it is highlighted, the view opens in the tab correctly.
However when you have both Outbound\inbox and Inbound\inbox opened as the same time, the tab title is the same "inbox"
My end users are requesting the focus of the outline follow the active Tab.
Now I can move the focus of the outline programatically using
Ext.getCmp('quoteoutline').getNodeById("xnode-64").select() (I retrived the nodeid manually)
but that is assuming I know the NodebyId within the panel that is active at the time. (Which I don't)
I thought about changing all the panelIds to represent the NodeId.
Any suggestions!
Thanks