| Component SimpleForm |
Description
Simple form, very much like HTML form.
HTML forms however can not contain
Format
< SimpleForm ... > ... < /SimpleForm >
Details
Component must not be used inside a form.
| Include File: | panel.hei |
| Session Mode: | none |
Properties
| Property | Kind | Description |
| State | Check 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. | |
| Action | URI of the form processing agent. | |
| Fragment | Section name (The # part of the action URI without the #). |
Superclass
The component inherits Attributes, Methods, and Hookmethods from the following superclasses: