quizzl
11 Jan 2012, 1:49 AM
Hello,
I currently have a problem with the default tabbing behaviour in my extjs app. I have a page with 4 layers of modal dialogs/windows. In these windows I usually have one or several forms, grids and/or propertyGrids.
When I use tab key I can get to the modal true elements beneath the dialog so basically I can "tab out" of the dialogs.
The propertyGrids seem to be skipped entirely in the tabbing process.
1. How can I exclude the modal elements from being tabbed into?
2. How can I set tabindexes to that it will tab through the rows of a grid instead of tabbin into the header and then skipping the entire grid?
As far as I can see the API only has tab index functionality for form fields.
I currently have a problem with the default tabbing behaviour in my extjs app. I have a page with 4 layers of modal dialogs/windows. In these windows I usually have one or several forms, grids and/or propertyGrids.
When I use tab key I can get to the modal true elements beneath the dialog so basically I can "tab out" of the dialogs.
The propertyGrids seem to be skipped entirely in the tabbing process.
1. How can I exclude the modal elements from being tabbed into?
2. How can I set tabindexes to that it will tab through the rows of a grid instead of tabbin into the header and then skipping the entire grid?
As far as I can see the API only has tab index functionality for form fields.