Assigns new w2tabs object to a panel
    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 widget and removes it from the global w2ui object
    off - off(type, [handler])
 
    Removes event listener from the object.
    Adds event listener to a object.
    Refreshes the widget or a specific part of it
    Renders the widget into the specified HTML element
    Resizes the widget to fit its container
    Executes all event listeners added with on() method.
    Unmounts the widget and cleans up resources