-
18 Apr 2012 7:01 AM #1
How to add a menu separator?
How to add a menu separator?
How can I add a horizontal separator to an ExtJS menu using Architect?
Although there is a "separator" in the toolbox I cannot drop it onto an existing menu.
Hand coded the job is easily done:
Code:menu: { xtype: 'menu', items: [ { xtype: 'menuitem', text: 'menuitem1' }, '-', // how can I add THIS separator using architect? { xtype: 'menuitem', text: 'menuitem2' } }
-
18 Apr 2012 8:01 AM #2
Menu separator is an omission on our part and will be in an update to come in the near future.
You could inject this separator using an override in the mean time.Aaron Conran
@aconran
Sencha Architect Development Team
-
19 Apr 2012 4:56 AM #3
Available since the 412 build, thanks a lot.


Reply With Quote