Currently setStyleClass only sets the ul tag, I need to set the class
for each element in the menu, meaning I need to change all 3 tags: ul,
li and "a" tag, so I can create a menu system with sub menus that drop
down on fly over.

I want to use it in the Navigation Bar, but I don't want to use a lot of
Drop downs that you have to click on, I want them to drop down on fly
over, and I do  not see anything like that in Bootstrap, but I already
have a style sheet I made years ago that still works great, not sure
what to call it, its kind of a deviation of a suckerfish css menu, you
can see it at one of my web sites (http://lightwizzard.com/) that I am
trying to port over to Wt.

Maybe there is a way to change the behavior of the Popup so it opens on
fly over, and that will be the best I can do, so do you know how to do
that.

Menu systems are so important to any web site, I like the suckerfish
menus, because they are more like menus in an Native App, it would be
great to be able to use a suckerfish menu, I wish bootstrap had one,
maybe I can find one that does not require all 3 menu tags (ul, li, a),
but its looking like the only tag I have control over the the ul tag, so
I could use a menu like Son of a Suckerfish
http://www.htmldog.com/articles/suckerfish/dropdowns/
because it only uses the ul tag, put its not as nice as mine, since it
requires Javascript, mine is pure css, and was written, for both
Horizontal or Vertical, on the same page, and does not change any ul
tags in the same document, but it does require control over every
elements class.

Adding support for other menu libraries would be great, but this is not
a feature request, I just want to know if anyone knows how to set the
class for each menu elements class (ul, li, a), so then I can work on
integrating these other menu libraries into Wt, so everyone can benefit
from it.

Thanks 
Jeff Flesher
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to