// generated by FBuilder
package flexa.ff;
import flexa.fb.*;
import java.util.Map;
import java.util.HashMap;
import javax.script.*;
import java.util.ArrayList;
public class textarea extends FField {
    //
    // CONSTRUCTOR
    //
    public textarea() {
        super("ff.textarea");
    }
    
    // 
    // Methods
    //
    


    // 
    // Events
    //
	public void event(String aAction, FContext aContext) throws Exception {
        // Events
        
	    super.event(aAction, aContext);
	}
	
	
}