gwt menu implementation

19 views
Skip to first unread message

abhishek2408

unread,
May 10, 2012, 6:34:38 AM5/10/12
to google-we...@googlegroups.com

I want to implement menu in GWT as shown on this website:

http://www.openkm.com/en/

I have created the menu system and I am able to display alerts from menu using following code:

====================================================

Command cmd = new Command() {

public void execute() {

     Window.alert("Menu item have been selected");

               }

}


======================================================

I want to get rid of window.alert() and display my application pages from menu.

Reply all
Reply to author
Forward
0 new messages