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

learn more… | top users | synonyms

0
votes
0answers
89 views

extjs4 : How to reset item selector in combobox ?

I am using extjs 4.1.1a for developing some application. I had a form consisting of two combo-boxes and an item-selector. Based on the value selected in first combo-box , the itemselector will load ...
2
votes
1answer
66 views

Using expand/collapsed on a maximized window work only once

I have a window which I maximize after it is shown. Now my customer needs to minimize/maximize it so I added the minimize/maximize tools like so tools:[{ type: 'minimize', handler: ...
1
vote
0answers
47 views

parsing error in xml Cannot call method 'on' of undefined

I am trying to parse xml .I am getting error Cannot call method 'on' of undefined.can anybody tell what is problem .How to fix it? <?xml version="1.0" encoding="windows-1250"?> <users> ...
2
votes
1answer
432 views

Grid doesn't change even after reloading store while filtering

I want a grid that will change or reload after delete any row and retrieve those rows that have same member id. For this, I add filter. Again I callback store with filter after delete any row. My ...
0
votes
0answers
5 views

How to fire onBeforeStartDrag while using plugins

I'm using a tree panel which uses 'treeviewdragdrop' plugin. My tree is rendering with list of widgets.(ex: formpanel, grid etc.) in west region, and a panel is rendering in center region. User ...
0
votes
1answer
140 views

Get selected file names in Dataview (extjs)

this.items[0].tpl = Ext.create('Ext.XTemplate', '{[this.tempValue()]}', '<tpl for=".">', '<tpl if="this.temp != title">', '<h3 ...
0
votes
1answer
34 views

How to parse xml file in sencha and get the tag value

can anybody tell How to parse xml file in sencha and get the tag value Thanks
1
vote
1answer
293 views

How to change header template in extjs 4 grid panel

I want to change default header template of grid. I do not know what config or property to set. I tried "renderTpl" , "tpl" , "metaRowTpl" but these property related to row in grid, where i want to ...
0
votes
0answers
108 views

Extjs 4 - cellEditor plugin lost after calling gridView.reconfigure(store, fields)

we are using Extjs 4.1.1 in our .Net MVC 4.0 project. Here we have used Extjs grid. We are fetching columns information from server side. and adding columns in grid dynamically, after that we just ...
0
votes
0answers
143 views

extjs 4 iframe error : Not allowed to load local resource

I have panel with some fields.Based on the entries given by user an pdf file is generated in server. after creation of pdf file its url is given back in ajax response. in client side, using iframe i ...
0
votes
0answers
20 views

Dropping a panel inside a div in ext4.1

I have a requirement where i should create a data view with some nested divs. '<tpl>', '<div class='firstdiv' height:30 width:30 ></div>', '<div ...
0
votes
0answers
67 views

ExtJS 4.1 - All js source in one file with store model controller and views. Works in FF but fails in IE and Chrome

ExtJS 4.1 - Do we have to have separate js files. I have created an application and have all the js code in each individual jsp. It works fine in firefox but does not work in chrome or IE. I am using ...
2
votes
1answer
92 views

Change the style of a grid row when checkcolumn is checked in Extjs4

I have a grid with a checkcolumn. I want to be able to change the style of a given row of checkbox on that row is checked. Right now I have this: listeners: { checkchange: function ...
0
votes
2answers
123 views

ExtJs root node

What is the root property value if I get a Json like that: { "status": { "status": 0, "msg": "Ok", "protocolversion": "extjs.json" }, "value": { "table": [ ...
0
votes
1answer
53 views

In ExtJS 4 Why column rendere is not working for Objects?

I am trying to use renderer for a column inside grid. Here is the json data { "success": true, "products": [{ "myfield": [30, 50] }] } Here is the code for renderer for ...
0
votes
0answers
68 views

how to download byte data (pdf) response given by server in extjs4.1

i have some fields in panel. am sending user entries to the server using ajax request. In server side am using php to generate pdf[using tcpdf] file based on the entries made by user. below is the ...
0
votes
0answers
53 views

how to extend Ext.grid.header.container class

I have 10 grids in my project where I want to define one extra header, and that header will open menu on double click, single click will return null. This functionality works fine in my 3.4 version. ...
0
votes
1answer
411 views

How to set dynamic Data for a particular column in extjs 4.1 Grid

I am displaying 2 columns for a Grid lets say "1Yr Data" and "2Yr Data" Grid Has a toolbar with combobox with option [1Yr. 2Yr] Now when I will change the combo want to change the values of that ...
0
votes
1answer
71 views

Validating if the Ext.grid.panel is empty

I am trying to create a grid panel, that should highlight the grid in red, (as it happens when the validations fail on other components,) when the grid is empty. Is there a simple solution for this?
0
votes
1answer
84 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
vote
1answer
115 views

Forward to jsp from java script method not working for browser

I am using ExtJs 4.2. In my java application I am using the ExtJS calendar (I am using Eclipse Indigo IDE for developement) in one of my JSP. Now I am getting a pop up to save the event when I click ...
0
votes
2answers
64 views

How to get unique/Distinct data from store?

i am using the extjs. i need to retrieve distinct data from store as per requirement. In my store contains single list not nested list in that have regions like AMERICAS , North Sea and SE Asia. these ...
0
votes
0answers
224 views

How to Disable or hide checkbox for specific rows Grid with CheckboxModel

I have a grid with checkboxmodel and I want to disable someof the checkboxes on certern condition. Dont want to use renderer to overirde the DOM element. Want to do something like this..... ...
1
vote
1answer
171 views

How to set selected row in default when grid load using checkboxmodel

Here is the details: http://www.sencha.com/forum/showthread.php?194117-how-set-selected-row-in-default-when-load-gridpanel-using-checkbox-selection-model Thanks in advance!!!
1
vote
0answers
33 views

Stop double click action on a action-column

I've a grid panel in extJS 4.1.1. With other columns I've an actioncolumn(xtype:'actioncolumn'). I include a handler with that column. When I click it , it works fine and open a new window with many ...
0
votes
0answers
20 views

commit() reset the grid grouping in Ext js 4

I have an editable grid with groupings that are all collapsed by default. The issue is that every time I used the .commit() to remove the dirty flag on one row, the grouping that were expanded get ...
1
vote
1answer
193 views

How to include ext-js calendar in jsp?

I am new to EXT JS environment. I am working on a dynamic java project in eclipse indigo where i want to use ext-js calendar in one of my jsp.I saw the EXT_JS calendar demo from downloaded 'ext-4.1.1' ...
4
votes
1answer
210 views

How to load controller dynamically on particular event call in extjs4?

I am working in extjs4.I am getting stuck at a point where I want to load controller dynamically in extjs4.I am using controllers this.getController() method to load controller dynamically. *When I am ...
0
votes
1answer
119 views

Extjs 4.1.1 How to align the toolbar items one below the others?

I am using Extjs 4.1.1 I have panel on which I have added toolbar at bottom side. This toolbar has 3 items, I want to aling first item in first row, and rest two items in next row, i.e. one below ...
0
votes
0answers
16 views

Show panel at DROP position

I'm using a panel with border layout in which west region contains the tree and center region contains the panel which is extending from a panel with column layout. The tree is loading data from json ...
2
votes
0answers
28 views

Function calling by double clicking image

I retrieve images against specific id and display as data view using ExtJS 4. Now I need to call function by dbl clicking the image. Ext.define('${pkgName}.v02x003001.SV02X00300102' , { extend ...
0
votes
1answer
246 views

ext js 4 rowediting how to add custom attributes for selenium testing id purposes in a grid

I have an ext js grid that uses the plugin row editing. I need to write selenium test scripts and would like to assign static ids or custom attributes to the row editing form fields and update and ...
1
vote
2answers
143 views

Panel afterRender using loader config

I have a panel which I create and it has the loader config in it to load a jsp page into it. The jsp has markup in it which I need to attach a listener to in my ext controller. The issue I'm having is ...
0
votes
1answer
74 views

How to Catch a script error in Extjs?

I have one application having a tab panel, where we can write Extjs code, and By clciking on the button the o/p of the code should display in the preview. For this I have a iFrame and am updating the ...
0
votes
0answers
40 views

is it possible to call one application from another application in extjs

can anybody tell is it possible to call extjs4.1application from another extjs4.1 application in extjs.If it is possible whether app.js will overwrite(conflict) or not whether it will run properly? ...
0
votes
1answer
85 views

ExtJs tab panel random disappear

I've an Ext.tab.Panel that contain in each tab some object (that are Ext.panel.Panel). When I try to switch between tabs the items contained in the tab random disappear, like in the picture. Is it ...
0
votes
1answer
50 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
153 views

How to reload original store to grid in live-searc once my search text field is empty

I have done app using Extjs. I am showing grid records to user, here added feature of livesearch. by entering some text in the field of search field, filtering is happening very nicely based on ...
2
votes
1answer
225 views

Change the store api from controller in extjs

The below is my MyStore.js: Ext.define('MyApp.store.MyStore', { extend: 'Ext.data.Store', model: 'MyApp.model.Note', autoLoad: true, proxy: { type: 'ajax', api: { ...
2
votes
1answer
265 views

Extjs 4.1 Grid Store 'sum' function keep calculated value

I have a grid in which I need to perform 'sum' operations on columns and display these values in an text box. I am trying to use the 'sum' functions of store. It works fine but when i destroy this ...
0
votes
1answer
305 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 ...
1
vote
1answer
693 views

EXTJS Store load callback issue

I load my store as follows: store.load({ params:{paramMap}, callback : function(records, options, success) { if (success) { var form = formPanel.getForm(); ...
0
votes
1answer
43 views

What is the syntax for assigning the plugins property in Extjs 4.1

What is the syntax for the plugin property in Ext.grid.Panel? If I comment out the plugins property in the code below, it works fine, but it produces an error if left in. this.grid = new ...
0
votes
1answer
346 views

How to add filter header to each grid column extjs 4.1

I have implemented grid filters in Extjs 3.4, but now I am migrating to extjs 4.1. Can anyone show me how to implement grid filters in extjs 4.1? (As a new user, I am unable to upload an image to ...
0
votes
2answers
200 views

Extjs - How to Fill combo boxes form a Single Store?

I have two comboboxes and I am using a single store that contains the data for 2 combo in 'sg' and 'aod' keys. Lets say for the 1st combo I want to fill the data within 'sg' key For the 2nd combo I ...
0
votes
1answer
58 views

Not Able to Set Inputtype for UserName Field in Ext JS4

I Am using Extjs 4 , I want Type the Value automatically in my Login Page ? My code is below I am setting the text for UserName and Password When I try to retrieve in Login Page in GUI the UserName ...
1
vote
2answers
96 views

ExtJS 4.1 how to set a preselected item in a combo box?

I'm working with ExtJS 4.1, I need to create a combo box containing a list of name and I'd like to set a specific pre-selected item in it, but I don't know how to do it. Here's the code to create my ...
0
votes
1answer
60 views

How to make border layout center region infinite scrolling?

I am working in extjs4.And I have a task there I am going to work on border layout.I want to make my border layout center region get infinite scrolled i.e. it loading child components in center region ...
0
votes
0answers
115 views

Disable Cell editing in a grid after adding a row

I have a grid panel, which uses cell editing plugin. I also have 'add row' & 'delete row' buttons. I use CheckBoxModel for selection of rows. Here, i want to disable editing for the columns other ...
1
vote
1answer
108 views

float a component on top of parent component in extjs

I asked this question before here but maybe because of lack of understanding, nobody answered it correct. I am tryin to have a toolbar (or something else which you want to recommend instead) on the ...

1 2 3 4 5 23