< event />
< event />
The
<event>
element creates a triggered response. It is defined by its event type and the commands which follow as a result of the event being fired.
<tabs id="projects" workflow="free" tabRefreshPolicy="refreshOnLoad">
<event type="beforeTabClose">
<command type="callFunction" functionName="wr_tabs_beforeCloseTab"/>
</event>
...
</tabs>
Enclosing Element:
This tag is a
direct child of a
<tabs>, <panel type="tree">
or
<panel type="chart">
element.
Encloses:
This tag encloses one or more
<command>
child elements.
Attributes
Attribute | Description | Valid Values | Optional |
---|---|---|---|
type | Specifies the trigger for the event |
onClickNode
,
beforeTabClose
.
|
no |