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