I am using rich:picklist. It has to two list boxes as it has and four buttons in between for moving one or all . I need to give tab order to this picklist together with buttons and boxes. Can anyone help?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think you can't beacause there isn't tab index on the component. Looking on the generated html source, boxes are tables and buttons are div : hard to define a tab order without the generated ids on such components... |
|||
|