create overlay instance var myOverlay = new glow.widgets.Overlay("#helloOverlay", { modal: true }); //display overlay myOverlay.show(); The first parameter of the constructor idetifies the content ...
Some results have been hidden because they may be inaccessible to you