Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] action tools on dropdown together with modal tools

I have a set of tools that logically should be in the same place.
2 of them are modal and one is action.
If I put them on the toolbar through the extention point option:
onToolbar = true,
and with the same category, 2 of them are together in a dropdown , and
the action is all alone in another toolbar.

Is there a way to get them together or do I have to delegate an
ActionSet to do that?

Andrea


Back to the top