eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTMLWidget':

Home

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

Class: HTMLWidget


Inheritance:

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

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

Description:


Attention: Please read the warning in HTMLElement.

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  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 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 03:35:04 GMT