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.14 date: 2021/01/20 10:38:51
user: cg
file: HTMLWidget.st directory: libhtml
module: stx stc-classLibrary: libhtml

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

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