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