-
10 May 2011 1:34 AM #1
Tabindex on the treepanel nodes
Tabindex on the treepanel nodes
Hi,
I am using gxt 2.1 API and have below requirement.
I have a com.extjs.gxt.ui.client.widget.treepanel.Treepanel which is inside a ContentPanel. The contentpanel is used to collapse/expand the tree panel. Our requirement is enable the screen using keyboard. The content panel header gets the focus and works excellently (thanks tothe settabindex method). But when the content panel is expanded and we press tab, the focus should move to the first node of the tree. Which is not happening (even setting tab index on tree and everywhere
).
Precisely saying, I need to be able to select the tree using tabs. Can you please guide. Tried for last 2 days playing with the API.
Thanks
Similar Threads
-
getting nodes from treePanel
By Tomek in forum Ext GWT: DiscussionReplies: 8Last Post: 27 Oct 2009, 11:04 AM -
[TreePanel] Very heavy with TreePanel with Many nodes
By raby in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 22 Mar 2009, 6:32 PM -
How to get all the nodes of a treepanel
By Royan in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 14 Jan 2008, 1:21 PM -
Can't close nodes in TreePanel
By mouglas in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 20 Feb 2007, 10:46 AM


Reply With Quote