Search Type: Posts; User: jeroenooms
Search: Search took 0.03 seconds.
-
3 Jul 2011 1:35 AM
Jump to post Thread: Ext.ux.Lightbox? by jeroenooms
- Replies
- 6
- Views
- 4,139
I need the same thing. Please report your experiences, ts.
-
12 Sep 2010 11:24 PM
- Replies
- 17
- Views
- 13,037
Ah I just found out that it is not because of the ext version but because of the tabPosition: 'bottom'.
-
12 Sep 2010 6:47 PM
- Replies
- 17
- Views
- 13,037
Hi Animal,
this is great. I would like to replicate the example from the screenshot you posted, however, there is a small rendering problem now. I'm using ext 3.2.1. I can display the whole icon... -
13 Aug 2010 11:13 AM
Jump to post Thread: License question by jeroenooms
- Replies
- 1
- Views
- 522
I was wondering if I am allowed to release software that uses ExtJS under a Apache2 or Non-Profit Open Source license. I do own a commercial developer license for ExtJS 3 myself.
-
1 Jun 2010 1:09 AM
- Replies
- 1
- Views
- 1,503
I noticed that when using an ajax request with parameter isUpload: true (hence actually using the hidden iFrame method), the call is always successful, even when the request actually fails. For...
-
11 May 2010 10:08 AM
Jump to post Thread: iPad thread by jeroenooms
- Replies
- 25
- Views
- 14,647
Which of these events is implemented in the Ipad version of Safari?
- double click
- right mouse click
- drag and drop -
15 Apr 2010 12:28 PM
- Replies
- 1
- Views
- 532
I use a combobox in an editorGridPanel to change values, similar to the 'light' column in this example. However, I find it annoying that it requires 4 clicks to change a value.
I would like to... -
12 Apr 2010 12:05 PM
- Replies
- 0
- Views
- 512
A small problem that I cannot get rid of: the editors that I add to my EditorGridPanel always appear a few pixels lower than the cell itself when i set frame: false for the gridpanel.
... -
11 Apr 2010 8:00 AM
- Replies
- 0
- Views
- 389
I am making a clinical webapp with a big EditorGridPanel for input data. There are three types of fields in the EditorGridPanel, and they all have their own editor. However, for historical and...
-
30 Mar 2010 10:06 AM
- Replies
- 14
- Views
- 11,217
Now it works for normal Ajax request, but not when I add custom headers. Let me give a full example, so you can try it out (assuming you have a gmail/google account somewhere):
Visit this url to... -
30 Mar 2010 5:18 AM
- Replies
- 14
- Views
- 11,217
I don't get it... if I do the same request it is completely ignored. I just get the XHR Object, no actual request is being made:
http://i41.tinypic.com/9lix6v.png -
30 Mar 2010 4:43 AM
- Replies
- 14
- Views
- 11,217
Doesn't do the trick :( Still 405.
-
30 Mar 2010 4:25 AM
- Replies
- 14
- Views
- 11,217
@hendricd
so, any idea how to fix this? Or is it just impossible to do cross-domain requests to google services with firefox? That can't be the case because there are many other 3rd party google... -
29 Mar 2010 3:13 PM
- Replies
- 14
- Views
- 11,217
Ok I added the code for you.
-
29 Mar 2010 1:41 PM
- Replies
- 14
- Views
- 11,217
I use an Ajax request to download xml data from Google's Spreadsheet API. The Google server only allows 'GET' requests. However, for some reason when I create an Ext.Ajax.request to an external url...
-
27 Mar 2010 5:14 PM
Jump to post Thread: ExtJS + Google Docs/Apps by jeroenooms
- Replies
- 2
- Views
- 1,443
I was wondering if anyone here has tried to play with ext js apps accessing google data. More specifically, using Google's AuthSub procedure or GData Javascript library to load data from e.g. google...
-
21 Mar 2010 2:38 PM
- Replies
- 9
- Views
- 2,089
You override did not do the trick for me, but this one did in my case:
Ext.override(Ext.form.Action.Submit, {
handleResponse : function(response){
if(this.form.errorReader){
... -
21 Mar 2010 2:35 PM
- Replies
- 3
- Views
- 946
The code is actually just as simple as calling collapse() and expand() on the regions. But to elaborate a little: So assume there is border layout, in which east region has {id: 'layerPanel'} and...
-
21 Mar 2010 1:51 PM
- Replies
- 3
- Views
- 946
I have a border layout in which east, south and west regions can be collapsed. However, because I don't like the default hide and show buttons, I implemented a custom menu bar to do the collapse()...
-
20 Mar 2010 11:33 PM
- Replies
- 9
- Views
- 2,089
I tried this, but this is exactly the problem. The 'handleResponse' function that I quoted above, in the end only extracts the success and errors:
return {
success :... -
20 Mar 2010 7:07 PM
- Replies
- 9
- Views
- 2,089
It is decoded when the callback functions are called. For 3.1.1, at line 9632 of ext-all-debug.js the line runCallback(o.success, o.scope, [r, o]); is called, which then via via calls the method...
-
20 Mar 2010 5:21 PM
- Replies
- 1
- Views
- 2,078
I had a HTML with predefined hidden divs:
<div class="x-hidden">
<div id="myDiv1">
</div>
<div id="myDiv2">
</div>
</div> -
18 Mar 2010 11:46 PM
Jump to post Thread: pause event for ajax request by jeroenooms
- Replies
- 3
- Views
- 1,097
That is exactly what I am doing ATM, but I was hoping for a more elegant and efficient solution... Is it also not possible to e.g. stop the event and on the Ajax callback manually re-fire it?
-
18 Mar 2010 5:09 PM
Jump to post Thread: pause event for ajax request by jeroenooms
- Replies
- 3
- Views
- 1,097
Is it possible to wait for an ajax call to return an event? For example, in a drag-and-drop tree, I use a 'beforenodedrop' listener, that calls an AJAX function that verifies if the requested...
-
18 Mar 2010 1:59 PM
Jump to post Thread: Treepanel: only leafs dragable by jeroenooms
- Replies
- 2
- Views
- 526
Yeah I don't have total control over the json source. I was hoping for a tree-wide setting that makes all non-leafs non-draggable.
Results 1 to 25 of 51
