Hi Isomorphic,
I'm a little bit confused about the Icon-setting for tabs. Perhaps you can help me.
In my application it is that way that an icon is only displayed for the active tab, not for other tabs.
See this screenshot:
This is not the way it is in the Showcase, where every tab has an icon (in both Enterprise and Simplicity).
In my application, if I clicked "Attachments", that tab would then have the icon and the icon for "Further fields" would be removed.
As you can see from the "Inspect element" there is no icon at all for "Further fields" currently. I thought before that perhaps this is related to a "_disabled"-String being added or similar, which it is not.
So I suppose there is some TabSet-setting making only the active Tab showing its icon, but I could not find such setting in either your sample code or my code or load_skin.js.
I do not change the icon in the TabSelectedHandler-handler.
Do you have any idea what might be going on? I'm using latest 5.1p with Simplicity based skin, but it is this way since 4.1p and I wanted to take care of it now.
Thank you & Best regards
Blama
I'm a little bit confused about the Icon-setting for tabs. Perhaps you can help me.
In my application it is that way that an icon is only displayed for the active tab, not for other tabs.
See this screenshot:
This is not the way it is in the Showcase, where every tab has an icon (in both Enterprise and Simplicity).
In my application, if I clicked "Attachments", that tab would then have the icon and the icon for "Further fields" would be removed.
As you can see from the "Inspect element" there is no icon at all for "Further fields" currently. I thought before that perhaps this is related to a "_disabled"-String being added or similar, which it is not.
So I suppose there is some TabSet-setting making only the active Tab showing its icon, but I could not find such setting in either your sample code or my code or load_skin.js.
I do not change the icon in the TabSelectedHandler-handler.
Do you have any idea what might be going on? I'm using latest 5.1p with Simplicity based skin, but it is this way since 4.1p and I wanted to take care of it now.
Thank you & Best regards
Blama
Comment