Skip to content

Instantly share code, notes, and snippets.

@fleimisch
Last active April 10, 2019 17:27
Show Gist options
  • Select an option

  • Save fleimisch/3ff8c6d02aa39dc26f88 to your computer and use it in GitHub Desktop.

Select an option

Save fleimisch/3ff8c6d02aa39dc26f88 to your computer and use it in GitHub Desktop.
SCE OverlayBox - Shadowbox replacement
overlayBox.setup({
content : content,
width : 800,
//height : null,
//modal : false,
//title : "My Title",
//padding :"0px",
//resize : false,
//resizeType : "fixed" or "generated",
//CSSBG : false,
//customclass : "",
//format : "popup" or "full",
//loading : false,
//showOverlay: true,
//effect : null,
//backgroundBlur:false,
//renderInForm: false,
//onClose : function() {},
//onOpen : function() {}
});
/* Custom Events */
$(document).bind('OverlayBoxonOpen', function () { alert('test') });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment