Hi Alexandre,
I'm using templates that use bootstrap, I'm not using the IWBootstrap. My template doesn't have any tab order information, but the IW components are rendered with the TabOrder that I configured at design time, even if I try to replace the value with 0 or -1 at run time.
Here is an example from one form's page source of a rendered control, even if, at run time, I set the TabOrder := 0:
The question is, is there a way to not render the TabIntex, or to force it to be 0 for all rendered controls?
I'm using templates that use bootstrap, I'm not using the IWBootstrap. My template doesn't have any tab order information, but the IW components are rendered with the TabOrder that I configured at design time, even if I try to replace the value with 0 or -1 at run time.
Here is an example from one form's page source of a rendered control, even if, at run time, I set the TabOrder := 0:
Code:
<input CLASS="form-control" ID="ESUBJECT" NAME="ESUBJECT" STYLE="" TabIndex="8" TYPE="TEXT">
The question is, is there a way to not render the TabIntex, or to force it to be 0 for all rendered controls?