ContentLoad
Defines the available tab content display modes.
Values
Dynamic
- Content of the selected tab is loaded on the initial load and content for other tabs are loaded once and maintained in the DOM.Init
- Content of all the tabs are rendered on the initial load and maintained in the DOM.Demand
- Content of all the tabs are rendered on the initial load and maintained in the DOM.