Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
When a form is submitted, the data contained in the form is sent to the target URL as a series of name/value pairs. The name portion of each pair is the name of a form component as specified by its NAME attribute. In most cases the value portion is the value displayed by the element, for example, the text displayed in a text field.
Known Services which Export this Interface |
|
com::sun::star::form::component::HTMLForm | This service specifies the special form kind for HTML documents. |
Methods' Summary |
|
submit | submits the component to a specified target. |
addSubmitListener | adds the specified listener to receive the "approveSubmit" event. |
removeSubmitListener | removes the specified listener. |
Methods' Details |
||||
|
||||
|
||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.