Sign in to follow this  
北极的企鹅

How Can I Link 2 A Flex Funtion Which With 2 Parameters?

Recommended Posts

The flex function :

 

public function my_func(param1:String, param2:String):void

{

Alert.show(param1 + param2);

}

 

 

 

How can I make a set tag

<set label='Apr' value='23800' link="E-my_func,.........

 

thanks!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this