extjs3 - Extjs move toolbar components to next line when they are moving out of screens -
2 . using toolbar contains 6 components, displaying horizontally on toolbar. when using application in smaller screens(mobile), right-sided 2 3 components of toolbar moving out of screen or browser. how can make these components should moved next line of same toolbar, when accessing application in smaller screens.
what want not possible toolbar. toolbar's box
layout has items aligned in 1 direction (top , bottom toolbars horizontally, left , right toolbars vertically), , not supported apply different layout toolbar.
you can, however, equip toolbar arrows allow scroll, or menu takes items don't fit on screen. required configuration overflowhandler:'scroller'
or overflowhandler:'menu'
, respectively.
Comments
Post a Comment