jQWidgets Forums
jQuery UI Widgets › Forums › Getting Started › how to set tab index in jqxcontrol input field
This topic contains 6 replies, has 2 voices, and was last updated by Arun Karthick 10 years, 11 months ago.
-
Author
-
Hi JqxTeam,
how to set particular div inside a Input fields Tab index.
i have five text Need to set Tab Click event text box wants to focus or Need to set Scroll position at the text box.
i set html control in Tab index (1,2,3) it will not reflect what i expected result.Could u please help me to resolve this issue.Thanks,
KarthickHi Karthick,
You can use the tabindex HTML attribute.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi peter,
i already tried tabindex HTML attribute.but its not working.Hi Karthick,
Sorry, but I cannot suggest you anything else than setting that attribute.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi peter,
Thanks for ur reply. Im getting this problem JQXWindow inside haveing a controls only(Input Controls).i have JQXWindow inside one div ,in this Div i set toggle effect.if i set div Tab index it will automatically went focus JQXWindow (input field)control.
-JQXWindow inside controls(by default takeing Tabindex).is this any other way to remove Tab index.
Approach’s i tried:
1.i tried keyboard event to focus input field but it will went focus to JQXwindow controls
2.i try jquery to reomve attribute[$(“#xxxxx”).removeAttr(“tabindex”);] its not getif u have any solution that will be Great…Thanks For ur quick replies..
Thanks,
KarthickHi Karthick,
Are you sure that there is TabIndex set anywhere? The other option is the browser to use the default tabbing order depending on your elements order. If you want, look at the jqxValidator’s demos as it has Inputs there and the tabbing order is fine.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi peter,
i have some other JQXwindow also i checked in that window inside i have list of input controls i have not set Tab index(by default taking Tab index).As i mentioned my previous Conversation JQXwindow inside i have another div to Set toggle effect.so if i any other way i removed JQXwindow
Control Tab Index .i will apply my logic inside that.–Im not set any where any tab index(might be browser to use the default tabbing order depending on your elements order).
Thanks,
Karthick -
AuthorPosts
You must be logged in to reply to this topic.