dhtmlxEditor toolbar

How to display extended toolbar (all icons) when attaching dhtmlxEditor to a layout object :

eg : myEditor = myLayout.cells(“e”).attachEditor({toolbar:true});

this doesn’t work, it’s always the small toolbar that is displayed.

Best regards

version : 4.1.2

This topic is closed,
it was a conflict between dhtmlx.js and dhtmlxeditor.js inside html file.
After deleting dhtmlxeditor.js item everything works fine.