sets path to icons
path | string | path to folder with icons |
var myAcc = new dhtmlXAccordion(...);
myAcc.setIconsPath("icons/");
myAcc.addItem("a1", "Item 1", true, null, "icon.png");
myAcc.addItem("a2", "Item 2", false, null, "icon2.png");
Back to top