| Component sleform |
Description
Session-less form.
Format
< sleform ... > ... < /sleform >
Details
Component must not be used inside a form.
| Include File: | sleform.hei |
| Session Mode: | none |
Properties
| Property | Kind | Description |
| Oid | Id must be unique within the page. | |
| State | Use to disable form fields. | |
| Method | HTTP method to submit the form data set. Value "post" should be used when form processing causes side effects, e.g. modifies a database, and if the form contains fieldfileupload. | |
| Enctype | Content type for method "post". Use "multipart/form-data" with fieldfileupload. | |
| Fragment | Section name (The # part of the action URL without the #). |
Superclass
The component inherits Attributes, Methods, and Hookmethods from the following superclasses: