Class HtmlForm
HtmlForm -> HtmlContainer
This container widget represents an HTML form. It
supports the following attributes:
- name -
String representing the name that is associated with the
HTML component.
- action -
String representing the URL the form gets sent to.
- encoding -
- enctype -
String representing the MIME encoding under which data
is sent from the form. By default it takes the value
multipart/form-data.
- method -
String representing the HTTP method used to send the form
data. By default it takes the value POST.
When rendered into HTML this widget produces the following
output.
constructor
HtmlForm constructor
Initializes the object.
-
Report a bug or request new features
© 2013