The April 2012 release of the popular JavaScript framework Ext JS.

learn more… | top users | synonyms

0
votes
0answers
10 views

ExtJs Grid - Error on setSize if cellediting active

My gridpanel has a store and uses the cellediting plugin. When I reload my grid via loadData(), I also reconfigure() my grid's columns and call my model's setFields(). So while this is happening, ...
0
votes
1answer
21 views

calculate grid column value with total value in extjs4.1

I have the grid with two column Taget and Target Percentage.I am getting Target value from store .I need to calculate Total and Target percentage value by using Jan /Total Jan *100 .Can anybody tell ...
0
votes
3answers
21 views

Delay required in between the execution of two statements

i am working with extjs 4.2 and at one place i am loading the store object like this : var userDetailStore = Ext.create('Ext.data.Store', { model : 'Person.DetailsModel', autoLoad : true, ...
0
votes
0answers
16 views

How to drill down charts in ExtJs

This is my sample application,where i have one barChart and one radar and four pie charts.I have to drill down the barChart.I have previously developer an application where i did not use MVC and there ...
1
vote
1answer
38 views

Spacing in ExtJs is different in IE & FireFox

I've a form of ExtJs. Ext.define('${pkgName}.v02x001001.SV02X00100104' , { extend : 'Ext.form.Panel', alias : 'widget.sv02x00100104', layout : 'fit', autoShow ...
0
votes
1answer
25 views

ExtJS 4 - bbar collapsing after file upload thru 'file' widget

I'm working with ExtJS 4.1.1. I've a 'filefield' config on the bottom bar of a panel. To handle the upload operation, I'm embedding the widget into a dynamically created form. However after the form ...
0
votes
0answers
17 views

Ext.data.JsonP.request always going to failed function?

I am doing application in Extjs, i am calling Ext.data.JsonP.request. In below code url path will come dynamically generate by appending name to base url of pdf. But Here i am hard coded. I am passing ...
1
vote
1answer
27 views

How to change color of column graph dynamically using Extjs?

I have done application using Extjs. Requirement is need to change color of column graph dynamically after February. Find the attached image, here i have two fields based on that i plot column graph. ...
0
votes
2answers
32 views

How to insert records for particular store field in extjs

I am getting Month,Target,Target1 values are getting from webservice available in store.I want to calculate total value and insert total field value in same store am doing like this for ...
0
votes
1answer
6 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 ...
1
vote
1answer
33 views

What is the point of getEl() in extjs4

I have a listener that is called when a tab is activated. , listeners: { activate: function(tab){ var first = tab.down('input'), // will be null firstEl = ...
0
votes
0answers
24 views

How to drill down a chart in ExtJs

This is my sample application,where i have one barChart and one radar and four pie charts.I have to drill down the barChart.I have previously developer an application where i did not use MVC and ...
0
votes
1answer
20 views

How to set url and root dynamically in extjs

Can anybody tell how to set the url and root of a store dynamically in Ext JS? I have created a store like the one below. I need to update the root and dynamically set the url inside a controller. ...
1
vote
0answers
28 views

ExtJS and Ajax with SSL (https)

I have an ExtJS on top of a Django application, and I need to post to /accounts/logout/' in order to invalidate the session and then redirect to/`. The code below runs locally but fails on the live ...
0
votes
1answer
25 views

How to update the store value in extjs

I have the requirement need to group the value and sum of store field value . While sum of the value am getting NaN.I am getting null value from json response .can anybody tell how to replace null ...
1
vote
1answer
31 views

How to add layout dynamically in Exjs4?

I am working in Extjs4.And I am getting stuck at a point which is how to add accordion layout dynamically in Exjs4? I am using layout vbox and hbox but I als want to add accordion to east region.I ...
1
vote
1answer
42 views

How to export grid data to excel along group headers/ summary records with expand and collapse action in Excel?

I have done application using Extjs 4. I have requirement need to export grid data to excel. I have grid it contains many records, showing records by group headers/summary(collapse/Expand actions ). ...
1
vote
1answer
27 views

why confirmation message box is not coming only in IE and safari, on static pdf pages(Extjs4.1)?

I have done application using Extjs 4, In app some places showcasing statis pdf pages. in this app given option to user, he can logout from any pages. If i am in static pdf screen, once i click here ...
2
votes
1answer
31 views

Halt the processing of DragDrop events on displaying a window while performing drag & drop between grids

I have started working on it since past couple of months. I have an issue handling drag & drop events. I have two grids placed side by side and I am performing drag & drop operation from left ...
-1
votes
0answers
41 views

Explanation of proper procedure to render remote data to grid

Can someone please explain to me with sample code on how to properly structure my MVC app? What I want to do is have a grid with a paging toolbar. I want the grid to load 10 records per page. I have ...
0
votes
1answer
28 views

Unable to access the extjs application after upgraded from 4.1 to 4.2

Recently I have upgraded my extjs application from 4.1 to 4.2. The project successfully upgraded and was able to see it in architect. But while previewing the app is not getting loaded into the ...
1
vote
1answer
37 views

How to auto populate email address in text field using extjs 4.1?

I have done application using Extjs4.1, it contains feature login page. for email address and password field using text box field. Here i need to add feature, auto populating of email address who ...
0
votes
0answers
60 views

extjs 4.1 pagingtoolbar displays correctly but grid loads all records

Okay, so I've been at this all day and can't figure out why the grid is loading all records instead of the pageSize: 25 limit I configured on the store. The paging toolbar is rendering the correct ...
0
votes
0answers
23 views

Extjs Disabled Panel's Opacity

I have a popup window which on creation disables the whole panel behind it. On the panel I have used disabledCls: 'my-disabled-panel' and in the css file .my-disabled-panel .x-mask{ opacity: 0 ...
0
votes
1answer
24 views

How to bring fieldLabel without colon for combo box in extjs

can anybody tell How to bring fieldLabel without colon for combo box in extjs Thanks
0
votes
1answer
41 views

Why Menu items are not coming in IE10 using Extjs 4.1?

I have done application using ExtJs 4, contains feature menu. Menu items are showing nicely in all browser like IE9, Firefox, Chrome and Safari. But issue is coming when launch the same app in IE10 ...
1
vote
1answer
111 views

How to add total row in grid footer in extjs

I want to add total row in grid footer.I have total row that record is available in store. In grid the user select descending order total row is coming first row .can any body tell how to avoid ...
0
votes
1answer
57 views

How to change the web URL for each page in ExtJs?

I have done application using EXtjs 4. Application contains many view screens like Login page, Dashboard. home etc, for to access project local URL is file:///E:/MyWeb/Web/index.html . once i visited ...
-1
votes
0answers
42 views

ExtJS ComboBox without dropdown

What can I use to get menu like html- <select multiple> Optionally, I want to load store of key-value pairs to it. Thanks! UPD: finally I found ux plugin which is closest to what I need. ...
0
votes
1answer
53 views

how to change a chart with a click event using ExtJs mvc

I create 2 charts(bar column and radar) in one page using ExtJs mvc. I want that when I will click on the column of a chart the radar will show the change.. I wrote the function for click in ...
0
votes
1answer
24 views

window does not close with close() method

Very strange problem but still do not understand why. I have a grid and on ColumnDblClick i open a window. Window works fine, submit data but when try to close window, it does not close. saveRefresh ...
0
votes
1answer
34 views

How to send parameter to a servlet using Ajax Call

i have a controller in my ExtJs application ,from where i have to make an Ajax call to a servlet and also have to send some parameters to that servlet also.i am able to call the servlet properly but i ...
0
votes
1answer
28 views

How to round off the float value in extjs4.1

can anybody tell How to round off the float value in extjs4.1.eg if i got value 24.536 need to round of 24.54.if i got 24.534 need to round of 24.53 Thanks
1
vote
0answers
61 views

Cant call a servlet from ExtJs controller

i have a controller in extjs application, from where i have to call a servlet. But i am unable to call that servlet from controller here is my controller code ..... when i am running the application ...
1
vote
1answer
34 views

Save grid move and resize value into state and session

I want to save state values into database not in cookies. Whenever particular page load again, i wanted it to load data from state into grid. For example, If user drag and drop column, position and ...
-1
votes
2answers
64 views

How to make an ajax call from a function of controller in EXTJS

i have a controller in my application,from where i have to access Servlet through Ajax call.what is the proper syntax of an Ajax call from a function of controller.Here is my code .... ...
0
votes
2answers
97 views

How to get store object from existing store object in ExtJs

I am using ExjJs 4.2 .I have two grids displaying different data. In one javascript file i have to include both the grids. I am loading the store for the first grid like var store = ...
0
votes
1answer
50 views

How to implement donut chart in ExtJS 4.1

Can anybody tell How to implement donut chart in ExtJS 4.1? I have implemented Pie Chart and given config donut:true it is not working . Thanks
0
votes
1answer
36 views

How to call a java servlet using ajax from controller

I create a bar column chart.. in my controller I want to call a servlet.. In my function i take a variable which holds the instacne of store using getStore('StoreName').. now how can I call the ...
1
vote
1answer
34 views

How to call a method from controller in extjs

I have a bar column chart.. I want when I click on the column then the value of it will be shown and call another function where i will call the database thru ajax. When I click on the column the ...
0
votes
1answer
35 views

How to to call a function from a function in ExtJs

i have a controller in my application in extjs. i have a method in that controller ,that is doing some action .Now i have to call another method from that method.But when i am doing that the previous ...
0
votes
1answer
30 views

split button menu item click action

hello i have a split button that have items and i want when i click on item i do something i work with extjs 4 i'm working with action on simle button and it work but with split button it dont ...
0
votes
1answer
51 views

How to customize the shape of column chart in extjs

can anybody tell how to customize the shape of column chart in extjs.In default the column chart with top edge or corner come with flat .I want to display with rounded corner for top edges Any help ...
2
votes
0answers
34 views

How to get previous page reference/alias in extjs4

I am working in extjs4 MVC.And here I am get a stuck at point where I want to display page , on that page suppose there is link.And after clicking on link of first view I am going to redirected to ...
1
vote
1answer
60 views

how to a call listener of view from controller in extjs

I made a bar column chart using ExtJs mvc. Now in the controller I want to add a function for click event to catch the selected value of the column. Here is my controller code: ...
2
votes
1answer
49 views

Interaction between two or more charts in ExtJS

I have 2 charts in one container, one is a Bar column chart and another is a radar chart. Now I want to make interaction between the charts, like when I click on one of the column of the barcolumn ...
0
votes
1answer
31 views

How to call a view element from controller

I have a radarChart in my view, where I have two fields xField and yField. These two work as two axis of a radar chart. Now I have to get those two fields in my controller. I am using ...
0
votes
0answers
57 views

Ext js infinite scrolling grid What should .NET MVC server code look like?

I'm looking into the Ext js infinite scroll grid. Sencha Scrolling Grid Example The code they show in the example seems straight forward, but there is no mention of what the server code should look ...
0
votes
1answer
179 views

how to get array of objects from store in extjs 4.2 and send it to server side?

Hiii all, I am using Extjs 4.2 data grid and i have a requirement to convert my 'store' into json array and send that to server side(i.e java). This is my model. Ext.define('Writer.Document',{ ...
0
votes
1answer
60 views

ExtJS: Send file to a socket server

I'm using ExtJS 4.1.1 for my client app. I need to upload files to a socket server. I know I can use the WebSocket extension described here to send messages to the socket server. But I'm not sure ...

1 2 3 4 5 23