Last active
April 10, 2019 17:27
-
-
Save fleimisch/3ff8c6d02aa39dc26f88 to your computer and use it in GitHub Desktop.
SCE OverlayBox - Shadowbox replacement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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