Possible to add a content tree with checkbox inside addon?
We are creating an addon to the umbraco 4.7.2 version. Is it possible to add a content tree with checkbox inside addon in the left hand side area? If yes how? Please let me know if you require any further information to clear doubts if any.
After building a few custom trees, i have not seen any (supported) way of doing this. I would think that your best chance of making this work, is by customizing the tree using javascript.
Something like - adding checkboxes in tree using javascript - Mirror the changes onto a custom dashboard, for you to be able to receive the checked values on postback.
Possible to add a content tree with checkbox inside addon?
We are creating an addon to the umbraco 4.7.2 version. Is it possible to add a content tree with checkbox inside addon in the left hand side area? If yes how? Please let me know if you require any further information to clear doubts if any.
After building a few custom trees, i have not seen any (supported) way of doing this.
I would think that your best chance of making this work, is by customizing the tree using javascript.
Something like
- adding checkboxes in tree using javascript
- Mirror the changes onto a custom dashboard, for you to be able to receive the checked values on postback.
is working on a reply...