Table of Contents

Class RadzenEditorDefinitions

Namespace
Oqtane.Modules.Controls
Assembly
Oqtane.Client.dll
public sealed class RadzenEditorDefinitions
Inheritance
object
RadzenEditorDefinitions

Fields

DarkBackgroundColor

public const string DarkBackgroundColor = "rgba(0, 0, 0, 1)"

Field Value

string

DefaultBackground

public const string DefaultBackground = "Default"

Field Value

string

DefaultTheme

public const string DefaultTheme = "default"

Field Value

string

DefaultToolbarItems

public static readonly string DefaultToolbarItems

Field Value

string

LightBackgroundColor

public const string LightBackgroundColor = "rgba(255, 255, 255, 1)"

Field Value

string

ToolbarItems

public static readonly IDictionary<string, Func<RenderTreeBuilder, int, int>> ToolbarItems

Field Value

IDictionary<string, Func<RenderTreeBuilder, int, int>>

TransparentBackgroundColor

public const string TransparentBackgroundColor = "rgba(0, 0, 0, 0)"

Field Value

string

Properties

Localizer

public static IStringLocalizer<RadzenTextEditor> Localizer { get; }

Property Value

IStringLocalizer<RadzenTextEditor>