Skip to main content
Participating Frequently
January 4, 2010
Question

How to remove/disable right click option inside TextArea Component

  • January 4, 2010
  • 1 reply
  • 774 views

Hello Friends,

I am working on flash cs3. I am having a TextArea component in my application.

when i am doing right click on top of the TextArea component, I can able to see the options cut, copy, paste, delete and select all. Now i want to remove those options when i right click on top of the component. how to do this using Flash cs3.

I tried using contextMenu. it doesn't help me...

Any solutions would be appreciated.

Regards,
Rajesh

This topic has been closed for replies.

1 reply

January 4, 2010

Make the text non-editable. I am thinking the context menu you are seeing when you right click is a function of your browser.

Participating Frequently
January 4, 2010

Thanks for your reply.

Here am not talking about contextMenu. ContextMenu part was working fine.

I am talking about the right click options of TextArea component properties. When you right click on top of the textarea, you will get some options like cut, copy, paste etc... i just want to remove those options or i just want to disable the right click option inside textarea component.

i hope you are clear now. i tried editable = true/false.

waiting for your reply, pls help me out.

Rajesh