service RadioButton in module com::sun::star::form::component::

(Global Index)

Syntax

service RadioButton;

Description

is a radio button extended by the required properties for HTML.

Radio buttons are grouped like in HTML if they have the same name. If they are grouped, they act like an automatic radio button; if you check one of the group, all the other radio buttons of the same group are unchecked.

Included Services

com::sun::star::awt::UnoControlRadioButtonModel

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

Description

specifies a control model within a form.


Exported Interfaces

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

Description

resets the control.


Property Summary

DefaultState specifies the default value for the button.

RefValue contains a reference value which is used for submission in a HTML form, if the radiobutton is checked.

Property Details



DefaultState

Syntax

short DefaultState;

Description

specifies the default value for the button.

In a group of radio buttons only one button should be checked by default.


RefValue

Syntax

string RefValue;

Description

contains a reference value which is used for submission in a HTML form, if the radiobutton is checked.

Top of Page