问题描述
我有一个带有文本框,下拉列表,自定义日期时间选择器(www.rainforestnet.com的我的日期时间选择器)和按钮的Webform。Tabindex选择日期时,焦点重置为tabindex 1.我选择了鼠标点击日期。我如何维护tabindex订单?
谢谢
Hi,
I have a Webform with textbox, Dropdownlist, Custom Datetime picker (My Date Time Picker of www.rainforestnet.com) and buttons.the Tabindex focus resets to tabindex 1 on selecting date.I am selecting date with mouse click. How do i maintain the tabindex order?
Thank You
推荐答案
Tabindex焦点在选择日期时重置为tabindex 1.我选择日期并单击鼠标。如何维护tabindex顺序?
the Tabindex focus resets to tabindex 1 on selecting date.I am selecting date with mouse click. How do i maintain the tabindex order?
在Select Event中,只需根据需要分配 TabIndex
。
Inside that Select Event, just assign the TabIndex
as you want.
这篇关于当我的webform具有自定义datetimepicker时,如何维护tabindex顺序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!