Commit 901f374bedbe944c27a73be7a59b628fa11f3cc4

Authored by Steve MARECHAL
1 parent fe94b681

select font in editor

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
calexium_lib/web/CXM_dojo.anubis
@@ -530,8 +530,9 @@ public define HTML_In_Form @@ -530,8 +530,9 @@ public define HTML_In_Form
530 // literal("<div dojoType=\"dijit.Editor\" region=\"center\" id=\"${id}_edit\" name=\"${id}_edit\" > 530 // literal("<div dojoType=\"dijit.Editor\" region=\"center\" id=\"${id}_edit\" name=\"${id}_edit\" >
531 //blablablablabal</div>"). 531 //blablablablabal</div>").
532 div([id(html_id.id), attr("name", input_name.name), attr("dojoType", "dijit.Editor") 532 div([id(html_id.id), attr("name", input_name.name), attr("dojoType", "dijit.Editor")
533 - //, attr("style", "overflow:auto"), attr("extraPlugins" , "['createLink','insertImage',{name:'dijit._editor.plugins.FontChoice', command: 'fontName', generic: true},'fontSize']")  
534 - . attributes], text). 533 + ,attr("extraPlugins", "['|',{name:'dojox.editor.plugins.FontChoice', command:'fontName', generic:true},'fontSize']")
  534 +
  535 + . attributes], text).
535 536
536 public define HTML_In_Form 537 public define HTML_In_Form
537 dojo_button 538 dojo_button