HtmlForgeX

API Reference

Class

TablerServiceConfigSidebar

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Sidebar rail for service configuration studios.

Inheritance

Usage

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

Accepted by parameters

Constructors

public TablerServiceConfigSidebar() #

Methods

public TablerServiceConfigSidebar AddSection(String title, Action<TablerServiceConfigNavSection> configure) #
Returns: TablerServiceConfigSidebar

Adds a grouped section of navigation items.

Parameters

title System.String requiredposition: 0
configure System.Action{HtmlForgeX.TablerServiceConfigNavSection} requiredposition: 1
public TablerServiceConfigSidebar Brand(String text, String subtitle = null, TablerIconType icon = ShieldCheck) #
Returns: TablerServiceConfigSidebar

Sets the brand shown at the top of the rail.

Parameters

text System.String requiredposition: 0
subtitle System.String = null optionalposition: 1
icon HtmlForgeX.TablerIconType = ShieldCheck optionalposition: 2
RegisterLibraries() #
public TablerServiceConfigSidebar SafetyNote(String title, String text) #
Returns: TablerServiceConfigSidebar

Sets a safety reminder shown near the bottom of the rail.

Parameters

title System.String requiredposition: 0
text System.String requiredposition: 1
public override String ToString() #
Returns: String
public TablerServiceConfigSidebar User(String name, String title = null) #
Returns: TablerServiceConfigSidebar

Sets compact user information at the bottom of the rail.

Parameters

name System.String requiredposition: 0
title System.String = null optionalposition: 1