building the contact manager application

I have successfully built the contact manager application on my test website. I am extremely impressed with how well documented this process was. I have been looking for a source to help me develop my site and believe this is probably it. The only thing that doesn’t work in this sample application is the icons. So, one question I have on doing this sample application is that I cannot find the icons folder or the delete_contact.gif file (for example) that is needed in the following lines:

toolbar.setIconsPath(“icons/”);

Can you help me with where this is available? Thank you!

If you grab
dhtmlx.com/x/download/regula … sToday.zip
then inside you can find icons\delete_contact.gif

During toolbar’s init , you can use
toolbar.setIconsPath(“icons/”);
to point toolbar to the folder where icons are stored