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

(Global Index)

Syntax

service HiddenControl;

Description

This service specifies the ControlModel of a hidden control, which can be used to store values in the form without being visible for the user.

HiddenControl s are HTML specific. They are not related to a visual component. They are only used for data used in a submission.

Included Services

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

Description

specifies a component which can be part of a form.


Property Summary

HiddenValue specifies the value of the component.

Property Details



HiddenValue

Syntax

string HiddenValue;

Description

specifies the value of the component.

Top of Page