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

learn more… | top users | synonyms

0
votes
0answers
13 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 ...
2
votes
3answers
2k views

How to put X inside textfield to clear text in extjs

I want to implement an X button inside a textfield (x on right side of textfield) to clear entered texts. I have seen many extjs application that has this feature. How do I go about doing that? Any ...
1
vote
1answer
32 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
12 views

total row is not displaying in using summary renderer function in grid in extjs

can anybody tell what is problem total row is not displaying in using summary renderer function in grid in extjs.How to fix it? Ext.define('Test.TableClientAndProspects', { extend: ...
0
votes
0answers
14 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 ...
0
votes
1answer
19 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
24 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
407 views

Uncaught TypeError: undefined is not a function in extjs4?

I am working in extjs4 MVC, where I have a problem when I am storing data using a local storage, and I am going to change the proxy type dynamically from ajax to localStorage. After setting the data ...
1
vote
0answers
19 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
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 ...
0
votes
1answer
18 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. ...
0
votes
0answers
46 views

How to specify static ID for “available” and “selected” panel of item-selector?

i need to know, How to specify static ID for "available" and "selected" panel of itemselector? The reason is, based on "available" item selected value, i need to restore "selected" panel value(But not ...
1
vote
2answers
177 views

How to configure Extjs 4.1.x MVC Application in Single JS File

Extjs 4.1.x used by me. I would like to merge entire MVC application in a single js file. For these reason all the requires fields was removed by me as usual as I removed views, controllers, stores, ...
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 ...
1
vote
1answer
28 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 ...
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
33 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 ). ...
2
votes
0answers
25 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 ...
1
vote
1answer
22 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 ...
0
votes
0answers
21 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
25 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
30 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
54 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
1answer
40 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 ...
0
votes
1answer
89 views

RowExpander and LiveSearchGridPanel together: Not working in extjs 4

RowExpander and LiveSearchGridPanel together: Not working in extjs 4 , please give me a suggition ,or some referince url , below my grid code var technologyGrid= ...
1
vote
1answer
94 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
23 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
53 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
vote
1answer
49 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 ...
1
vote
2answers
275 views

Remember the state of extjs 4 combobox

In my form panel I added a checkbox, setting: stateful: true, stateId: 'loginPanelRemeberMe' then, before sending form I save state calling: this.saveState() on the panel. All other componenets ...
4
votes
1answer
2k views

CheckBox, action event

I need to add a Check box, and when the user checks on it (as in changes the value check/uncheck) to print a console.log statement. So far i was able to display the check box, but unable to access its ...
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
277 views

Migration from Sencha ExtJS 4.0 to ExtJS 4.1

I create a window like this: _target = new Ext.Window({ layer: 'top', width: _width, height: _height, constrainTo: aBody, constrain: true, renderTo: aBody, autoScroll: ...
4
votes
2answers
7k views

Creating a Dynamic Grid with ExtJS

I'm trying to make a Dynamic Grid class (where I do not know any information about the columns but they are given from the json response and the gird prepares itself accordingly). Here I have found ...
1
vote
0answers
1k views

PagingScroller in ExtJs 4.1 MVC grid implementation not triggering ajax request

I am trying to figure out a basic implementation of infinite scrolling in a ExtJs 4.1.0 grid. I am working off this example http://ext4all.com/post/extjs-4-1-grid-infinite-scroll-in-mvc and at this ...
1
vote
2answers
814 views

extjs4 replace button with an image issue

So I am trying replacing an extjs button with an image and have it display some tooltip. The thing is I just want to display the image and I dont want the background of the extjs button. Here is my ...
0
votes
1answer
90 views

Ext.draw.Component gradient not displaying in IE

I can't be the only person with this problem, but my searches have left me lost and confused. I have a custom Ext.draw.Component that uses a gradient fill. My understanding is that older browsers ...
-1
votes
0answers
40 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
1k views

extjs4 get instance of view in controller?

I am trying to get an instance of my view within the controller. How can I accomplish this. The main reason I am trying to do this is that I have a grid in my view that I want to disable until a ...
6
votes
2answers
164 views

How can solve ExtJS 4.1 Combobox pageSize bug?

We have an ExtJS v4.1 combobox and we've bound it to a store and set its pageSize config as follow: var myStore = Ext.create('Ext.data.Store', { model: 'User', remoteFilter: true, ...
1
vote
1answer
88 views

HTTP Basic authentication user name

I am using HTTP Basic authentication in a web application. Once the user enters the credentials into the browser login window, the application starts. How can I retrieve the user name that the was ...
0
votes
1answer
2k views

Adding a Grid Panel to the 1st tab of the Tab Panel

I have a GRID which works properly. Now I need to add this GRID to the first Tab Panel. How can I do that? my code: GRID.JS Ext.create('Ext.grid.Panel', { xtype:'grid', title: 'Simpsons', ...
0
votes
1answer
23 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 ...
4
votes
3answers
2k views

ExtJS 4 or 4.1 MessageBox Custom Buttons

Ext.MessageBox.show({ title:'Messagebox Title', msg: 'Are you sure want to delete?', buttons: {yes: "Some Button 1",no: "Some Button 2",cancel: "Some Button 3"} }); ExtJS 4 or 4.1 not ...
1
vote
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
327 views

Nested grid in ExtJS 4.1 using Row Expander

On the front-end I have a Calls grid. Each Call may have one or more Notes associated with it, so I want to add the ability to drill down into each Calls grid row and display related Notes. On the ...
0
votes
1answer
27 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
0
votes
1answer
41 views

extjs4.1 form reset with exclude some property

I can reset a form by this way var form = Ext.getCmp('formId'); form.getForm().reset(); but i want to reset my form exclude one textfield. This textField name is 'name'. ...
0
votes
2answers
61 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 .... ...

1 2 3 4 5 23