Search Type: Posts; User: Gery
Search: Search took 0.03 seconds.
-
14 Feb 2013 8:45 AM
Jump to post Thread: replacing in url by Gery
- Replies
- 3
- Views
- 422
The solution was to simply take the protocol outside the formPanel and use "protocol.options.url = newUrl;"
-
14 Feb 2013 8:44 AM
- Replies
- 10
- Views
- 1,621
The solution was simply to take the protocol outside the formPanel and use "protocol.options.url = newUrl;", thanks willigogs for support ;)
-
14 Feb 2013 8:43 AM
- Replies
- 3
- Views
- 554
The solution was to simply take the protocol outside the formPanel and use "protocol.options.url = newUrl;", thanks willigogs for support ;)
-
4 Feb 2013 2:13 AM
- Replies
- 3
- Views
- 554
thanks willigogs for the answer, this is happening in the code:
searchformPanel.protocol.url = newUrl;
should set a new url in the url of the protocol of the formPanel (ie.... -
2 Feb 2013 11:11 AM
- Replies
- 10
- Views
- 1,621
I did a cleaner post about this, please check here: http://www.sencha.com/forum/showthread.php?255496-How-can-I-overwrite-the-url-of-OpenLayers.Protocol.HTTP&p=935193
-
2 Feb 2013 11:08 AM
- Replies
- 3
- Views
- 554
How can I overwrite the url of OpenLayers.Protocol.HTTP? I tried
searchformPanel.protocol.url
and it works (checked with console.log), but at the end the original url is sent (in the... -
30 Jan 2013 9:48 AM
- Replies
- 10
- Views
- 1,621
Hi Willigogs
sorry for my late answer to your last message. After checking with illuminations (because firebug is already installed), I noticed that the new searchformPanel.protocol (3rd... -
16 Jan 2013 12:39 PM
- Replies
- 10
- Views
- 1,621
I tested your suggestion and this is the result:
this is formPanel: [object Object]
this is 1st formPanel.protocol: null
this is 2nd formPanel: [object Object]
TypeError: o.protocol is... -
15 Jan 2013 10:06 AM
- Replies
- 10
- Views
- 1,621
yeah in fact that could be the problem, how could I solve that? in the handler putting formPanel.search() after var proto doesn't solve the problem btw
-
15 Jan 2013 9:33 AM
- Replies
- 10
- Views
- 1,621
Thank you willigogs for the idea, I tried it but I'm getting this error:
TypeError: o.protocol is null and it points to the SearchAction.js (line 122).
I'm sure this is because
var proto =... -
15 Jan 2013 1:01 AM
- Replies
- 10
- Views
- 1,621
Hi all,
I've been scratching my head over this and I'm wondering if this is possible. I want to replace the protocol of the GeoExt.form.FormPanel in the following way:
1. to render the... -
13 Jan 2013 3:46 PM
Jump to post Thread: replacing in url by Gery
- Replies
- 3
- Views
- 422
getting closer... because adding
OpenLayers.loadURL(myurl, {}, null, function(response){}); in the handler function sents the url to XMLHttpRequest.js (right place), but just immediately another... -
12 Jan 2013 4:36 AM
Jump to post Thread: replacing in url by Gery
- Replies
- 3
- Views
- 422
So, before the url must be sent in the first place, I need to change it, how could I do it? pls help, thanks
-
10 Jan 2013 4:53 AM
Jump to post Thread: replacing in url by Gery
- Replies
- 3
- Views
- 422
Hello,
I'm working with Ext/GeoExt/OpenLayers, so this is like a mixed question, but I'm pretty sure ExtJS has to be very important on this issue. I've been trying to replace correctly an url in... -
10 Jan 2013 4:50 AM
- Replies
- 7
- Views
- 574
sorry for that, I did a mistake here, I had problems with my account and was modifying this thread, in somehow I forgot to keep working on this, that was before Xstmas, I'll update it, danke für Ihre...
-
27 Dec 2012 2:32 AM
- Replies
- 7
- Views
- 574
q
-
21 Dec 2012 2:54 AM
- Replies
- 7
- Views
- 574
q
-
19 Dec 2012 1:24 AM
- Replies
- 7
- Views
- 574
q
-
16 Dec 2012 8:59 AM
- Replies
- 7
- Views
- 574
q
-
14 Dec 2012 1:13 AM
- Replies
- 7
- Views
- 574
q
-
12 Dec 2012 1:23 AM
- Replies
- 7
- Views
- 574
q
-
5 Oct 2012 6:02 AM
- Replies
- 6
- Views
- 1,158
so I need to set the "col" and "str" variables in the same place the url is located?? how could I do that? I though every variable has to be set outside another variable. In the code, the url is...
-
3 Oct 2012 3:32 PM
- Replies
- 6
- Views
- 1,158
Many thanks jorgeluislay and willigogs, I appreciate your support on this, this is the new code after adding your suggestions:
// var col = Ext.getCmp("column").getValue();
// var str =... -
1 Oct 2012 9:52 AM
- Replies
- 6
- Views
- 1,158
Hello,
I have one question about passing strings from one Ext.formPanel textfield to another part of the code. The thing is that I have two "textfield" in the formPanel and I want the words I... -
1 Oct 2012 12:15 AM
Jump to post Thread: Default font type/size in formPanel by Gery
- Replies
- 4
- Views
- 808
cool! thanks a lot willigogs!
Results 1 to 25 of 40
