Posted 10/6/2006 3:40:32 PM
|
|
|
|
| What does the performClick: function do when it is used in conjunction with a textbox?
|
|
|
Posted 10/6/2006 3:49:51 PM
|
|
|
|
| Hey Steve, The performClick, if going from a textbox to a button, will allow you activate the button by pressing 'Enter' while you are still in the textbox field. Example: Clicking 'Enter' after entering information in the search field to perofrm the search. The performClick function clicks the Search button as you click Enter. Hope this helps 
IB
|
|
|
|