tags:

views:

3

answers:

0

Hi, I have a question: how to create a menu for AIR app in Aptana Studio (using AIR + jQuery)? In ExtJS it would be like

var menus = Ext.air.SystemMenu;
                menus.add('File', [actions.newContact, '-', actions.quit]);

But how with jQuery? Thanks!

related questions