eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Label':

Home

everywhere
www.exept.de
for:
[back]

Class: Label (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Form
Version:
rev: 1.11 date: 2007/11/05 21:12:02
user: cg
file: HTML__Label.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

required protocol
o  tagName


Instance protocol:

interface-attributes
o  accessKey
Return the access-key-attribute of this label.

o  accesskey: aKey
Set the access-key of this label.

o  for
Return the for-attribute of this label.

o  for: anIDReference
Set the for-attribute of this label.

o  onBlur
Return the on-blur-attribute of this label.

o  onBlur: aScript
Set the on-blur-attribute of this label.

o  onFocus
Return the on-focus-attribute of this label.

o  onFocus: aScript
Set the on-focus-attribute of this label.

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

testing
o  isInlineElement

o  isLabel



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 09:25:22 GMT