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
Post a Comment