Class idx.layout.MoveableTabController


Extends dijit.layout.ScrollingTabController.
TabController enabling to re-order tabs by dragging.
Defined in: <idx\layout\MoveableTabContainer.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
onAddChild(page, insertIndex)
Associates the content widget to the button.
 
Hides the insert location indicator on removing child
 
Sets up event handlers and creates the insert location indicator.

Constructor Detail

idx.layout.MoveableTabController()

Method Detail

onAddChild(page, insertIndex)

Associates the content widget to the button.
Parameters:
{Object} page
{Number} insertIndex

onRemoveChild(page)

Hides the insert location indicator on removing child
Parameters:
{Object} page

startup()

Sets up event handlers and creates the insert location indicator.