Search Type: Posts; User: qwertz
Search: Search took 0.01 seconds.
-
12 Sep 2008 6:12 AM
- Replies
- 4
- Views
- 2,093
Hi,
I was searching for a VerticalSplitPanel too. How can this be done with Ext GWT? -
5 Sep 2008 12:32 AM
Jump to post Thread: ext.ux.wizard.WizardWindow by qwertz
- Replies
- 46
- Views
- 41,976
Unfortunately there is no com.extjs.gxt.ui.client.widget.form.FormPanel at all on the last WizardCard, because i want to use FileUpload there and therefore have to use...
-
4 Sep 2008 9:26 AM
Jump to post Thread: ext.ux.wizard.WizardWindow by qwertz
- Replies
- 46
- Views
- 41,976
Both ways would be fine.
The problem is that i have a GWT FileUpload (within acom.google.gwt.user.client.ui.FormPanel) on the last Wizard page, so there is no validator on that page. Nevertheless... -
4 Sep 2008 4:59 AM
Jump to post Thread: File Upload by qwertz
- Replies
- 22
- Views
- 27,052
Hi,
is it possible to combine the GWT FileUpload with other GXT FormWidgets?
I want to implement a file upload with additional metadata... -
4 Sep 2008 4:52 AM
Jump to post Thread: ext.ux.wizard.WizardWindow by qwertz
- Replies
- 46
- Views
- 41,976
Hi,
is it possible to disable the "Finish" button? I tried
wc.addFinishListener(new Listener<BaseEvent>() {
public void handleEvent(BaseEvent be) {
// ... some validation...
...
Results 1 to 5 of 5
