onClose ()
The event of minimization of the chat widget for the Pop-Up and Slider types.
Examples
- Using jQuery
$(document).on("netroxclose", function(event) { // Actions upon chat widget closing });
- Using the nsc_API object
nsc_API = { /* ... */ }; nsc_API.onClose= function() { // Actions upon chat widget closing };
All rights reserved. Copyright © 2019 Netrox SC