Subversion Repositories eFlore/Applications.cel

Rev

Rev 262 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 262 Rev 275
Line 23... Line 23...
23
import com.gwtext.client.data.RecordDef;
23
import com.gwtext.client.data.RecordDef;
24
import com.gwtext.client.data.Store;
24
import com.gwtext.client.data.Store;
25
import com.gwtext.client.data.StringFieldDef;
25
import com.gwtext.client.data.StringFieldDef;
26
import com.gwtext.client.widgets.Button;
26
import com.gwtext.client.widgets.Button;
27
import com.gwtext.client.widgets.Component;
27
import com.gwtext.client.widgets.Component;
-
 
28
import com.gwtext.client.widgets.Panel;
28
import com.gwtext.client.widgets.Tool;
29
import com.gwtext.client.widgets.Tool;
29
import com.gwtext.client.widgets.Toolbar;
30
import com.gwtext.client.widgets.Toolbar;
30
import com.gwtext.client.widgets.ToolbarButton;
31
import com.gwtext.client.widgets.ToolbarButton;
31
import com.gwtext.client.widgets.ToolbarTextItem;
32
import com.gwtext.client.widgets.ToolbarTextItem;
32
import com.gwtext.client.widgets.event.ButtonListenerAdapter;
33
import com.gwtext.client.widgets.event.ButtonListenerAdapter;
Line 363... Line 364...
363
					}
364
					}
Line 364... Line 365...
364
					
365
					
365
				});
366
				});
366
			}
367
			}
-
 
368
		});
-
 
369
		
-
 
370
		this.addListener(new PanelListenerAdapter() {
-
 
371
			public void onBodyResize(Panel panel, java.lang.String width, java.lang.String height) {
-
 
372
				setHeight("50%");
-
 
373
			}
367
		});
374
		});
Line 368... Line 375...
368
	}
375
	}
369
 
376
 
370
	/**
377
	/**