You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
At the moment it is possible to add a spacer between action bar elements using a single "|".
With ViUR ignite it is possible to put action buttons in groups that can be aligned left, right and center on the bar. More over it is possible to join multiple action buttons into one input group.
To make use of this Vi would need some kind of grouping syntax within actions.
Something like the example below or similar:
At the moment it is possible to add a spacer between action bar elements using a single "|".
With ViUR ignite it is possible to put action buttons in groups that can be aligned left, right and center on the bar. More over it is possible to join multiple action buttons into one input group.
To make use of this Vi would need some kind of grouping syntax within actions.
Something like the example below or similar:
groupedActions = {"left":["add"],"center":["edit"],"right":["delete"]}
joinedActions = [("add", "edit"),("clone", "delete")]
The text was updated successfully, but these errors were encountered: