lifecycle:event
Description
Broadcasts an event
Usage
as element:
<lifecycle:event event="{string}" global="{boolean}"> </lifecycle:event>
Parameters
Param | Type | Details |
---|---|---|
event | string | The name of the event to broadcast |
global | boolean | If true the event is broadcasted to the entire application, otherwise it will just broadcast to it's children. (Default: true) |