SmartClient Version: v10.0p_2015-08-28/Pro Deployment (built 2015-08-28)
I am trying to change icons for a tabset
I want to change the default images from *.gif to *.png filetype.
This is my skin JS code that have worked before but doesn't anymore.
When I check the code in the browser all images in the icons are still set to defaults:
I am trying to change icons for a tabset
I want to change the default images from *.gif to *.png filetype.
This is my skin JS code that have worked before but doesn't anymore.
Code:
if (isc.TabSet) { isc.TabSet.addProperties({ useSimpleTabs : true, paneMargin:5, closeTabIcon:"[SKIN]/TabSet/close.png", closeTabIconSize:11, scrollerSrc:"[SKIN]scroll.png", pickerButtonSrc:"[SKIN]picker.png", scrollerButtonSize:16, pickerButtonSize:16, tabBarThickness:28, iconOrientation:"right", showScrollerRollOver: true }); }
Code:
TabSet/hpicker.gif TabSet/hscroll_forward.gif TabSet/hscroll_back.gif
Comment