HtmlForgeX

API Reference

Class

TablerServiceConfigStudioSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Advanced display settings for TablerServiceConfigStudio.

Inheritance

  • Object
  • TablerServiceConfigStudioSettings

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 TablerServiceConfigStudioSettings Class(String cssClass) #
Returns: TablerServiceConfigStudioSettings
EditorBrowsable(2)

Adds CSS classes to the studio shell.

Parameters

cssClass System.String requiredposition: 0
public TablerServiceConfigStudioSettings Compact(Boolean enable = true) #
Returns: TablerServiceConfigStudioSettings

Uses denser spacing for service configuration surfaces.

Parameters

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

Returns control to the root studio builder.

public TablerServiceConfigStudioSettings FullViewport(Boolean enable = true) #
Returns: TablerServiceConfigStudioSettings

Makes the service configuration studio behave like the primary full-window application surface.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigStudioSettings Height(String height) #
Returns: TablerServiceConfigStudioSettings
EditorBrowsable(2)

Sets the minimum visual height for the studio shell.

Type Parameters

THeight

Parameters

height System.String requiredposition: 0
Height``1(``0 height) #

Sets the minimum visual height for the studio shell.

Parameters

height ``0 required
public TablerServiceConfigStudioSettings LoadEndpoint(String endpoint) #
Returns: TablerServiceConfigStudioSettings

Sets an optional endpoint used by the service config script to load the collected editor payload.

Parameters

endpoint System.String requiredposition: 0
public TablerServiceConfigStudioSettings Palette(TablerOperationalWorkspacePalette palette) #
Returns: TablerServiceConfigStudioSettings

Applies an operational accent palette to the studio shell.

Parameters

palette HtmlForgeX.TablerOperationalWorkspacePalette requiredposition: 0
public TablerServiceConfigStudioSettings Preset(TablerOperationalWorkspaceStylePreset preset) #
Returns: TablerServiceConfigStudioSettings

Applies an operational visual preset to the studio shell.

Parameters

preset HtmlForgeX.TablerOperationalWorkspaceStylePreset requiredposition: 0
public TablerServiceConfigStudioSettings SaveEndpoint(String endpoint) #
Returns: TablerServiceConfigStudioSettings

Sets an optional endpoint used by the service config script to save the collected editor payload.

Parameters

endpoint System.String requiredposition: 0
public TablerServiceConfigStudioSettings Theme(Action<TablerServiceConfigStudioThemeSettings> configure) #
Returns: TablerServiceConfigStudioSettings

Configures shared HtmlForgeX theme and accessibility controls for the studio shell.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigStudioThemeSettings} requiredposition: 0
public TablerServiceConfigStudioSettings ThemeSelector(Boolean show = true, Action<TablerThemeSelectorSettings> configure = null) #
Returns: TablerServiceConfigStudioSettings
EditorBrowsable(2)

Shows or hides the shared HtmlForgeX theme selector in the studio top bar.

Parameters

show System.Boolean = true optionalposition: 0
configure System.Action{HtmlForgeX.TablerThemeSelectorSettings} = null optionalposition: 1
public TablerServiceConfigStudioSettings TopbarIdentity(Boolean show = true) #
Returns: TablerServiceConfigStudioSettings

Shows the product identity in the top bar in addition to the sidebar brand.

Parameters

show System.Boolean = true optionalposition: 0