Class s7sdk.event.PopupEvent
This event is dispatched when a popup panel is closed. The purpose is to allow registering a custom handler, e.g. to resume an previous action.
Constructor Attributes | Constructor Name and Description |
---|---|
s7sdk.event.PopupEvent(type, bubbles)
|
Field Attributes | Field Name and Description |
---|---|
<static> <constant> |
s7sdk.event.PopupEvent.POPUP_CLOSED
Dispatched by a generic popup component when the it is closed
|
Class Detail
s7sdk.event.PopupEvent(type, bubbles)
- Parameters:
- {String} type
- - Defines the value of the type property.
- {Boolean} bubbles
- - Defines whether the event bubbles.
Field Detail
<static> <constant>
{String}
s7sdk.event.PopupEvent.POPUP_CLOSED
Dispatched by a generic popup component when the it is closed