Questions tagged [extjs2]

The December 2007 release of ExtJs, the object oriented JavaScript framework for creating desktop-like applications.

The December 2007 release of ExtJs, the object oriented JavaScript framework for creating desktop-like applications.

See for more information.

50 questions
1
vote
1 answer

ExtJS 2.3 BorderLayout resize center on collapse

I am using a BorderLayout and trying to resize the center region when the left side panel is collapsed. My center region is a tab panel. One of my tabs contains a grid panel. I want to resize any panel that is in the center region tab panel on…
user979051
  • 1,257
  • 2
  • 19
  • 35
1
vote
1 answer

Reordering the subpanels of an ExtJS panel

I have an ExtJS Panel which contains a label in the first row and second row. Later i have added 4 sub panels each contains a checkbox, and 2 textfields( each sub panel in a row in the main panel). Then i have 2 Move up/Move down buttons which…
vchitta
  • 2,043
  • 9
  • 28
  • 37
0
votes
1 answer

how to get necessary records from ExtJs Store

I have a store which contains lots of records. Suppose I have students information in store. I need those students whose age 10 years. I am trying Following: var age = new Ext.ux.Multiselect({ valueField: 'LookupId', fieldLabel: 'Student…
0
votes
1 answer

Cannot display checkbox in grid using Ext.grid.CheckColumn Extjs Version 2.2

When I am trying to add a check column to the grid using below codes this.entitlementColModel = new Ext.grid.ColumnModel([new Ext.grid.RowNumberer(), { header : 'CIF', dataIndex : 'cif', width : 80, editor : new…
Sajeer Babu
  • 1,103
  • 1
  • 9
  • 13
0
votes
0 answers

ExtJs Cannot call this.getForm() function

Gts.app.report.chargesLog.SearchPanel = function(config) { *****My Form Items Declarations***** this.btnPDF = new Ext.Button({ iconCls : "pdf-button", tooltip : "Export To PDF", minWidth : 20, …
Sajeer Babu
  • 1,103
  • 1
  • 9
  • 13
0
votes
2 answers

How to hide choose file button in extJs

We're using an old version of extJS (2.3.0) I'm experiencing some headache with choose file button / Here is my code var uploadBtn = new Ext.Panel({ tbar : [ {text: 'Upload CSV file', id: 'upload-btnn', handler: uploadHandler} //…
anti-k
  • 317
  • 2
  • 13
0
votes
1 answer

How to remove scrollbars for a combobox in extjs2

I want to remove the scrollbars for the combox box new Ext.form.ComboBox({ name:'cmbRating', id:'cmbRat', …
Bhaskara Arani
  • 1,556
  • 1
  • 26
  • 44
0
votes
1 answer

ExtJS 2.0.2 not displaying data in grid locally but works on server

I am supporting an app written on ExtJS 2.0.2. The app works fine on multiple servers. However, when I bring the code down locally, data (from the GroupingStore) does not appear in the EditorGridPanel. I've tried resetting the paths locally but no…
ChrisS
  • 45
  • 5
0
votes
2 answers

How to calculate date depending on dropdown value and start date in ExtJS?

I want to calculate end date depending on the dropdown list and start date. I use Koala Framework 3.8 (ExtJS 2.3 and Zend 1.12). If I choose '3' from dropdown and start date is 07.07.2015: Then end date value becomes 07.08.2015 (+1 month,…
Sogl
  • 782
  • 3
  • 9
  • 29
0
votes
2 answers

extjs 2.3 application using MVC Architecture

Iam trying to implement my applicaion in ext js 2.3 using mvc architecture. Can someone suggest me the classes available in ext 2.3 version to implement MVC. Any links to extjs 2.3 tutorials will be highly useful. Thanks in advance.
Spandana Jami
  • 117
  • 2
  • 2
  • 11
0
votes
1 answer

What is defaultType: 'iframepanel' in extjs 2?

var tabs = new Ext.TabPanel({ region:'center', activeTab:0, id: 'main-column', margins: '10 10 10 0', enableTabScroll:false, resizeTabs:true, minTabWidth: 80, defaultType:…
Mithlesh Singh
  • 139
  • 3
  • 12
0
votes
1 answer

Hide column not working in ExtJs GridColumn

In extjs I have a GridPanel. I want to hide some of the columns of this gridpanel, I am using Hidden="true" for this and it is working fine. The problem is, when I click on the Grid menu, there is an option called 'Columns'. When you mouseover…
Microsoft DN
  • 9,706
  • 10
  • 51
  • 71
0
votes
1 answer

ExtJs converts certain valid

I know I previously asked a similar question enter link description here. This is however, slightly different. ExtJs 2.1 is still converting certain invalid dates like 01/00/2012 to 01/01/2012 I was able to create the code below to prevent this from…
Art F
  • 3,992
  • 10
  • 49
  • 81
0
votes
1 answer

How to 'Remove sorting' from ExtJs Grid (2.3.0)

I have asked this question before two months but did not get an answer or even a comment/reply. So posting it again I have an ExtJs grid having sort functionality. (ExtJS 2.3.0) I am sorting the columns as follows- sort: function (colName,…
Microsoft DN
  • 9,706
  • 10
  • 51
  • 71
0
votes
1 answer

Extjs 2.3 Combobox Multi Selection clears when screen clicked elsewhere

Having a strange issue with a plugin that enables a combobox to allow multiple selections, the plugin is LovCombo, I have it working to the point where I can pick multiple selections, if I collapse the combobox with the down arrow I see the…
user2751034
  • 117
  • 1
  • 11