Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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.

Properties' Summary

HiddenValue specifies the value of the component.

Properties' Details

HiddenValue
 
string HiddenValue;
Description
specifies the value of the component.

Top of Page