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

(Global Index)

Syntax

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.


Property 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.

Property Details



TargetFrame

Syntax

string TargetFrame;

Description

describes the frame, where to open the document specified by the TargetURL.


TargetURL

Syntax

string TargetURL;

Description

specifies the URL, which should be used for submission.


SubmitMethod

Syntax

com::sun::star::form::FormSubmitMethod SubmitMethod;

Description

returns the kind of submission.


SubmitEncoding

Syntax

com::sun::star::form::FormSubmitEncoding SubmitEncoding;

Description

returns the kind of encoding for submission.

Top of Page