Assigned new w2toolbar object to a panel
Shows a context confirmation dialog for the panel
Returns DOM element where content of the panel is rendered.
Finds the panel and returns its object.
hide - hide(panel, [immediate])
Hides the panel.
Hides the panel's tabs.
Hides the panel's toolbar.
html - html(type, html, [transition])
Sets or retrieves panel content.
load - load(panel, url, [transition])
Loads content and renders it inside the panel.
lock - lock(panel, message, [showSpinner])
Locks layout panel.
Displays a context message for the panel.
Finds the panel and extends it with provided object.
show - show(panel, [immediate])
Shows the panel.
Shows the panel's tabs.
Shows the panel's toolbar.
sizeTo - sizeTo(type, size, [instant])
Resizes the panel with animation
toggle - toggle(type, [immediate])
Toggles the panel.
Toggles the panel's tabs.
Toggles the panel's toolbar.
Unlocks layout panel.
Destroys the object.
off - off(type, [handler])
Removes event listener from the object.
Adds event listener to a object.
Refreshes the object without completely re-inserting it.
Renders the object into box.
Resizes the object to the width and height of its container.
Executes all event listeners added with on() method.