Link to home
Start Free TrialLog in
Avatar of bmickey
bmickey

asked on

FCKEditor/VB.NET -- How To Set TabIndex?

Hello guru's,
I am new to using the FCKEditor within a webpage. Everything has been going well thus far but for the tabbing structure of the page.
The FCK Control does not seem to have a method to set it's tabindex.
(IE: I have 5 textbox controls at the beginning of the page -- tabIndex's 0-4 -- and then two FCK controls followed by more textbox controls. When the page loads focus is set on the first textbox and hitting tab should jump to the next textbox but it goes right to the first FCK Control..I need this to be the 6th).

Thanks!
Avatar of Vivek Thangaswamy
Vivek Thangaswamy
Flag of Australia image

what is  FCK controls ?
Avatar of bmickey
bmickey

ASKER

FCKEditor is a free textbox editor. I have the ASP.NET version with a reference to it and have added it as an item in my toolbox. The control is type FredCK.FCKEditorV2.FCKEditor.
ASKER CERTIFIED SOLUTION
Avatar of Sammy
Sammy
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bmickey

ASKER

Yes. I had been working with their information already. Unfortunately, I'm not the best with javascripting. I'll get it eventually. I did discover that, by changing the order of my existing textbox controls to begin with '1' instead of '0', I could at least get them to work in the correct order. I am now to the point of trying to work in this javascript to get the FCKEditor boxes tabbing correctly. Thanks!