enum FormButtonType in module com::sun::star::form::

(Global Index)

Syntax

enum FormButtonType;

Description

specify the default actions of a button.

Values Summary

PUSH acts like a common push button.

SUBMIT performs a submit on its containing form if the button is clicked.

RESET performs a reset on its containing form if the button is clicked.

URL opens an URL set for the button if the button is clicked.

Values Details



PUSH

Syntax

PUSH,

Description

acts like a common push button.


SUBMIT

Syntax

SUBMIT,

Description

performs a submit on its containing form if the button is clicked.


RESET

Syntax

RESET,

Description

performs a reset on its containing form if the button is clicked.


URL

Syntax

URL,

Description

opens an URL set for the button if the button is clicked.

Top of Page