eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTMLTable':

Home

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

Class: HTMLTable


Inheritance:

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

Package:
stx:libhtml
Category:
System-Documentation
Version:
rev: 1.11 date: 2016/04/28 20:45:57
user: cg
file: HTMLTable.st directory: libhtml
module: stx stc-classLibrary: libhtml
Author:
Claus Gittinger

Description:


Attention: Please read the warning in HTMLElement.

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 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 14:52:05 GMT