Tagged Questions
0
votes
1answer
7 views
ExtJS Combobox not loading up in Panal
I have this panel view. Please check this JSFiddle . So I have a cgi script which returns json for combo-box value and label but its not loading up in combo-box. I am not sure why any help will be ...
0
votes
1answer
92 views
the Loading… Message in Grid when there is no data. ExtJs Grid
In my application, when there are no records on DB, the json i am receiving is as below.
JSON Message: {"totalCount":0,"responseObject":[]}
But in the grid the Loading... mask is not going off. It ...
1
vote
1answer
182 views
How to display associated json data in grid in extjs4?
I am working in extjs4 mvc where I am getting stuck at a point. Actually I want to display associated json data in grid in extjs4. I tried and searched a lot but not yet get problem solved.
Here is ...
0
votes
1answer
53 views
Jsonp proxy Exampple, send request to our own site instead of sencha site
I'm designing a jsonp example where I want to make a call to some different domain, so I'm making a call to http://www.walkingtree.in/forums/topics-browse-remote.php, instead of ...
0
votes
1answer
535 views
Persistent store load callback in ExtJS 4.1.1
I need a way to catch the JSON response every time my datastore has loaded. My first try was to use the autoLoad property but the callback fires only on first load :
autoLoad: {
callback: ...
0
votes
3answers
88 views
How to refer the store in Controller --> Code.js file?
I am storing the JSON format in to Code.js of store folder.
'store' folder --> Code.js
Ext.define('LoginPage.store.Code', {
extend: 'Ext.data.Store',
model: 'LoginPage.model.Code',
...
0
votes
1answer
241 views
check the json data for comparing in extjs
I created a simple login page using extjs MVC to understand MVC architecture of extjs. As you can see below, I am trying to get the json data into the store and then I will check each username and ...
0
votes
1answer
115 views
connect json with extjs
In my sample login form, I am trying to connect to json and get the result ie., true, if username and password matches, else false.
json (exists in my project folder)
{
"form": {
"login": [
...
1
vote
4answers
449 views
Merge two different json object in extjs
Let's say my first json object is
"jvtdata":{
"tranid":"100001",
"trandate":"Sun Jan 20 2013 00:00:00 GMT+0800 (Taipei Standard Time)",
"trantype":"f"
}
and my second data is
...
1
vote
0answers
96 views
JSON Data not displaying on panel with multiple containers
I am trying to display this data to my js file but when I try to load the page, the data won't display. Am I doing the right thing?
/////////////////////// JSON DATA
{
"data":{
"batnbr":"1",
...
1
vote
1answer
133 views
Accessing json data in ext js4?
I am developing web site in Ext Js4 with yii framework.I am getting stuck on a point which is how to access json data returned from server into Ext js 4.Actually I want to display the message field as ...
0
votes
0answers
87 views
how to clean up fromField of itemselector in extjs 4?
how to clean up fromField of itemselector in extjs 4? How to load json data only in fromField ? And how to refresh the itemselector once the data is loaded ?
1
vote
3answers
1k views
Can't show the json Data in Treepanel in extjs 4
I am working on showing JSON data in EXTJS 4 TreePanel. But my tree is not showing any data . Please let me know where I am wrong. Let me post my codes below:
View Part: it has got the treepanel
...
0
votes
1answer
399 views
Create “batch” request using ExtJS 4.1 REST Proxy
I've got two model/proxy/stores I'm concerned with Questions and Choices. Both get data from a REST server as JSON. My process currently goes like this:
// load numQuestions records from ...
1
vote
1answer
523 views
using single value json into extjs combobox
This is the json response I am getting. I checked with JSONLINT and it says valid, but if you notice it's only giving me value without the heading of the column... the column name is "States".
...
1
vote
2answers
1k views
Extjs File upload using json service?
I am using json service(.net RIA service) to push data to server from Extjs. Currently I have a requirement to upload document to server. I saw some examples using form submit to php files.
Is this ...
0
votes
1answer
258 views
getting Error(There was an error generating the XML document.) fetch data from server side in extjs in asp.net
I am working with Extjs 4.1 and asp.net
I am trying to fill grid panel from database but getting error. I am using webservice to fetch data.
Error:
System.InvalidOperationException: There was an ...
0
votes
0answers
112 views
Represent JSON in ext.data.model
I have a controller function that returns json string like this:
[
{ "id": 5, "label": "label1", "type": 1, "arr": [0,1,1,2,3,1,2,0]},
{ "id": 6, "label": "label2", "type": 2, "arr": ...
0
votes
2answers
340 views
pagingtoolbar does not receive total number
Hi I have a grid in extjs4, where I need paging, the server sends correctly the totalProperty, but the pagingToolbar sees only the number of received records, not the total number, so in example if I ...
1
vote
1answer
724 views
Loading TreeStore with JSON that has different children fields
I am having a JSON data like below.
{
"divisions": [{
"name": "division1",
"id": "div1",
"subdivisions": [{
"name": "Sub1Div1",
"id": "div1sub1",
...
0
votes
1answer
615 views
Load JSON in Ext store, associations missing
I'm using Ext 4.1. I have some issues with loading json data with associations. The flat data gets loaded perfectly, only the 'hasMany' doesn't work. (if loaded there nowhere to be found). If a record ...
1
vote
2answers
575 views
Converting an object/array into JSON?
I have an array (it might be an object too, I don't know what I'm talking about):
grid.columns[0].text
grid.columns[1].text
grid.columns[2].text
And so on. I want to convert it into JSON. I've ...
3
votes
1answer
6k views
Ext JS 4 store load callback
I'm trying to build a simple user setting feature for my school project.
I've created a data model like so:
Ext.define('Urlopy.Model.UserPreferences', {
extend : 'Ext.data.Model',
...
0
votes
0answers
315 views
upgrading to ExtJs4.1: grid rows not showing up
I'm trying to upgrade to Extjs4.1 from 4.0.7
My appliccation windows seem to be fine for now but there is no data displayed in all grids and trees ! Althought data is returned from server side
Even a ...
1
vote
1answer
100 views
json not passing thru id on mvc 3 controller
I have the following controller
[HttpPost]
public JsonResult Update(List<DeliveryNoteDisplay> DeliveryNotes, UserSession userSession)
{
// etc
}
This passing thru all of values correctly with ...
1
vote
1answer
366 views
read write JSON in ExtJS
I have below javascript object handy with me. I want to read it and display on HTML page.
var info={
"name":"Christina",
"age":25;
"city":"Chicago",
"post":"CMO"
};
I want to display ...
