Ejemplo n.º 1
0
 public abstract string InputHtml(string htmlName, int maxLength, string htmlValue, string htmlClass, string htmlId, EditorContentType contentType);
Ejemplo n.º 2
0
        // todo implement wysiwyg features 6
        public override string InputHtml(string htmlName, int maxLength, string htmlValue, string htmlClass, string htmlId, EditorContentType contentType)
        {
            string addonListJSON = cp.core.html.getWysiwygAddonList(contentType);

            return(cp.Html.div(cp.core.html.getFormInputHTML(htmlName, htmlValue, "", "", false, true, addonListJSON, "", "", false), "", htmlClass, htmlId));
        }