0
votes
1answer
16 views
ext js - ColumnModel binding to a complex json object
Hi,
I am trying to bind a complex json object (with nested properties) to the column model of a GridPanel. IE: I want to map the grids columns to,say, report.customer_name and …
0
votes
2answers
22 views
Appending data to GridPanel in ExtJS
I'm stuck with a seemingly simple problem: appending data to my ExtJS Gridpanel. I have a gridpanel with some initial data set up.
var myData = [['data1','data2']];
var myReader = new …
0
votes
1answer
27 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 …
1
vote
5answers
49 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
2answers
35 views
how to show/ hide column in a grid panel
I have a grid panel i need to show / hide columns in a gris panel depending on the value of a checkbox.If the checkbox is cheked i ned to diaplay column in the grid and if it is unchecked i need to …
0
votes
2answers
23 views
Combo box items tool tip not displayed
Hello,
I have written a combo box populated with items in ExtJs framework. I could not able to get the tooltips when the user hovers over the items.
Below is the code:
$formPanel .= " new …
0
votes
1answer
19 views
Populating ExtJS grid using DirectJNgine DirectStore
I am trying to populate a grid using a DirectStore. No data appears in the grid although I can see data in Firebug. I even tried to dump the data in a DataView to see if i am maybe messing up in the …
0
votes
3answers
52 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
59 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 …
3
votes
1answer
71 views
Which BDD framework for JavaScript do you use?
I'm developing large application using ExtJS framework. Because it grows too fast, I realized that this might be the time to start doing tests.
I want to go for BDD technique, I found several BDD …
0
votes
1answer
34 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
67 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 …
0
votes
1answer
56 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
24 views
Extjs: Graph Major and Minor Units
Hi,
I have created a graph in extJS and was wondering if people know of a general formula to calculate the major and minor units of the X-Axis.
I know Extjs should do it automatically, but its not …
0
votes
2answers
45 views
Page redirect / refresh using ExtJS
Hi all,
My Web application makes use of Ext JS & Java web technology. Due to the size and complexity of the application, I need to
do a complete refresh of the page (load a different page) …
