eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Frameset':

Home

everywhere
www.exept.de
for:
[back]

Class: Frameset (in HTML)


Inheritance:

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

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

Class protocol:

required protocol
o  tagName


Instance protocol:

interface-attributes
o  columns
Return the row sizes of the frameset.

o  columns: aCollectionOfColumnSizes
set a collection of row sizes for the frameset.

o  rows
Return the row sizes of the frameset.

o  rows: aCollectionOfRowSizes
set a collection of row sizes for the frameset.

interface-elements-body
o  addFrame: aFrameOrString
Add a new frame to the components.
The frame can be either a frame
element or just a simple string.

o  addFrameset: aFramesetOrString
Add a new frameset to the components.
The frameset can be either a frameset
element or just a simple string.

o  frameAt: anIndex
Return an existing frame or frameset at the given index or nil.

queries
o  canHaveText

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


Examples:


more examples to be added:


  ... add code fragment for 
  ... executable example here ...


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