-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
$('#popup-view-' + panel_id).lobiPanel({
reload: false,
unpin: false,
editTitle: false,
state: 'unpinned',
initialIndex: 1,
stateful: true,
draggable: false,
expand: false
});
$('#popup-view-' + panel_id).on('loaded.lobiPanel', function (ev, lobiPanel) {
console.log("loaded event called");
}).on('init.lobiPanel', '.lobipanel', function(ev, lobiPanel){
console.log("init event called");
});
Why does not it work trigger event?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels