Пример #1
0
 public abstract Task <TEditorResponse> ShowTEditor(string html, ToolbarBuilder toolbarBuilder = null, bool autoFocusInput = false, Dictionary <string, string> macros = null);
Пример #2
0
 public abstract Task <TEditorResponse> ShowTEditor(string html, ToolbarBuilder toolbarBuilder = null);
Пример #3
0
 public abstract Task <TEditorResponse> ShowTEditor(string html, ToolbarBuilder toolbarBuilder = null, bool autoFocusInput = false);
Пример #4
0
 public abstract Task <string> ShowTEditor(string html, ToolbarBuilder toolbarBuilder = null);
Пример #5
0
 public abstract Task <TEditorResponse> ShowTEditor(string html, ToolbarBuilder toolbarBuilder = null, EventHandler <ToolbarBuilderEventArgs> toolbarBuilderOnClick = null, bool autoFocusInput = false);