Atozed Forums
PopUp Menu - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: PopUp Menu (/thread-2380.html)



PopUp Menu - Blanca80 - 04-23-2021

Hello, 

it's possible to have a popup menu showing options from attached component for example tiwjqdbgrid? 

Otherwise Is there anyway to do that via Javascript? 

thank you!


RE: PopUp Menu - Alexandre Machado - 04-23-2021

There is no such built-in feature in IWjQGrids ... it is possible to add something using JavaScript but it's not the simplest task...

For instance, have a look at this nice article: https://www.sitepoint.com/building-custom-right-click-context-menu-javascript/

There are some good questions there as well, more specifically "Do you really need a custom context menu?" (mostly because users expect the browser context menu to work in a certain way)


RE: PopUp Menu - alex.trejo@tttnet.com.mx - 07-13-2023

Is it possible to open a PopUpMenu from a Button? or a ImageClick? Not necessary a mouse right click (context menu)


RE: PopUp Menu - Alexandre Machado - 07-13-2023

Hi Alex,

currently not without resorting to 3rd party controls. It is not difficult to put something together that would create a dropdown menu. I'll see if I can create something like that


RE: PopUp Menu - alex.trejo@tttnet.com.mx - 05-13-2026

(07-13-2023, 09:35 PM)Alexandre Machado Wrote: Hi Alex,

currently not without resorting to 3rd party controls. It is not difficult to put something together that would create a dropdown menu. I'll see if I can create something like that

Hello Alexandre,
I am revisiting this, can you help me with this?
I am trying to make jQDBGrid have an image to print info, and a link field that could open a popupmenu with options to do with selected row.

I also want to have the Pager texts in spanish, but don't find where to change them.