eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTMLWidget':

Home

everywhere
www.exept.de
for:
[back]

Class: HTMLWidget


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--ArrayedCollection
            |
            +--Array
               |
               +--HTMLElement
                  |
                  +--HTMLMarkup
                     |
                     +--HTMLWidget
                        |
                        +--HTMLApplet

Package:
stx:libhtml
Category:
System-Documentation
Version:
rev: 1.10 date: 2007/03/12 17:52:19
user: cg
file: HTMLWidget.st directory: libhtml
module: stx stc-classLibrary: libhtml
Author:
Claus Gittinger

Description:


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


Related information:

    HTMLParser
    HTMLDocumentPainter

Instance protocol:

accessing
o  bounds
return bounds

o  bounds: something
set bounds

o  maxHeightInRow
return maxHeightInRow

o  maxHeightInRow: something
set maxHeightInRow

o  view
return view

o  view: something
set view

o  yTopInRow
return yTopInRow

o  yTopInRow: something
set yTopInRow

queries
o  optionElements

testing
o  isInputElement

o  isSelectElement


Examples:


|reply page document forms| reply := HTTPInterface get:'http://reiseauskunft.bahn.de/bin/query.exe/dn'. page := reply data asString. document := HTMLParser parseText:page. forms := document elementsForWhich:[:el | el isFormElement]. forms.

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