cancel
Showing results for 
Search instead for 
Did you mean: 

Disable the option 'Hide text input field' & add new elements to right click option

Former Member
0 Kudos

Dear Experts,

Is it possible to remove the option 'Hide text input field' & add new elements to right click option in a text edit element?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Soumya ,

The option 'Hide text input field' is actually personalization option provided by the WD Framework

You can hide the User setting option in the context menu using the WD component WD_GLOBAL_SETTING  - Flag the

NOTE: the setting is global .

now as suggested by sayan you can create your own context menu .

Regards

Chinnaiya Pandian .

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Soumya,

To add a custom right click option you need to define a custom context menu, assign menu or MenuActionItem to it. Then assign the context menu ID to your TextEdit UI element and change the contextMenuBehaviour property of the UI element to 'Provide'.

Regards,

Sayan