-
24 Dec 2012 9:01 PM #1
Toolbar doesn't appear correctly
Toolbar doesn't appear correctly
I have a panel with a bottom toolbar. when I open my page, sometimes this toolbar is being hidden, as like:
toolbar.png
and when I refresh it appears ok!!
can't figur out what's wrongCode:{ xtype: 'panel', region: 'center', split: true, frame: false, id: 'Panel_1', animCollapse: false, frameHeader: false, dockedItems: [ { xtype: 'toolbar', dock: 'bottom', frame: false, id: 'BottomTB', items: [
-
25 Dec 2012 6:27 AM #2
Give height to your toolbar component.
Give height to your toolbar component.
Hi Oxii,
Give some height to your toolbar component, like-
Code:dockedItems: [ { xtype: 'toolbar', dock: 'bottom', height:80, frame: false, id: 'BottomTB', items: [ ........... ]sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.


Reply With Quote