From a7adcfe65e6f9b8ef161b897774adcad0bb15bb6 Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Thu, 28 Aug 2008 15:12:46 +0000 Subject: [PATCH] Small dojo api change for editor --- calexium_lib/web/CXM_dojo.anubis | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/calexium_lib/web/CXM_dojo.anubis b/calexium_lib/web/CXM_dojo.anubis index 08c9b34..83df119 100644 --- a/calexium_lib/web/CXM_dojo.anubis +++ b/calexium_lib/web/CXM_dojo.anubis @@ -371,9 +371,9 @@ public define HTML_In_Form dojo_editor ( List(CoreAttrs) attributes, - String dojo_id, - String name, - HTML_In_Form text, + HtmlId html_id, + WebArgName input_name, + HTML_In_Form text, )=/* text_area([input_attrs([ attr("dojoType", "dijit.Editor"), attr("style", "overflow:auto") . @@ -381,7 +381,7 @@ public define HTML_In_Form . attributes], "", id, name, init(text), 0, 0).*/ // literal("
//blablablablabal
"). - div([id(dojo_id), attr("name", name), attr("dojoType", "dijit.Editor") + div([id(html_id.id), attr("name", input_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). -- libgit2 0.21.4