Search Type: Posts; User: wiznia
Search: Search took 0.04 seconds.
-
20 Feb 2013 8:40 AM
- Replies
- 7
- Views
- 703
You are right, your solution is better... but I don't get why this isn't a functionality provided by Ext, those should be event of the store, there's no good reason to have a succes event if you...
-
20 Feb 2013 7:17 AM
- Replies
- 7
- Views
- 703
WTF???? Really? There's no event fired when a sync() returns success:false ???
The store functionality is really broken without something like this.
The only solution I found is using the proxy's... -
11 Jun 2012 9:16 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
The path you are setting is relative... the relative path is relative of the url of the browser you are seeing, not from the js file.
-
5 Jun 2012 1:49 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
Try debugging it....
-
5 Jun 2012 1:13 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
You have to specify the store OR the component, not both. If it's a grid it's better to specify the component, because it uses the column model of the grid to format the output.
-
4 Jun 2012 7:31 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
Yes, you can put the button anywhere.
The config goes as follows:
- if the store config is sent, it will use that.
- if the component config is sent, it will use the store of that component (and... -
31 May 2012 3:02 PM
- Replies
- 5
- Views
- 1,587
You need to send the associated object, to the grid store. There are some examples on how to do that in the docs. If you send the associated object inn the same response, then the call is...
-
31 May 2012 6:40 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
Can somebody make a pull request on github? Does the fix also works in Ext 4.0?
-
22 Mar 2012 2:57 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
mmm, are the files actually loaded? Where is the error thrown?
As for iOS, I don't know how could you do it, maybe there's some html5 way to serve a download from a webpage, but I don't know. -
21 Mar 2012 6:41 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
I have't tried it, but it should. On the other hand, it uses downloadify to download the file, which is flash, so it would work only on devices that support flash.
-
15 Mar 2012 2:46 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
Yes, it's working on all browsers. Do you have all the paths configured?
-
14 Mar 2012 3:29 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
Ok, if you find a solution, make me a pull request on github...
-
14 Mar 2012 2:34 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
There are a lot of problems with the excel formatter and different versions and platforms of excel or other spreadsheet programs. For now, I'm using the csv which is easily imported into any program.
-
13 Mar 2012 2:35 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
mmm, I don't remember quite well, but for some reason I commented out the part that filtered the actioncolumns... although I don't know what xtype the column of the checkboxselectionmodel is...
Your... -
6 Mar 2012 9:00 AM
- Replies
- 17
- Views
- 5,066
ospillane, that works, but it's a hack. We need a standarized way of doing this. The worst part is that there's something almost identical in the forms validation, but it doesn't work in the...
-
2 Mar 2012 2:39 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
droessner, glad you found a workaround, not very pretty, but if it works...
RNL, the export only has the loaded records, I thought it would be too dangerous to ask the server for all the data,... -
27 Feb 2012 9:26 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
The button can be configured in 3 ways:
1) By putting it inside a gridpanel or treepanel (no extra config needed).
2) By passing a 'component' config option with an ext component that responds to... -
24 Feb 2012 6:24 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
droessner, it only happens in IE? Can you post an example code?
BlackLine, you can't use a simple ext button, because the png is there to allow the download of the file (via downloadify). In... -
24 Feb 2012 3:05 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
I have no idea what could be changing the title... It only happens when you use Ext.History?
I doubt it's a swfobject issue, since it's widely used, but I really don't know what could be causing the... -
8 Feb 2012 2:28 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
mmmm, I can't find anything worng with the code. I know it had some problems with custom columns, and with the groupheader plugin, but yours is pretty straightforward.... Try debugging it.
-
7 Feb 2012 9:40 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
Can you paste the grid's code?
-
7 Feb 2012 8:37 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
That's odd. If you delete them manually then it opens correctly in excel??
Maybe it has something to do with your data / grid config.... It seems like it's trying to export a column and doesn't know... -
6 Feb 2012 10:51 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
Like I said before the excel support is a little bit tricky with different versions of different programs in different platforms behaving differently.
I ended up using the csv exporter which can be... -
27 Jan 2012 9:22 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
That was my previous approach, using data uri's, but it had 3 problems:
- No support for some browsers (IE).
- There's a limit for the data uri length. If trying to save a lot of data, some... -
27 Jan 2012 2:55 AM
Jump to post Thread: Export store to Excel by wiznia
- Replies
- 258
- Views
- 104,289
It can produce the data without a button, but without it you can't download it, and it's not that easy to serve a file through the browser directly. That's why I use downloadify.js
Results 1 to 25 of 120
