Javascript Event System - mb-discussion-list-page-load
From KickApps Documentation
This article pertains to the Javascript Event System. You can refer to our list of Javascript Event System Supported Events to learn what else you can do with our event system.
Contents |
Summary
- This event is fired when the message board discussion list page is shown for a given forum.
Payload Parameters
- none
Execution Interruption
- none
Example
function onMbDiscussionListPageLoad() {
// do something here
} var newEventId = Ka.events.listen('mb-discussion-list-page-load', onMbDiscussionListPageLoad);
Favorites






