Applying CSS to GWT MenuBar and adding icon/png with each menu item -


hi there way apply css gwt menu bar ubuntu menu bar theme? also, there way add icon/png menu item (but not css).

many thanks.

the solution is:

create html image , label on , insert html text menuitem:

public menuitem(string text, boolean ashtml /*set true*/, command cmd){...} 

where, 'text' contain string representation of html. easy.

cheers.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -