w2layout.show

Shows the panel.
show(panel, [immediate])
panel string, name of the panel
immediate boolean, without animation (optional)

Description

The first argument panel is the name of the panel. It can be one of the following:
  • top
  • left
  • main
  • right
  • preview
  • bottom
The panel is shown with animation that takes approximately 2 seconds. If you want to show the panel without animation set the second argument immediate to true.
If you have a layout defined as: You can show with animation Or without animation

User Comments

comments powered by Disqus