I'd like the user to be able to scroll through a drop down list with multiple fields in a table. Is that even possible?
I have not found an example of that yet.
You can open up in a pop-up window a tiny HTML table, by simply making a barebones HTML page of that table.
If you want it to look like a drop-down menu, with the arrow and such, well, you can either make a little graphic (many people take this route) or you can just use an actual drop-down widgit, but deactivate it while using the onClick method to pop your preferred table. I'd suggest option "A", just because "B" breaks the perceived functionality and "A" is what people usually expect (think of calendar-picking widgets).
Hope that was helpful!
Cheers,
Edward
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.