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