From 92613c961a85ea0ff2db45f808b373b0b5cc5303 Mon Sep 17 00:00:00 2001 From: Steve MARECHAL Date: Thu, 23 Oct 2008 14:13:56 +0000 Subject: [PATCH] editor extra plugins --- calexium_lib/web/CXM_dojo.anubis | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/calexium_lib/web/CXM_dojo.anubis b/calexium_lib/web/CXM_dojo.anubis index 62af359..9acae86 100644 --- a/calexium_lib/web/CXM_dojo.anubis +++ b/calexium_lib/web/CXM_dojo.anubis @@ -522,17 +522,10 @@ public define HTML_In_Form HtmlId html_id, WebArgName input_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).*/ -// literal("
-//blablablablabal
"). - div([id(html_id.id), attr("name", input_name.name), attr("dojoType", "dijit.Editor") - ,attr("extraPlugins", "['|',{name:'dojox.editor.plugins.FontChoice', command:'fontName', generic:true},'fontSize']") - - . attributes], text). + )= + div([id(html_id.id), attr("name", input_name.name), attr("dojoType", "dijit.Editor") + ,attr("extraPlugins", "['|', 'foreColor','hiliteColor',{name:'dojox.editor.plugins.FontChoice', command:'fontName', generic:true},'fontSize','formatBlock','|','createLink','insertImage']") + . attributes], text). public define HTML_In_Form dojo_button -- libgit2 0.21.4