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

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

service HTMLForm

Description
This service specifies the special form kind for HTML documents.

An HTMLForm fulfills the specification of forms in HTML. It supplies the possibility of submitting or resetting the contents of a form. For more information on HTML forms, see the documentation of HTML.



Included Services

com::sun::star::form::component::Form
Description
This service specifies a form which is a group of FormComponents.

Exported Interfaces

com::sun::star::form::XReset
Description
resets the control.
com::sun::star::form::XSubmit
Description
allows to submit changes.

Properties' Summary

TargetFrame describes the frame, where to open the document specified by the TargetURL.
TargetURL specifies the URL, which should be used for submission.
SubmitMethod returns the kind of submission.
SubmitEncoding returns the kind of encoding for submission.

Properties' Details

TargetFrame
 
string TargetFrame;
Description
describes the frame, where to open the document specified by the TargetURL.
TargetURL
 
string TargetURL;
Description
specifies the URL, which should be used for submission.
SubmitMethod
 
com::sun::star::form::FormSubmitMethod SubmitMethod;
Description
returns the kind of submission.
SubmitEncoding
 
com::sun::star::form::FormSubmitEncoding SubmitEncoding;
Description
returns the kind of encoding for submission.

Top of Page