I have a really long form, so I would like to have the toolbar show at top and bottom.
I used a column definition variable and tried just applying it directly (as in snippet http://webix.com/snippet/ef2d10ce or http://webix.com/snippet/0564dd0c).
In both cases, only one of the “Edit” buttons gets hidden. In my application, there are totally different buttons, so please don’t get hung up on the “Edit” label.
My actual toolbar configuration is close to 30 buttons. Each of them is hidden or displayed based on user roles, so that nobody should see more than 6 buttons at a time.
Is there a way to clone the toolbar that would permit me to hide both “Edit” toolbar buttons (bottoms of the same id/name/label), without having to clone the configuration object to give each button a unique ID? I am hoping to save coding time and loading time.
Thanks, in advance!