ContentHolder
methodsObtains the DOM element that holds tab content by its tab index in the TabStrip.
The difference between contentElement and contentHolder is that contentHolder returns the DOM element that really holds the content, which on mobile is the scroll container.
Important: To remove the tab contents safely, use this method to get the element to empty.
Parameters:itemIndexNumber
Returns:Element
The index of the tab in the TabStrip.
The DOM element holding tab content by its tab index in the TabStrip.