We want to right click on the javascript dhtml item and choose open in a new window
Return to Recent Questions
Q:
I�have been testing.
I have another question,
during our test we did few test with other software, and we have
the posibility while we are under an option on the menu
we right click and choose open in a new window.
�
We cant find the way to do this or is not posible?
A:
You can paste your own objects within menu items to capture a right
click, for example:
["<div style='width:100%;height:30px' onContextMenu='your_code'>text</div>",...]
Return to Recent Questions
|