Smalltalk/X WebserverDocumentation of class 'HTMLWidget': | |
Class: HTMLWidgetInheritance:Object | +--Collection | +--SequenceableCollection | +--ArrayedCollection | +--Array | +--HTMLElement | +--HTMLMarkup | +--HTMLWidget | +--HTMLApplet
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). 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 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:48:37 GMT |