简体   繁体   English

如何在火花组合框flex的右键单击上启用粘贴选项

[英]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. 我想要右键单击spark组合框上的粘贴选项以粘贴剪贴板复制的文本。 How to do this in flex 4 spark combobox. 在Flex 4 Spark组合框中如何执行此操作。 Thanks 谢谢

Got the solution: 得到了解决方案:

  1. Set the mouseEnabled property true to TitleWindow 将mouseEnabled属性设置为True到TitleWindow
  2. In the creationComplete handler of TitleWindow, set this.skin.enabled = true 在TitleWindow的creationComplete处理程序中,设置this.skin.enabled = true

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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