Hi,
I'm trying to implement it in application, addStyleClass('alphanumeric') on a inputfield is adding alphanumeric class to the DIV element of the input element.
Attached are the image of view code and from Chrome developer tools.
As per autotab documentation class has to be added to the field(input field).
Let me know if my understanding is correct or not.
Thanks,
Dheeram
Message was edited by: Dheeram Kallem I was able to achieve auto tabbing. I did it by using id of the element. And used manually setting the element, target and previous one by using below like statement. $('#alphanumeric2').autotab({ format: 'alphanumeric', target: '#alphanumeric3', previous: '#alphanumeric1' });

