Skip to content

Instantly share code, notes, and snippets.

@12Rain12
Created April 27, 2012 07:39
Show Gist options
  • Save 12Rain12/2507027 to your computer and use it in GitHub Desktop.
Save 12Rain12/2507027 to your computer and use it in GitHub Desktop.
stop();
var errors:Array = new Array();
function clearForm() {
name_ti.text="";
email_ti.text="";
state.text="";
zip_ti.text="";
errorLog_lb.removeAll();
errors.length = o;
errorLog_lb.alternatingRowColors = null;
}
clear_pb.addEventListener("click", clearForm);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment