HtmlForgeX

API Reference

Class

TablerDashboardShowcaseFrame

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Attributes
EditorBrowsable(2)

Presentation frame for showing a complete dashboard or workspace inside a browser/app-style showcase surface.

Inheritance

  • Element
  • TablerDashboardShowcaseFrame

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public TablerDashboardShowcaseFrame() #

Methods

public TablerDashboardShowcaseFrame BrowserUrl(String url) #
Returns: TablerDashboardShowcaseFrame

Sets the browser URL shown by browser-style presets.

Parameters

url System.String requiredposition: 0
Content 2 overloads
public TablerDashboardShowcaseFrame Content(Element element) #
Returns: TablerDashboardShowcaseFrame

Configures the dashboard content shown inside the frame.

Parameters

configure System.Action{HtmlForgeX.ElementContainer} requiredposition: 0
Content(HtmlForgeX.Element element) #

Adds a prebuilt element inside the frame.

Parameters

element HtmlForgeX.Element required
GetAuxiliaryChildren() #
RegisterLibraries() #
public TablerDashboardShowcaseFrame Settings(Action<TablerDashboardShowcaseFrameSettings> configure) #
Returns: TablerDashboardShowcaseFrame

Groups less-common presentation options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerDashboardShowcaseFrameSettings} requiredposition: 0
public TablerDashboardShowcaseFrame Subtitle(String subtitle) #
Returns: TablerDashboardShowcaseFrame

Sets supporting copy above the framed dashboard.

Parameters

subtitle System.String requiredposition: 0
public TablerDashboardShowcaseFrame Title(String title) #
Returns: TablerDashboardShowcaseFrame

Sets compact title copy above the framed dashboard.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String