Hi , I added an accordion to a column, and it’s not inheriting the skin. The skin file is in my project but no reference is made to it. Any help would be thankful
Code.zip (2.09 KB)
Hello again, I don’t mean to be a bother but it’s stressing me out… Even with your code the accordion would not inherit the skin. I’ve changed my code a little(just made it fullscreen). Is there anyway I can manually specify the accordion skin? By the way, did you manually code the html you sent me? I immediately noticed that the way I code has no “preview” unless it’s in the browser, and the way you do it. There is a working view… How can I achieve that, is there a specific program you use to code with?? thanks and sorry for all of the questions…
Default.aspx.zip (2.65 KB)
Hello,
you may define the skin using setSkin method:
…
dhxaccord = dhxLayout.cells(“a”).attachAccordion();
dhxaccord.setSkin(“dhx_black”);
…