Overview | Module | Use | Devguide | Index |
Values | Values' Details |
enum FormButtonType |
|
Values | |
PUSH | requires the button to act like a common push button, means no special action is triggered. |
SUBMIT | When the button is clicked, it performs a submit on its containing form. |
RESET | When the button is clicked, it performs a reset on its containing form. |
URL | When the button is clicked, an URL set for the button is opened. |
Values' Details | |
PUSH
|
|
SUBMIT
|
|
RESET
|
|
URL
|
Copyright © 2003 Sun Microsystems, Inc.