yashujn
6 Sep 2011, 10:15 PM
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.
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.