Icons are used in desktop shortcuts and menus. You can use the default images as well as your own images to make icons. Icons used in the main program menu should be 24 x 24 in size. All others should be 16 x 16 in size. They can be in any valid image file format(eg. GIF, JPG).
For each icon you want to create, add the following line under the line "var icons = new Array()" in the document.
icons[icon_num] = "URL_of_icon"
Where
- URL_of_icons is the URL path of the icon image.
- icon_num is the number in ascending order representing the icon.
Return to Dynamic HTML Resource Center