Search Type: Posts; User: Gaspar
Search: Search took 0.03 seconds.
-
26 Oct 2007 5:04 AM
- Replies
- 4
- Views
- 1,646
It seems i've bug in my (not published) code.
Instead of adding multiple objects into form:
uploadForm.add([
new Ext.form.TextField({
fieldLabel: 'File 1',
inputType: 'file',
name:... -
23 Oct 2007 6:54 AM
- Replies
- 4
- Views
- 1,646
Thank you for reply!
I removed this HTML and added "uploadForm.render(uploadDialog.body);"
No change, same error :(
I put HTML back in, removed "autocreate:true" attribute from uploadDialog... -
23 Oct 2007 6:27 AM
- Replies
- 4
- Views
- 1,646
Hi!
I've got:
HTML:
<body>
<div id="uploadDialog" style="visibility:hidden;position:absolute;top:-1000px;">
<div class="x-dlg-hd">Upload</div>
<div class="x-dlg-bd">
... -
31 Aug 2007 3:19 AM
- Replies
- 7
- Views
- 1,522
Regarding to this topic i have following problem.
I create BorderLayout with 1 ContentPanel and 2 GridPanels.
I need to capture activate event. The only way i could get it is to call activate()...
Results 1 to 4 of 4
