|
property Action: TgtPushButtonAction;
Description
TgtPushButtonAction = (pbaNone, pbaSubmit, pbaReset, pbaJavaScript);
Default: pbaNone
Set the Action property to any one of pbaNone, pbaSubmit, pbaReset or pbaJavaScript to associate an action with the Push button.
Action
|
Description
|
pbaNone
|
No action is associated.
|
pbaSubmit
|
Transmit the names and values of selected interactive form fields to a specified uniform resource locator (URL), presumably the address of a World Wide Web server that will process them and send back a response.
|
pbaReset
|
Reset selected interactive form fields to their default values.
|
pbaJavaScript
|
Cause a script to be compiled and executed by the JavaScript interpreter.
|
|