eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::DefinitionTerm':

Home

everywhere
www.exept.de
for:
[back]

Class: DefinitionTerm (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Lists
Version:
rev: 1.12 date: 2007/11/05 21:11:31
user: cg
file: HTML__DefinitionTerm.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

required protocol
o  tagName


Instance protocol:

queries
o  canHaveChild: anotherElement

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

testing
o  isDefinitionTerm


Examples:


A definition list:


    |list|

    list := DefinitionList new.

    list addDefinition:'Smalltalk' -> 'Object oriented programming language.'.

    list addLineBreak.

    list addDefinitionTerm:'Java'.
    list addDefinitionDescription:'Clever marketing strategie based on old stuff..'.

    list printHtmlString.


ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 17:15:07 GMT