views:

19

answers:

0

Hi, I'm using accordion to set some properties. Each header represents a property. Currently, I have included all the properties. But now I want the accordion to be dynamic depending on the selected element. For example, if I have selected a DIV, only the properties for the DIV can be clicked and edited. The other properties which are not applicable, should be disabled, I mean the headers should not be clickable and the respective content of following div should not be visible.

thanks