How to create a nested asset jump menu


(M Mulsch) #1

Hi,

 

I would like to know how I can created a nested jump menu (pulldown menu) that jumps from one asset to another asset.

 

I've tried several ways, but none of them seem to work.

 

  1. structured root selector
  2. redirect page

Is there a way to do this? And if so: how?

 

I'm using Squiz version v4.18.0

 

 


(Nic Hubbard) #2

I would just use an Asset Listing and have it build your select menu for you by typing out the HTML needed for it. Then you can bind your javascript redirect for the onchange event.