Note
Note: To view the full list of events, see AdKit: Event Registration Methods.
adkit.function({ adkit.function(expandInfo { if(expandInfo && expandInfo.panelName === "panel_1") { // on expand code } }); });
Name |
Mandatory/Optional |
Type |
Description |
adkit.onExpand(expandCB) |
Mandatory |
Function |
Runs an event when the panel expands. |
Name |
Mandatory/Optional |
Type |
Description |
expandInfo |
Mandatory |
Object |
Contains Expand action information. |
Comments