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