[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[WI8] CustomWidget

CustomWidget is a user defined widget. In case WI8Window hierarchy does not fits particular needs (an specific HTML widget is not present in hierachy), it is posible to use an instance of CustomWidget. By default a CustomWidget wrapps an span HTML element.

Hierarchy

CustomWidget inherits from [WI8] WI8Window.

Instance Variables

tag Specific defined tag name

Relevant Methods

localEventsReturn the smalltalk events managed by instances of the receiver
tag:Instance creation for a particular tag name

Instance

tag:Sets de tag name of receiver

Events

CustomWidget can handle the following events (besides the ones inherited from its superclass):

Local Events

needsTag:-


References