A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Tabbing

  1. #1
    Participant jide's Avatar
    Join Date
    May 2003
    Posts
    264

    Tabbing

    I have a form made up of textfields nested within Movie Clips and when I hit tab, it doesn't go to the next textfield, but instead hops all around the interface. Is there any way to control this? I've tried using the accessibility panel and setting the Tab Index but that had no effect (I'm guessing because the textfields are nested in mc's).
    glhf

  2. #2
    Senior Member Robb@exo's Avatar
    Join Date
    Jun 2003
    Location
    Canada
    Posts
    1,540
    Try using the tabIndex property of the textfield class.
    eg.
    PHP Code:
    instanceNameOfTextfield1.tabIndex 1;
    instanceNameOfTextfield2.tabIndex 2;
    etc
    Wile E. Coyote - "Clear as mud?"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center