Browse Source

+ hideLayerInStack/visibleOverlayInStack

modules
RubaXa 11 years ago
parent
commit
72c0c0addb
  1. 4
      README.md

4
README.md

@ -91,7 +91,9 @@ var ply = new Ply({
closeBtn: true, // presence close button "✖"
bodyScroll: false, // disable scrollbar at body
closeByEsc: true, // close by press on `Esc` key
closeByOverlay: true // close by click on the overlay
closeByOverlay: true, // close by click on the overlay
hideLayerInStack: true, // hide the layer if it is not the first in the stack
visibleOverlayInStack: false // visibility overlay, if the layer is not the first in the stack
},
// Callback

Loading…
Cancel
Save