I'm adding toolbarbuttons on palette dinamically and want them to
support drag and drop. All works just fine when I use static buttons
with draggesture attribute. But I did not succeed in adding it
dinamically after document.createElement("toolbarbutton"); I read
previous posts regarding adding event on parent container object and
then determine where user clicked on but this doesn't look as best
approach. So is there any way to add this draggesture handler
dynamically?
Thanks, Artem.