cancel
Showing results for 
Search instead for 
Did you mean: 

How to set Tab sequence for HTMLB Controls in potal iViews

Former Member
0 Kudos

How to Provide Tab Index Sequences in HTMLB controls as how we implement in normal html

in html we provide tab index like

<input type="text" name="t1" tabindex="4">

when we press tab the focus will directly go to the 4th control in the form, sequence from text box t1. how do we acheive this in portal

Thanks and Regards

Markandeya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Unfortunately, tabindex is not a valid htmlb inputfield parameter and it is not present in the htmlb java api eventhough it is a valid HTML 4 attribute http://www.w3.org/TR/REC-html40/interact/forms.html#adef-tabindex

It might be possible to set it using javascript, but this will require some "hacking".