Esempio n. 1
0
 //
 public override string InputWysiwyg(string htmlName, string htmlValue, EditorUserScope userScope)
 => cp.core.html.getFormInputHTML(htmlName, htmlValue);
Esempio n. 2
0
 //
 public override string InputWysiwyg(string htmlName, string htmlValue, EditorUserScope userScope, EditorContentScope contentScope, string height)
 => cp.core.html.getFormInputHTML(htmlName, htmlValue, height);
Esempio n. 3
0
 public abstract string InputWysiwyg(string htmlName, string htmlValue, EditorUserScope userScope, EditorContentScope contentScope, string height);
Esempio n. 4
0
 public abstract string InputWysiwyg(string htmlName, string htmlValue, EditorUserScope userScope);
Esempio n. 5
0
 //
 public abstract string InputWysiwyg(string htmlName, string htmlValue, EditorUserScope userScope, EditorContentScope contentScope, string height, string width, string htmlClass, string htmlId);