Enhance HasDropDown so that you can set buttonNode etc., or maybe a new property, to point to an element (custom element or simple element) completely outside of the HasDropDown subclass. This would allow setting up "behaviors" on existing nodes to spawn dropdowns.
Also requires updates to activationTracker.js (to get "delite-deactivated" event for plain DOM node).
Enhance HasDropDown so that you can set
buttonNode
etc., or maybe a new property, to point to an element (custom element or simple element) completely outside of the HasDropDown subclass. This would allow setting up "behaviors" on existing nodes to spawn dropdowns.Also requires updates to activationTracker.js (to get "delite-deactivated" event for plain DOM node).