Editor: Bug in setIconsPath?

Hi,

I did not get the extended icons in the editor. After playing around I found out that they are always expected in “…/…/codebase/imgs/”, so relatively to the HTML carrying the js.

When I put them there, it worked. Even when I scrambled the

editor.setIconsPath("blabla");

it stays fine.

Hello,

yes, it’s necessary to use another way of setting images path in the latest editor version:

dhtmlx.image_path = “the path here”;

editor = new dhtmlXEditor(…);

There is a mistake in the documentation. Sorry for the misleading information.

Well, you guys should fix that mistake, I stumbled upon this thread from over 2 months ago because of this mistake which still isn’t fixed.

And for that matter, the list of API methods by category is empty (docs.dhtmlx.com/doku.php?id=dhtm … categories).

We fixed the mistake in the online documentation, “initialization” article:

docs.dhtmlx.com/doku.php?id=dhtm … tmlxeditor

The samples in editor package will be updated in the next release.