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