HtmlForgeX

API Reference

Class

TablerFileServicePortalShellSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerFileServicePortalShell.

Inheritance

  • Object
  • TablerFileServicePortalShellSettings

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 TablerFileServicePortalShellSettings Compact(Boolean enable = true) #
Returns: TablerFileServicePortalShellSettings

Uses tighter shell spacing.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerFileServicePortalShellSettings DrawerOpen(Boolean open = true) #
Returns: TablerFileServicePortalShellSettings

Sets whether drawer content starts open.

Parameters

open System.Boolean = true optionalposition: 0
public TablerFileServicePortalShellSettings DrawerTrigger(String text, TablerIconType icon = Link, TablerButtonVariant variant = Primary) #
Returns: TablerFileServicePortalShellSettings

Adds a top-bar button that opens or closes the drawer.

Parameters

text System.String requiredposition: 0
icon HtmlForgeX.TablerIconType = Link optionalposition: 1
variant HtmlForgeX.TablerButtonVariant = Primary optionalposition: 2
public TablerFileServicePortalShell End() #
Returns: TablerFileServicePortalShell

Returns the root portal shell.

public TablerFileServicePortalShellSettings InspectorWidth(String width) #
Returns: TablerFileServicePortalShellSettings

Sets the right inspector width CSS value.

Parameters

width System.String requiredposition: 0