[View]
[Edit]
[Lock]
[References]
[Attachments]
[History]
[Home]
[Changes]
[Search]
[Help]
[WI8] TextWidget
TextWidget represents a text in a web page.
It basically delegates everything to its handle (see
WI8Object
).
Hierarchy
TextWidget inherits from
[WI8] WI8Window
and is the base class for:
[WI8] TextAreaWidget
[WI8] CodeAreaWidget
[WI8] TextInputWidget
Relevant Methods
Class
localEvents
Return the smalltalk events managed by instances of the receiver
Instance
value:
Set the (text) value of the receiver
value:
Returns the (text) value of the receiver
Events
TextWidget can handle the following events (besides the ones inherited from its superclass):
Local Events
needsEmptyValue
-
References
UI8 and WI8 frameworks
[UI8] Bug report page