Topic: Custom "plugin actions" for every node/leaf
Hi moro,
Here is one more idea.
It would be nice to be able to add custom item actions for every node/leaf of the tree.
It would look similar to your checkboxes, however user would be able to:
1. Define custom actions for every node/leaf;
2. Write & handle custom events.
User will have to supply custom action icons and write CSS.
For example, I might want to associate "ARCHIVE" or "DISABLE" action with every leaf/node.
Digging through your code I saw that it's not diffucult to do. I've already made your tree display icons for ADD, DELETE, RENAME node actions. It also handles actions well.
You just have to streamline plugin registration and offer users an API.
Thanks,
T>
