| |
Component simpleform
Description
Simple form, very much like HTML form.
HTML forms however can not contain field components.
Select a SimpleForm if you want to program
form processing in a classical way. Use a SesForm
for object oriented form processing. Tutorial
Format
< simpleform ...
> ... < /simpleform >
Details
Component must not be used inside a form.
Include File: | panel.hei |
Session Mode: | none |
Properties
Property |
Kind |
Description |
State | String(60) | Check to disable form fields. |
Method | String(60) | 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 | String(60) | Content type for method "post". Use "multipart/form-data" with
fieldfileupload.
|
Action | String(60) | URI of the form processing agent. |
Fragment | String(10) | Section name (The # part of the action URI without the #). |
Superclass
The component inherits Attributes, Methods, and Hookmethods from the
following superclasses:
panel
The ff attribute and the access functions panelobj(n) and panelfield(n)
are important.
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
H.E.I. provides support, tools, and services like
Webdesign in Mannheimm,
the HTML/CSS 3D WebGL Animation Library taccgl,
3D Webdesign, and
3D Product ConfiguratorDemo
(3D Produkt Konfigurator Demo in German).
© 1996-2024 H.E.I. All Rights Reserved.
|