hi,
How to hide the keyboard programatically in iphone ?
Tell the UIResponder subclass that is currently first responder to resign its first responder status:
[responder resignFirstResponder];
[textFieldName resignFirstResponder];
Can this be done in Dashcode using javascript??