HtmlForgeX

API Reference

Class

TablerWorkspaceTabsCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerWorkspaceTabsCard.

Inheritance

  • Object
  • TablerWorkspaceTabsCardSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public TablerWorkspaceTabsCardSettings Accent(TablerColor color) #
Returns: TablerWorkspaceTabsCardSettings

Sets the accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerWorkspaceTabsCardSettings Alignment(TabsAlignment alignment) #
Returns: TablerWorkspaceTabsCardSettings

Sets the alignment for the inner tabs.

Parameters

alignment HtmlForgeX.TabsAlignment requiredposition: 0
public TablerWorkspaceTabsCardSettings Compact(Boolean enable = true) #
Returns: TablerWorkspaceTabsCardSettings

Uses tighter spacing inside the card.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerWorkspaceTabsCard End() #
Returns: TablerWorkspaceTabsCard

Returns control to the root workspace tabs card.

public TablerWorkspaceTabsCardSettings FillHeight(Boolean enable = true) #
Returns: TablerWorkspaceTabsCardSettings

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
HeaderInfo 2 overloads
public TablerWorkspaceTabsCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Auto, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #
Returns: TablerWorkspaceTabsCardSettings

Adds an info action to the card header.

Parameters

text System.String requiredposition: 0
title System.String = null optionalposition: 1
placement HtmlForgeX.TablerPopoverPlacement = Auto optionalposition: 2
trigger HtmlForgeX.TablerPopoverTrigger = ClickOnly optionalposition: 3
visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle = Subtle optionalposition: 4
public TablerWorkspaceTabsCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #
Returns: TablerWorkspaceTabsCardSettings

Configures the typed info action shown in the card header.

Parameters

configure System.Action{HtmlForgeX.TablerInfoPopover} requiredposition: 0
public TablerWorkspaceTabsCardSettings HideNavigationWhenSingleTab(Boolean enable = true) #
Returns: TablerWorkspaceTabsCardSettings

Hides the tab navigation when there is only one panel.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerWorkspaceTabsCardSettings NavStyle(TabsNavStyle style) #
Returns: TablerWorkspaceTabsCardSettings

Sets the navigation style for the inner tabs.

Parameters

style HtmlForgeX.TabsNavStyle requiredposition: 0
public TablerWorkspaceTabsCardSettings NavWidth(String cssMinWidth) #
Returns: TablerWorkspaceTabsCardSettings

Sets the navigation width used by oriented tab layouts.

Parameters

cssMinWidth System.String requiredposition: 0
public TablerWorkspaceTabsCardSettings Orientation(TabsOrientation orientation) #
Returns: TablerWorkspaceTabsCardSettings

Sets the orientation for the inner tabs.

Parameters

orientation HtmlForgeX.TabsOrientation requiredposition: 0
public TablerWorkspaceTabsCardSettings OrientationResponsive(TabsOrientation orientation, TablerBreakpoint breakpoint) #
Returns: TablerWorkspaceTabsCardSettings

Switches the orientation at a responsive breakpoint.

Parameters

orientation HtmlForgeX.TabsOrientation requiredposition: 0
breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 1
public TablerWorkspaceTabsCardSettings PersistSelection(Boolean enable = true, Boolean showReset = true, String storageKey = null, Nullable<TabsPersistKeyMode> keyMode = null) #
Returns: TablerWorkspaceTabsCardSettings

Persists the last selected tab.

Parameters

enable System.Boolean = true optionalposition: 0
showReset System.Boolean = true optionalposition: 1
storageKey System.String = null optionalposition: 2
keyMode System.Nullable{HtmlForgeX.TabsPersistKeyMode} = null optionalposition: 3
public TablerWorkspaceTabsCardSettings SegmentedMode(TabsSegmentedMode mode) #
Returns: TablerWorkspaceTabsCardSettings

Sets the segmented layout behavior for the inner tabs.

Parameters

mode HtmlForgeX.TabsSegmentedMode requiredposition: 0
public TablerWorkspaceTabsCardSettings Transition(TabsTransition transition) #
Returns: TablerWorkspaceTabsCardSettings

Enables a tab transition for the inner tabs.

Parameters

transition HtmlForgeX.TabsTransition requiredposition: 0