RE: [flexcoders] How to add more context menu???

2009-03-23 Thread Kenneth Sutherland
ontextMenu(); cm.hideBuiltInItems(); cm.customItems.push(paste); return cm; } From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of lehaianh1986 Sent: 23 March 2009 10:58 To: flexcoders@yahoogroups.com Subject: [flexcoders] How to add more context menu

[flexcoders] How to add more context menu???

2009-03-23 Thread lehaianh1986
Hi every body. I want to add my function when I click on word in text area (like copy, paste, ..etc). I follow the guide in http://www.adobe.com/devnet/air/flex/quickstart/adding_menus.html But what i want is add my function to default context menu, not instead of remove default context menu. Ca