diff --git a/calexium_lib/web/CXM_dojo.anubis b/calexium_lib/web/CXM_dojo.anubis index d9f0d12..08c9b34 100644 --- a/calexium_lib/web/CXM_dojo.anubis +++ b/calexium_lib/web/CXM_dojo.anubis @@ -370,15 +370,20 @@ public define HTML_Off_Form public define HTML_In_Form dojo_editor ( - List(TextAreaOption) attributes, - HtmlId id, - WebArgName name, - String text, - )= + List(CoreAttrs) attributes, + String dojo_id, + String name, + HTML_In_Form text, + )=/* text_area([input_attrs([ attr("dojoType", "dijit.Editor"), attr("style", "overflow:auto") . [attr("extraPlugins" , "['createLink','insertImage',{name:'dijit._editor.plugins.FontChoice', command: 'fontName', generic: true},'fontSize']")]]) - . attributes], "", id, name, init(text), 0, 0). + . attributes], "", id, name, init(text), 0, 0).*/ +// literal("
+//blablablablabal
"). + div([id(dojo_id), attr("name", name), attr("dojoType", "dijit.Editor") + //, attr("style", "overflow:auto"), attr("extraPlugins" , "['createLink','insertImage',{name:'dijit._editor.plugins.FontChoice', command: 'fontName', generic: true},'fontSize']") + . attributes], text). public define HTML_In_Form dojo_button -- libgit2 0.21.4