Search Type: Posts; User: salvi
Search: Search took 0.02 seconds.
-
11 Jul 2008 8:47 AM
Jump to post Thread: formpanel and file upload by salvi
- Replies
- 25
- Views
- 8,494
BTW: what about Ext "incompatibility" with FF3.0? Ext must be rewritten? Or maybe Firefox? :-) Animal, do you know anything about these issues?
-
11 Jul 2008 5:43 AM
Jump to post Thread: formpanel and file upload by salvi
- Replies
- 25
- Views
- 8,494
BTW: I have noticed that in Firefox 3.0 some widgets doesn't render properly, eg. grid in my application. So maybe the problem of aaaee2 is because of FF3.0. Have you tried your code with FF2.0?
-
7 Jul 2008 7:45 AM
Jump to post Thread: formpanel and file upload by salvi
- Replies
- 25
- Views
- 8,494
Looks interesting... I will give it a try.
Thanks a lot for your help! -
6 Jul 2008 10:41 AM
Jump to post Thread: formpanel and file upload by salvi
- Replies
- 25
- Views
- 8,494
You mean this tool: http://www.fiddlertool.com/fiddler/?
-
6 Jul 2008 9:34 AM
Jump to post Thread: formpanel and file upload by salvi
- Replies
- 25
- Views
- 8,494
Yeah, sounds reasonably...
Animal, what is your opinion? -
6 Jul 2008 2:34 AM
Jump to post Thread: formpanel and file upload by salvi
- Replies
- 25
- Views
- 8,494
Thanks Animal! You are great! Now it works! Complete code below.
But I have one additional question: now I cannot see the request in Firebug. Why?
[CODE]
var zaliczki = new... -
5 Jul 2008 5:18 PM
Jump to post Thread: formpanel and file upload by salvi
- Replies
- 25
- Views
- 8,494
I'm trying to force my formpanel to upload a file together with the rest of the form data. I'm fighting with this a whole day. I searched the forum and tried lot of code. Still I get $_FILES empty on...
-
31 May 2008 2:22 PM
Jump to post Thread: Adding tabs in FormPanel by salvi
- Replies
- 3
- Views
- 1,143
Hello everyone!
Using a code below I have build a quite simple FormPanel containing tabs. My problem is that I need to be able to dynamically add new tabs with a mouse click on "Add Tab" button -... -
31 May 2008 2:14 PM
Jump to post Thread: Tabs, form and strange error by salvi
- Replies
- 8
- Views
- 1,455
As always - Animal is right. The only thing to change is to switch from XML to JSON.
Thanks, Animal!
BTW: the complete solution with working example is here:... -
16 May 2008 2:44 AM
Jump to post Thread: Tabs, form and strange error by salvi
- Replies
- 8
- Views
- 1,455
Thanks, Animal! Is there any possibility to render all tabs without activating them with a click?
And what about this strange error after submitting the form? It is always present even if I... -
14 May 2008 2:32 AM
Jump to post Thread: Tabs, form and strange error by salvi
- Replies
- 8
- Views
- 1,455
Basing on the example here: http://extjs.com/deploy/dev/examples/samples.html I have bulid a page with a form containing tabs (sourcecode below). The problem is:
1. The form submits data only from... -
5 Mar 2008 11:36 AM
Jump to post Thread: Highlighting days in a DatePicker by salvi
- Replies
- 1
- Views
- 648
You mean something like this?
var ofdata = new Ext.DatePicker({
renderTo: 'ofdata2',
id: 'ofdata',
allowBlank: true,
format: 'm/d/Y'
}); -
12 Feb 2008 5:58 PM
Jump to post Thread: [2.0] Desktop - Autorun by salvi
- Replies
- 16
- Views
- 10,803
Cool! Very useful & works great! Thanks a lot!!!
-
11 Feb 2008 7:08 PM
Jump to post Thread: cakephp and ext powered CMS by salvi
- Replies
- 22
- Views
- 18,533
I agree! It would be great to taje a look at the code...
-
11 Feb 2008 6:53 PM
Jump to post Thread: Window Group by salvi
- Replies
- 145
- Views
- 45,902
There is no Tetris but some other cool games:
http://www.dhtmlgoodies.com/index.html?page=forfun -
10 Feb 2008 4:44 PM
Jump to post Thread: Grid Search Plugin by salvi
- Replies
- 1,023
- Views
- 363,318
JSAKALOS (together with the rest of Ext Dev. Team) should be awarded with the Nobel Prize for his (and their) work ;)
Once again many thanks! -
11 Sep 2007 3:36 AM
Jump to post Thread: HtmlEditor dialog by salvi
- Replies
- 8
- Views
- 3,828
BTW: does anyone have any experience on integrating Innova WYSIWYG Editor into Ext?
-
31 May 2007 3:34 AM
Jump to post Thread: Ext Translations by salvi
- Replies
- 384
- Views
- 124,966
Another polish translation for ExtJS v1.0.
Alternatywne polskie tłumaczenie do ExtJS v1.0. -
2 May 2007 3:44 AM
Jump to post Thread: Prolem with scope - newbie question by salvi
- Replies
- 1
- Views
- 810
Hi!
I'm not good in JS, so this is probably very simple question.
This works:
var basic1 = new Ext.Resizable('basic1', { resizeChild: false, widthIncrement: 10, heightIncrement: 10,... -
1 May 2007 1:09 PM
Jump to post Thread: Dynamic Resizable Events? by salvi
- Replies
- 2
- Views
- 890
Thanks a lot for this post! It is very useful for me.
-
27 Apr 2007 4:11 AM
Jump to post Thread: Ext.DateEditor by salvi
- Replies
- 2
- Views
- 1,680
you should ask your question in HELP section: http://extjs.com/forum/forumdisplay.php?f=5
-
27 Mar 2007 5:51 AM
- Replies
- 0
- Views
- 1,044
I have two ComboBoxes (country and city) on my page. The first one (country) is set with simple array as a data store, second ComboBox is empty. When user selects country the second ComboBox is...
-
21 Mar 2007 3:45 PM
- Replies
- 9
- Views
- 6,381
I solved this using UpdateManager, something like that:
combo1.on('select', function(e) {
updateCombo2(combo1.getValue());
});
function updateCombo2(paramFromCombo1)
{
var mgr =... -
19 Mar 2007 3:14 AM
- Replies
- 61
- Views
- 18,864
Hello Bmoeskau!
Please let us know when you'll be ready to send invoices. Post info on forum and maybe send us info with newsletter. Thanks a lot! -
18 Mar 2007 4:04 PM
- Replies
- 61
- Views
- 18,864
Hello Jack!
I want to say that you work is very useful for us all and I think we should donate to you. I don't know how it works in other countries but in Poland in such cases it is better to pay...
Results 1 to 25 of 28
