Flashblocks Flash CMS
Welcome, Guest
Please Login or Register.    Lost Password?
Tab ordering for email module (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: Tab ordering for email module
#503
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Tab ordering for email module 2 Years, 12 Months ago
To allow tabbing around the email module without the order being mest up by other buttons and forms, enter this code in the first frame of the pc_email movieclip inside of the flashblocks modules / email folder.

1. name the forms in the pc_email that you wish to include in your tab sequence: t1,t2,t3, etc...

2. on the first frame of the pc_email MC add this actionscript to the top:

t1.tabIndex = 1;
t2.tabIndex = 2;
t3.tabIndex = 3;
t4.tabIndex = 4;
t5.tabIndex = 5;

This code will be included in the 1.4.6 version of FB Developer.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Thank you