Class RadzenTextEditorInterop
- Namespace
- Oqtane.Modules.Controls
- Assembly
- Oqtane.Client.dll
public class RadzenTextEditorInterop
- Inheritance
-
object
RadzenTextEditorInterop
Constructors
RadzenTextEditorInterop(IJSRuntime)
public RadzenTextEditorInterop(IJSRuntime jsRuntime)
Parameters
jsRuntime
IJSRuntime
Methods
Initialize(ElementReference)
public Task Initialize(ElementReference editor)
Parameters
editor
ElementReference
Returns
- Task
SetBackgroundColor(ElementReference, string)
public Task SetBackgroundColor(ElementReference editor, string color)
Parameters
editor
ElementReference
color
string
Returns
- Task
UpdateDialogLayout(ElementReference)
public Task UpdateDialogLayout(ElementReference editor)
Parameters
editor
ElementReference
Returns
- Task