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.12 date: 2021/01/20 10:37:59
user: cg
file: HTMLTable.st directory: libhtml
module: stx stc-classLibrary: libhtml

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).

copyright

COPYRIGHT (c) 1996 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:43:02 GMT