This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Drop-down menu in Custom html widget

hi, I'm looking for how to make a drop-down manu with url links in Custom html widget. Or to build hierarchical structure witch is collapse at the begining and I can expand it with mouse click.

I'd like to have some thing like this:

Level1 >

   - opt1 (url)

   - opt2 (url)

   - opt3 (url)

Level2 >

   - opt1 (url)

   - opt2 (url)

   - opt3 (url)

and the initial state is that all levels are collaps (only levels menu)

Thanks

Parents
  • krdep: Are you still looking for a solution to this?

    If so here are some options:

    1. If you know the URL's in advance, you can just use standard HTML tables and/or Select tools

    2. If you're querying the database to obtain links, you'll need to write JavaScript to execute a JSON query and populate your table/drop down there.

    Thomas

Reply
  • krdep: Are you still looking for a solution to this?

    If so here are some options:

    1. If you know the URL's in advance, you can just use standard HTML tables and/or Select tools

    2. If you're querying the database to obtain links, you'll need to write JavaScript to execute a JSON query and populate your table/drop down there.

    Thomas

Children
No Data