From 901f374bedbe944c27a73be7a59b628fa11f3cc4 Mon Sep 17 00:00:00 2001 From: Steve MARECHAL Date: Thu, 23 Oct 2008 09:20:35 +0000 Subject: [PATCH] select font in editor --- calexium_lib/web/CXM_dojo.anubis | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/calexium_lib/web/CXM_dojo.anubis b/calexium_lib/web/CXM_dojo.anubis index bb773ef..62af359 100644 --- a/calexium_lib/web/CXM_dojo.anubis +++ b/calexium_lib/web/CXM_dojo.anubis @@ -530,8 +530,9 @@ public define HTML_In_Form // literal("
//blablablablabal
"). 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). + ,attr("extraPlugins", "['|',{name:'dojox.editor.plugins.FontChoice', command:'fontName', generic:true},'fontSize']") + + . attributes], text). public define HTML_In_Form dojo_button -- libgit2 0.21.4