Hi all,
I have many buttons in toolbar, when user resize the layout or browser window (make less wide), then buttons behind will disappear.
http://webix.com/snippet/8466e1d6
what’s the solution for this scene ? thanks!
Hi all,
I have many buttons in toolbar, when user resize the layout or browser window (make less wide), then buttons behind will disappear.
http://webix.com/snippet/8466e1d6
what’s the solution for this scene ? thanks!
(a) remove width property, so buttons will autosize
http://webix.com/snippet/d735802e
(b) user responsive property
http://webix.com/snippet/7e534c6b
Perfect! Thanks @maksim
Another question, when there are more buttons(with width 100), that will force the responsive elements fill many rows. How to fix it?
Responsive attribute allows to define a target layout, to which item will be moved, when screen is not enough to show it at the original place.
There is no “float” kind of layout, where buttons just switch on next line on overflow.
Hi maksim, is that a plan to add this useful “float layout” feature? or tabbar-like layout
Not quite sure yet.
There are two major tasks which will be added in version 2.5 or 3.0 - free sizing of elements and better responsive behaviors. As part of this process, we can create a “float” layouts as well.
Hi maksim, is that able to add this feature to Trello?
I have added it to the roadmap