Text field or Export Value for Button
I know that we can add text for the Export Value for a checkbox but is it possible to do the same for a regular Button? If so, does this involve using Javascript under the Action tab in the Button Properties?
I know that we can add text for the Export Value for a checkbox but is it possible to do the same for a regular Button? If so, does this involve using Javascript under the Action tab in the Button Properties?
That works. Thank you. Is it possible to unselect the button so that the "123" is removed from the Text1 field?
Try this code:
if(this.getField("Text1").value != "")
this.getField("Text1").value = "";
else this.getField("Text1").value = "123";
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.