0
votes
2answers
15 views
ExtJS data store for tree
I've got a basic ExtJS question, which I can't seem to resolve based on reading the docs and searching. Currently I have a TreePanel that loads JSON directly from a URL. I'm trying …
0
votes
1answer
19 views
How to reload the Jsonstore results onto panel?
Hi,
I am able to create a json response like this:
{"total":2,"results":[{"id":1,"checkList":"Item1","checkStatus":"Available"},{"id":2,"checkList":"Item2","checkStatus":"NoStock …
0
votes
2answers
38 views
Nested Set model in PHP/Javascript to work with MySQL
I am using a MySQL Nested Set approach to store the classification of the various products that are sold on the website. I am looking for a nice javascript library to help out with …
0
votes
1answer
19 views
ext js - can you put an combobox in a GridPanel ? (not an EditorGrid)
HI,
I have only seen documentation where you can put a combobox in an EditorGrid, but i am just looking for a simple solution, where my grid has a one column that is a comboBox, wi …
1
vote
1answer
38 views
Ext JsonStore doing a POST even if I set it to GET
I have a jsonstore that is supposed to load a user's information. I have its HTTPRequest as a GET but when I finally do load up the store with parameters, it automatically changes …
1
vote
4answers
50 views
ExtJS: Multiple JsonStores from one AJAX call?
I have an ExtJS based application. When editing an object, an ExtJS window appears with a number of tabs. Three of these tabs have Ext GridPanels, each showing a different type of …
1
vote
7answers
197 views
Will ExtJS die?
I look at ExtJS, and it appears to provide many of the RIA features that more bulky suites such as Flex provide, without the flash requirement. However, as Open-source initiatiativ …
0
votes
1answer
44 views
ExtJS - SyntaxError: missing ) in parenthetical
I am writing some code to educate myself in the ways of ExtJS. I am also new to JSON so hopefully this question will be easy for you to answer. I am trying to retrieve some data fr …
1
vote
1answer
38 views
extjs datastore send to server (datastore -> json)
Hello All:
Getting Json from the Server and displaying it in the grid is relatively straight forward. In the application (http://pssnet.com/~devone/extjs3/loadSelection5.html) I g …
0
votes
2answers
37 views
EXT JS toLayout on Viewport doesnt show anything…
After reading many example about adding new components in to existing container without reloading whole page I run in to small problem while combining tree and tabs inside Viewport …
0
votes
1answer
25 views
ExtJS Unmask after data load
I am using a JSONStore in ExtJS and loading data by using setting the URL config and then calling the load method, is there anyway i can unmask the form only once the data is loade …
1
vote
1answer
28 views
ExtJS panel orientation - Right-To-Left
What is the appropriate way to flip an ExtJs Panel horizontally for RTL languages, Arabic, Hebrew .. etc
1
vote
2answers
212 views
Extjs: How to change tree node attributes?
How can I change the attributes of a tree node?
One tree node has the following attributes:
{"id":"75",
"description":"My Tree Node",
"status":"25"
"uiProvider":"col",
"leaf":tru …
0
votes
3answers
63 views
ExtJS Capable of handling Grids/Datastors of ~1000 elements?
I have a JavaScript application which opens an ExtJS Window, containing an ExtJS TabPanel, which has a tab containing a Data Grid, showing approximately 900 - 1000 rows, each with …
0
votes
1answer
45 views
How to serialize form inside modal window in ExtJS?
I'm trying to build modal windows on the fly from single javascript object passed by server.
But I have no clue how can I serialize form inside modal window without defining form …
