Top   Module   Use   Manual   Index 

com :: sun :: star :: form ::

enum FormButtonType


Description
specify the default actions of a button.


Values

PUSH
Description
acts like a common push button.
SUBMIT
Description
performs a submit on its containing form if the button is clicked.
RESET
Description
performs a reset on its containing form if the button is clicked.
URL
Description
opens an URL set for the button if the button is clicked.
Top of Page