0
votes
2answers
13 views
Resetting a datagrid in ExtJs
Hi,
I have a button with a working listener in an ExtJs Data Grid. I have a toolbar at the bottom with this reset button. I have no forms however. Hence, what is the code that will reset a data grid …
0
votes
4answers
49 views
Sorting and Paging issues
Hello,
I would like to sort the whole dataset instead of page by page sorting.But for some reason it is sorting page by page instead of the whole dataset.Could you please help me in this issue.Iam …
0
votes
1answer
31 views
Can the ExtJS GridPanel support column groups?
I would like to have a gridpanel with columns that are broken into 2 sub-columns, kind of like this:
| Monday | Tuesday | Wednesday | Thursday |
| In | Out | In | Out | In | Out | In …
1
vote
3answers
97 views
ExtJS Change Event Listener failing to fire
I was asked to post this as a question on StackOverflow by http://twitter.com/jonathanjulian which was then retweeted by several other people. I already have an ugly solution, but am posting the …
1
vote
7answers
235 views
JQuery vs Dojo vs ExtJS [closed]
Possible Duplicate:
Which Javascript framework (jQuery vs Dojo vs … )?
I have very short time to learn any JavaScript framework.
Considering the all-in-one solution factor, …
0
votes
1answer
31 views
Ext JS -DOM Query question
Ok another DOMQuery question. i think the EXT API docs are a little scarce on this.
Inside my FormPanel I have mulitple fieldsets, but need to find the one that has a header title of 'Test Results'.
…
0
votes
0answers
69 views
Extjs to call a RESTful webservice
Hello,
I am trying to make a RESTful webservice call using Extjs. Below is the code i am using:
Ext.Ajax.request({ url: incomingURL ,
method: 'POST',
params: {param1:p1, param2:p2},
…
1
vote
4answers
96 views
What’s the most JSON you can reasonably expect to decode on the client side
This morning I tried to use ExtJS' JSON decoding facilities against 0.75MB of data, and it crashed FF3. I'm wondering what is the most JSON one can reasonably expect to decode on the client side? …
0
votes
2answers
53 views
Create a window browser inside the browser with extjs
I'm trying to create a mini browser inside a window using extJS.
Here's what i have so far :
panelContent = new Ext.Panel({
region: 'center',
margins: '0 0 0 0',
autoScroll: …
0
votes
3answers
86 views
Singleton Pattern and Abstraction in JS
Although the example below exploits ExtJS, one can easily extrapolate to another framework. I am a fan of abstraction and data hiding (and OO in general); does anyone else hide data and …
1
vote
5answers
72 views
Is it a good idea to combine an Ajax/UI JS Framework (ext,jquery-ui) with an MVC PHP framework (zend, symfony)?
I realize this is a very generic question, but I guess I'm not really looking for a definitive answer. Being new to PHP frameworks I'm having a hard time getting my head around it.
Javascript …
0
votes
3answers
65 views
Ext JS how to tell PagingToolbar to use parent Grid storage?
I'm trying to build application that use single config passed by server as non native JSON (can contain functions). Everything works fine so far but I'm curious why PagingToolbar does not have an …
2
votes
2answers
74 views
How to track Ajax requests using Google Analytics?
I'm trying to use Google Analytics to track any Ajax request made by my web application (in my case built on ExtJS, but it doesn't matter right now).
I wrote few lines of code to track all Ajax …
0
votes
1answer
83 views
ExtJS load form items/fields from database
Hello. I am using ExtJS 3 here. I would like to populate a formpanel from database with fields to be submitted. Basically, I don't know witch fields my form will have and I want to generate all …
0
votes
1answer
43 views
URL requests adding POST data to querystring
I am using ExtJS to send an Ajax request to a PHP page on a server, wanting to send the parameters as POST variables rather than in the querystring.
I have included a random token in the querystring …
