简体   繁体   中英

How to enable paste option on right click of spark combo box flex

I want to get paste option on right clicking on the spark combobox to paste the clipboard copied text. How to do this in flex 4 spark combobox. Thanks

Got the solution:

  1. Set the mouseEnabled property true to TitleWindow
  2. In the creationComplete handler of TitleWindow, set this.skin.enabled = true

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM