Class LayoutBuilderTabbedBodyBaseClass
- Namespace
- Contensive.BaseClasses.LayoutBuilder
- Assembly
- CPBase.dll
public abstract class LayoutBuilderTabbedBodyBaseClass : LayoutBuilderBaseClass
- Inheritance
-
LayoutBuilderTabbedBodyBaseClass
- Inherited Members
Constructors
LayoutBuilderTabbedBodyBaseClass(CPBaseClass)
public LayoutBuilderTabbedBodyBaseClass(CPBaseClass cp)
Parameters
cpCPBaseClass
Properties
tabCaption
After adding a tab with addTab, set the caption for the tab. This is used to display the tab in the tab bar.
public abstract string tabCaption { get; set; }
Property Value
tabLink
After adding a tab with addTab, set the link for the tab. This is used to navigate to the tab when clicked.
public abstract string tabLink { get; set; }
Property Value
tabStyleClass
After adding a table with addTab, set the style class for the tab. This is used to apply custom styles to the tab.
public abstract string tabStyleClass { get; set; }
Property Value
Methods
addTab()
Add a navigation entry. The navCaption and navLink should be set after creating a new entry. The first nav entry does not need to be added.
public abstract void addTab()
setActiveTab(string)
Set the active tab by caption. This is used to highlight the active tab in the tab bar.
public abstract void setActiveTab(string caption)
Parameters
captionstring