neoMenu - Forum

Forum Navigation
You need to log in to create posts and topics.

neoMenu

I have more than 100 div inside a container, They have not any id, but they have class tag.

I want to attach neoMenu for all div.

Is there any way to attach neoMenu according to class tag?

 

neoMenuAddItem "menu1" "Copy" "" "mySubroutine" "First option"
neoMenuAttachMenu "menu1" "Container1" "right-click" "belowLeft"

 

YASIN has reacted to this post.
YASIN

@asmat use this

neoMenuAttachMenu "menu1" "Container1 .myclass" "right-click" "belowLeft"

It will attach the menu to any object with class ".myclass" within Container1.
This trick works on most VisualNEO Web commands.

Regards.

Vadim, CDY@44 and asmat have reacted to this post.
VadimCDY@44asmat

Thank you so much luishp.

luishp has reacted to this post.
luishp

Hi, luis.

I want whenever, I right-click on any div The menu should appear, and if I click on the menu's item it should copy the text of div.

Is there any way to do this?

Uploaded files:
  • You need to login to have access to uploads.

@asmat take a look at the attached sample and let me know if this is what you need.

Regards.

Uploaded files:
  • You need to login to have access to uploads.
asmat and YASIN have reacted to this post.
asmatYASIN

Yes, @ luishp I need this.

Thank you so much for your quick response.

 

luishp has reacted to this post.
luishp