API Reference
TablerServiceConfigJsonPanelSettings
Advanced display settings for TablerServiceConfigJsonPanel.
Inheritance
- Object
- TablerServiceConfigJsonPanelSettings
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
- Method TablerServiceConfigJsonPanelSettings.Class
- Method TablerServiceConfigJsonPanelSettings.Compact
- Method TablerServiceConfigJsonPanelSettings.Editable
- Method TablerServiceConfigJsonPanelSettings.FillHeight
- Method TablerServiceConfigJsonPanelSettings.LoadEndpoint
- Method TablerServiceConfigJsonPanelSettings.MaxHeight
- Method TablerServiceConfigJsonPanelSettings.SaveEndpoint
- Method TablerServiceConfigJsonPanelSettings.Wrap
Accepted by parameters
Methods
public TablerServiceConfigJsonPanelSettings Class(String cssClass) #TablerServiceConfigJsonPanelSettingsEditorBrowsable(2)Adds CSS classes to the JSON panel.
Parameters
- cssClass System.String
public TablerServiceConfigJsonPanelSettings Compact(Boolean enable = true) #TablerServiceConfigJsonPanelSettingsUses denser spacing for compact JSON panes.
Parameters
- enable System.Boolean = true
public TablerServiceConfigJsonPanelSettings Editable(Boolean enable = true) #TablerServiceConfigJsonPanelSettingsRenders the JSON artifact as an editable textarea fallback.
Parameters
- enable System.Boolean = true
public TablerServiceConfigJsonPanel End() #TablerServiceConfigJsonPanelReturns control to the root JSON panel builder.
public TablerServiceConfigJsonPanelSettings FillHeight(Boolean enable = true) #TablerServiceConfigJsonPanelSettingsFills the parent column height when the layout uses equal-height columns.
Parameters
- enable System.Boolean = true
public TablerServiceConfigJsonPanelSettings LoadEndpoint(String endpoint) #TablerServiceConfigJsonPanelSettingsSets an optional endpoint used by the service config script to load JSON.
Parameters
- endpoint System.String
public TablerServiceConfigJsonPanelSettings MaxHeight(String maxHeight) #TablerServiceConfigJsonPanelSettingsEditorBrowsable(2)Sets the maximum scrolling height for the JSON body.
Type Parameters
- THeight
Parameters
- maxHeight System.String
MaxHeight``1(``0 maxHeight) #Sets the maximum scrolling height for the JSON body.
Parameters
- maxHeight ``0
public TablerServiceConfigJsonPanelSettings SaveEndpoint(String endpoint) #TablerServiceConfigJsonPanelSettingsSets an optional endpoint used by the service config script to save JSON.
Parameters
- endpoint System.String
public TablerServiceConfigJsonPanelSettings Wrap(Boolean enable = true) #TablerServiceConfigJsonPanelSettingsRenders long JSON lines wrapped instead of horizontally scrolled.
Parameters
- enable System.Boolean = true