|
Smalltalk/X WebserverDocumentation of class 'HTMLWidget': |
|
|
Class: HTMLWidgetInheritance:Object | +--Collection | +--SequenceableCollection | +--ArrayedCollection | +--Array | +--HTMLElement | +--HTMLMarkup | +--HTMLWidget | +--HTMLApplet
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
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
|