eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Form':

Home

everywhere
www.exept.de
for:
[back]

Class: Form (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Form
Version:
rev: 1.20 date: 2009/03/23 17:18:49
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: aString

o  target
Return the target of this form.

o  target: aTarget
Set the target of this form.

queries
o  canHaveChild: aChild

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 6.1.1; WebServer 1.620 at exept:8081; Thu, 09 Feb 2012 02:46:11 GMT