Questions tagged [extjs3]

Ext JS 3 is the third major version of JavaScript library for building Rich Internet Applications (RIA).

Ext JS 3 is the third major version of JavaScript library for building Rich Internet Applications (RIA).

Documentation for Ext JS 3.4 is available from Sencha, while documentation for Ext JS 3.0 can be difficult to find outside of personally hosted API docs. Here's one: http://www.vinylfox.com/docs/

See for more information.

1023 questions
-1
votes
1 answer

How to migrate/upgrade ExtJS 3.2 to ExtJS 4.2 download and How to download the migrated file?

I read regarding this - --> use extjs-all-debug.js at time of development and migration. Compatibility mode require ext-compat.js and ext-core-compat.js files.
Nishan Shah
  • 1
  • 1
  • 1
-1
votes
2 answers

set minimum value of Date in Extjs

I am using this code: xtype: 'datefield', anchor: '100%', fieldLabel: 'From', name: 'from_date', minValue: new Date(2015, 2, 31) I want to pass the minValue config parameter as the last day of the previous month. Its allowed value might obviously…
sparsh610
  • 1,552
  • 3
  • 27
  • 66
-1
votes
1 answer

click and closeclick event on google maps

I want to open two infowindows on the same marker. On 'click' event first infowindow should close (which I am showing already on map) and open the second infowindow. On closing the second infowindow, I'd like to open the first window. Here is my…
-1
votes
1 answer

Unable to get form(xtype: form) reference in extjs3

I'm using extjs3.4 version, Here im unable to get the direct form reference in controller. task.MgmtContainerUi = Ext.extend(Ext.Panel, { title: 'My Panel' ,width: 834 ,height: 443 ,layout: 'fit' ,header: false …
Hariharan
  • 3,191
  • 4
  • 19
  • 31
-1
votes
1 answer

I have a with getCmp in extjs 3

I wanted to ask about the definition of Ext.getCmp('').root.reload(); Ext.getCmp('').getForm().reset(); Ext.getCmp('').focus(false,…
-1
votes
1 answer

Need help on ExtJS tabpanel strange behaviour

I am using ExtJS 3.1.1. I have a tab-panel in the center region and another panel in the west region of a window. On 'beforeTabChange' event I'm removing and adding new contents to both tab-panel and panel. When I use tomcat server this is working…
ASN
  • 7
  • 2
-1
votes
1 answer

How to edit cell in grid panel in Ext JS 3.4?

Is it possible to make cell editable in ext js 3.4 gridpanel? If yes please reply me how? This is the code I tried, var fm = Ext.form; var grid = new Ext.grid.EditorGridPanel({ height: 500, renderTo: Ext.getBody(), width: 800, …
lambypie
  • 471
  • 1
  • 12
  • 35
-1
votes
4 answers

How to hide datagrid columns except for the last

That is expected result: http://rghost.net/39116974/image.png. So, we have no possible to uncheck the last item called "Caption". Thanks in advance.
-1
votes
1 answer

How to change the pixel position of the TabPanel extjs?

Can anyone please tell how to change the pixel position of the Tabpanel in extjs Raj
-1
votes
1 answer

how to increase the tabpanel height and width which is created in extjs?

I have a TabPanel, where the TabPanel contains two parts, one part has details about the image and the down part has the image which is created using Panel. Now the image is unreadable in IE8(less size), so i want to increase the size of the…
-1
votes
1 answer

ExtJS - Issues using getForm()

Nowadays I get this form using extjs 3.4: config = Ext.apply({ title: 'Fluxo de Reincidencia', id: 'formKMLRcd', name: 'formKMLRcd', border: true, bodyStyle: "padding: 10px", layout: "form", autoScroll: false, items:…
Michel Andrade
  • 4,056
  • 5
  • 27
  • 28
-1
votes
1 answer

Mapping between two Extjs grid

I am trying to map two Extjs grids in a single page, such that updating a first extjs grid will update the rows of second grid. Till now i am maintening mapping by having an additional column in first grid which contains string of all data of…
Guneet
  • 35
  • 2
  • 9
-2
votes
1 answer

ExtJS 3.4, remove white spaces during combo(i.e.Ext.form.ComboBox) search using remote mode

I am using extJS 3.4. There is a Combo(i.e. Ext.form.ComboBox) having remote search(i.e mode is 'remote'). When I enter a search text and add a space at the end, space appended text/string passed to an API which results in wrong response data hence…
Sandy.....
  • 2,833
  • 2
  • 15
  • 26
-2
votes
2 answers

How to use the onkeyup event to a TextField?

I want to use onkeyup event of text field, so we can count that character when enter the text.
Hemant
  • 83
  • 3
  • 17
-2
votes
1 answer

Extjs 3.4 Combo - How to make select function fire

ComboCode var applicationStore = new Ext.data.Store({ autoLoad : true, url : 'index.php', method : 'post', baseParams : {action : 'getListApplication'}, idProperty : 'id', sortInfo : {field :…
marwen
  • 1
1 2 3
68
69