Hi all,
…when I setup a accordion with skin “material” (or without skin, as that should be default per documentation), it always sets some blue header color. Code:
var myAcc = oTarget.attachAccordion({
icons_path: “imgs/”,
skin: “material”,
items: [
{ id: “a1”, text: “All my work”, icon: “ic_person_18pt.png” },
{ id: “a2”, text: “All my Teams work”, icon: “ic_people_18pt.png” },
{ id: “a3”, text: “Settings”, icon: “ic_settings_18pt_2x.png” }
]
});
oTarget is a Layout cell, which is also set to “material” skin and there it works perfect fine.
Any thoughts or suggestions how I can get this fixed ?
Thanks a lot,
Frank