Pages Layouts existing (list)
- The layout minimal
jig default1 single layer has a page, the transitions are melted, opening its pages children is above the pages parents.Example:
On my start I created 1 icon that opens the child page slideshow
Slideshow I open my toolbox pages-layer displays:
start [fade]
slideshow [fade]
and address is:
http://domain.com/start/diaporama
- The layout minimum plus
has 2 layers: Layer Over: 1st plan, layer Under: background. Her transitions are melted.Each page open children between the layers of the parent page: over and under.Example:
On my start page, I created 1 icon that opens the child page slide show,
On slide show, I created 1 icon that opens the page child contact
Slideshow I open my toolbox pages-layer displays:
start [Over]
start [Under]
slideshow [Over]
slideshow [Under]
and address is:
http://domain.com/start/slideshow
in fact the order of depth of my pages is:
start [over] the 1st plan
slideshow [Over]
slideshow [Under]
start [Under] background
If now I open my contact page, my toolbox pages-layer displays:
start [Over]
start [Under]
slideshow [Over]
slideshow [Under]
contact [Over]
contact [Under]
page address contact:
http://domain.com/start/slideshow/contact
in fact the order of depth of my pages is:
start [over] the 1st plan
slideshow [Over]
contact [Over]
contact [Under]
slideshow [Under]
start [Under] background
So the contact elements are still below slideshow [over] and desus slideshow [under].
8-)