eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Form':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: Form (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::Form

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree-Form
Version:
rev: 1.26 date: 2018/04/26 10:29:01
user: cg
file: HTML__Form.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  method: arg1 action: arg2

required protocol
o  tagName


Instance protocol:

interface-attributes
o  acceptCharset
Return the accept-charset-attribute of this form.

o  acceptCharset: aCharSet
Set the accept-charset-attribute of this form.

o  action
Return the action of this form.

o  action: anAction
Set the action of this form.

o  addCheckBoxNamed: aName value: aValue

o  addCheckBoxNamed: aName value: aValue isChecked: aBoolean

o  addHiddenFieldNamed: aName value: aValue

o  encType
Return the encoding type of this form.

o  encType: anEncType
Set the encoding type of this form.

o  enctype: enctypeString

o  method
Return the method of this form.

o  method: methodString
Set the method of this form.

o  method: methodString action: actionString
Set both method and action of this form.

o  onReset
Return the on-reset-attribute of this form.

o  onReset: aScript
Set the on-reset-attribute of this form.

o  onSubmit
Return the on-submit-attribute of this form.

o  onSubmit: aScript

o  target
Return the target of this form.

o  target: aTarget
Set the target of this form.

queries
o  canHaveChild: aChild in: aParser
not a valid form element.

required-visiting
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor

testing
o  isBlockElement

o  isForm


Examples:


more examples to be added:
  ... add code fragment for 
  ... executable example here ...


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 05:50:55 GMT