[View]
[Edit]
[Lock]
[References]
[Attachments]
[History]
[Home]
[Changes]
[Search]
[Help]
[WI8] TextInputWidget
TextInputWidget represents an input text in a web page. It basically delegates everything to its handle, a HTMLInput handle. It is a first level wrapping of non-smalltalk objects. See
[WI8] WI8Object
for more detailed info on wrapping
NativeObject
Hierarchy
TextInputWidget inherits from
[WI8] TextWidget
.
Relevant Methods
Class
localEvents
Return the smalltalk events managed by instances of the receiver
type:size:
Instance creation
numeric:size:
Instance creation
size:
Instance creation
Events
TextInputWidgetcan handle the following events (besides the ones inherited from its superclass):
Local Events
changed
-
getContents
-
getConfiguration
-
References
UI8 and WI8 frameworks
[UI8] Bug report page