I have been attempting to find the fix but have been completely unsuccessful.
I have an editor that is attached to a layout
var dhxEditor = dhxlayout.cells("b").attachEditor();
then I do the following…
//I know this is a valid link
dhxEditor.setIconsPath(path + "[path to dhtmlx folder]/codebase/imgs/");
dhxEditor.init();
.
.
.
dhxEditor.tb.addButton("cancel", 0, "Cancel", "");
dhxEditor.tb.addButton("save", 0, "", "save.gif"); //in skin folder
dhxEditor.tb.addButton("url", 98, "URL");
//the link here is a hack to get location based off of the "iconPath" that is being applied by the editor
dhxEditor.tb.addButton("textColor", 99, "", "../../../../Content/img/icon-fontColor.gif");
After all of that, I get only the “textColor” images to show in the toolbar.
Can someone please assist me. I need this to work ASAP (Would submit a ticket but its not allowing me to log in using my employers license number and my work email…