-
26 Nov 2009 2:45 PM #1
Own Toolbar
Own Toolbar
Hi,
i want to create a Toolbar in a grid.
This toolbar is an filter for the grid, but i want also add an totalProperty and the loading indicator to this toolbar.
Any ideas?
SORRY FOR MY ENGLISH!
-
26 Nov 2009 2:54 PM #2
tbar or bbar should work.
-
26 Nov 2009 3:01 PM #3
Thank you,
but i want to create a tbar. This tbar is an Toolbar. I don't want to use a Pagging Toolbar.
In the Pagging Toolbar i can make an connection to store. In an simple Tollbar, i can't.
So how can i add the totalProperty from a store to a simple Toolbar?
-
26 Nov 2009 4:09 PM #4
Code:new ext.toolbar ({ item:[your item] }]
-
27 Nov 2009 3:35 PM #5
new ext.toolbar ({ item:[your item] }]
this ist true, but i want to use a loading indicator in the toolbar like the paging toolbar.
The same is for the totalproperty.
how can i format code for the forum? Many Thanks


Reply With Quote