-
24 Aug 2008 7:59 PM #1
Checkbox alignment is not correct
Checkbox alignment is not correct
Hai
i am new to extjs
i create a menu with checkbox items.
The items are dynamic and it is displayed properly in the menu
the problem is alignment of the checkbox infront of the menu item is not proper.
The menu is inserted into a grid toolbar.
i am attach the screen shots of the menu
Please help me to solve this problem.
-
24 Aug 2008 8:07 PM #2
As always, post your code.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
24 Aug 2008 8:49 PM #3
Code:menu : new Ext.menu.Menu({ items : [ { text : 'Test1', checked : true, checkHandler : '' }, { text : 'Test2', checked : false, checkHandler : '' } ] })


Reply With Quote