Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
How exactly would you use it as a jump menu? To taxonomy term pages? The widget is only built to work with the core Taxonomy and Fields modules, and as such is not intended to be integrated against anything like menus or used standalone.
If you can, please provide a use case where using it as a jump menu field would be helpful, and I'll look into it. I just can't think of a good use for it off the top of my head...
Hmmm... What might offer the most options for re-use yet still allow you to do this would be if I added a custom FAPI element for this widget that would allow its use in normal Drupal forms, along with a JavaScript event that would fire on item selection that could be picked up by external code.
Any other suggestions as to ways to use this as a jump menu?
Comments
Comment #1
arpieb commentedHow exactly would you use it as a jump menu? To taxonomy term pages? The widget is only built to work with the core Taxonomy and Fields modules, and as such is not intended to be integrated against anything like menus or used standalone.
If you can, please provide a use case where using it as a jump menu field would be helpful, and I'll look into it. I just can't think of a good use for it off the top of my head...
Comment #2
Nigeria commentedYes, to taxonomy term pages. It's UI makes it an intuitive way to do that.
Comment #3
arpieb commentedHmmm... What might offer the most options for re-use yet still allow you to do this would be if I added a custom FAPI element for this widget that would allow its use in normal Drupal forms, along with a JavaScript event that would fire on item selection that could be picked up by external code.
Any other suggestions as to ways to use this as a jump menu?