Hi All,
I am new in ext gwt. I am using Windows xp + Eclipse (Helios) + EXT
GWT.
I am trying to devlope portal similar to igoogle but in my portlets
refresh and maximze button not working...
somebody plz help about this.
Tool refresh = new Tool(Tool.REFRESH, new Function(){
publicvoid execute() {
MessageBox.alert("Message", "The Settings Tool was clicked");
}
});
Tool maximize = new Tool(Tool.MAXIMIZE, new Function(){
public void execute() {
MessageBox.alert("Message", "The Settings Tool was clicked");
}
});
WT CHANGE IS REQUIRED IN THIS CODE TO REFRESH AND MAXIMIZE.
I AM VERY NEW IN ALL THIS PLZ HELP ME
THNKS IN ADVANCE.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.