Gee, I hope not.  The defaultButton is the button that gets "clicked"
when you hit Enter.  I don't think you want both buttons to fire at the
same time do you?

 

You might want to have some focusIn logic that switches what the
defaultButton is.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of ghus32
Sent: Thursday, July 24, 2008 9:54 AM
To: [email protected]
Subject: [flexcoders] 2 default buttons in form

 

Hello Everyone,

I have a form and I am using a validation script to enable button when 
form is filled out.. I need to have 2 buttons activated not just one.

Is it possible to do this, or to classify 2 buttons into one group?

<utils:ValidatorForm 
id="addEmployeeForm" 
defaultButton="{add_report_crm}" 

validators="{validators}" 

height="394" width="353">


basically I want to have two buttons in the defaultButton.

Thanks

 

Reply via email to