Difference between revisions of "Documentation/DevGuide/Forms/HTML Forms"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Forms)
m (FINAL VERSION FOR L10N)
 
Line 5: Line 5:
 
|NextPage=Documentation/DevGuide/Forms/Data Awareness
 
|NextPage=Documentation/DevGuide/Forms/Data Awareness
 
}}
 
}}
{{DISPLAYTITLE:HTML Forms}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Forms/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:HTML Forms}}
 
<!--<idltopic>com.sun.star.form.component.HTMLForm</idltopic>-->
 
<!--<idltopic>com.sun.star.form.component.HTMLForm</idltopic>-->
 
The <idl>com.sun.star.form.component.HTMLForm</idl> service reflects the requirements for HTML form documents. Looking at HTML specifications, you can submit forms using different encodings and submit methods, and reset forms. The <code>HTMLForm</code> service description reflects this by supporting the interfaces <idl>com.sun.star.form.XReset</idl> and <idl>com.sun.star.form.XSubmit</idl>, as well as some additional properties related to the submit functionality.
 
The <idl>com.sun.star.form.component.HTMLForm</idl> service reflects the requirements for HTML form documents. Looking at HTML specifications, you can submit forms using different encodings and submit methods, and reset forms. The <code>HTMLForm</code> service description reflects this by supporting the interfaces <idl>com.sun.star.form.XReset</idl> and <idl>com.sun.star.form.XSubmit</idl>, as well as some additional properties related to the submit functionality.

Latest revision as of 13:00, 15 May 2009



The com.sun.star.form.component.HTMLForm service reflects the requirements for HTML form documents. Looking at HTML specifications, you can submit forms using different encodings and submit methods, and reset forms. The HTMLForm service description reflects this by supporting the interfaces com.sun.star.form.XReset and com.sun.star.form.XSubmit, as well as some additional properties related to the submit functionality.

The semantics of these interfaces and properties are straightforward.For additional details, refer to the service description, as well as the HTML specification.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages