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.
com::sun::star::form::component::Form -
Description
This service specifies a form which is a group of FormComponents.
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
|
|
Syntax
string TargetFrame;
Description
describes the frame, where to open the document specified by the TargetURL.
Syntax
string TargetURL;
Description
specifies the URL, which should be used for submission.
Syntax
com::sun::star::form::FormSubmitMethod SubmitMethod;
Description
returns the kind of submission.
Syntax
com::sun::star::form::FormSubmitEncoding SubmitEncoding;
Description
returns the kind of encoding for submission.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.