eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTMLTable':

Home

everywhere
www.exept.de
for:
[back]

Class: HTMLTable


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--ArrayedCollection
            |
            +--Array
               |
               +--HTMLElement
                  |
                  +--HTMLMarkup
                     |
                     +--HTMLTable

Package:
stx:libhtml
Category:
System-Documentation
Version:
rev: 1.9 date: 2005/06/16 11:45:07
user: cg
file: HTMLTable.st directory: libhtml
module: stx stc-classLibrary: libhtml
Author:
Claus Gittinger

Description:


a table element.
No new features added; however, provides convenient access for
some heavily used values (attributes).


Related information:

    HTMLParser
    HTMLDocumentPainter

Instance protocol:

accessing
o  addRow: aRow

o  borderColor

o  defaultCellPadding: something
set defaultCellPadding

o  defaultCellSpacing: something
set defaultCellSpacing

o  height

o  height: aNumberOrPercentString

o  inset
return inset

o  inset: something
set inset

o  rowAt: index

o  rows

o  spaceInset
return spaceInset

o  spaceInset: something
set spaceInset

o  top
return top

o  top: something
set top

o  width

o  width: aNumberOrPercentString

queries
o  borderWidth
return the tables border width (in pixels)

o  cellpadding
return the tables spacing between col-borders and their contents (in pixels)

o  cellspacing
return the tables inner cell-border width (in pixels)



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