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
0
votes
1 answer

ExrJs 3. How do I add a new element after the field?

In a series of receiving elements of the dynamic form. After some of these elements, I need to add plug-in. Ie first went to the field, such as input, and automatically added after a new xtype. Tried createChild, but for some reason he swears by…
Andrei
  • 1,125
  • 2
  • 15
  • 29
0
votes
1 answer

Validator function IE6 in extjs combobox not working

I am using this code to validate the Combobox in IE6, this is not working. In Firefox and Chrome its working. PLease suggest me some way to validate the Combobox in IE6. Code: xtype: 'combo', fieldLabel: 'Label', anchor:…
user27
  • 274
  • 9
  • 26
0
votes
1 answer

beforequery with filter is not working in IE6 extjs

I am facing an issue with IE6 while using filter with beforequery function in extjs 3.4, here is my code. this.findById('field1').addListener({ beforequery: function(e) { var metadataStep = Ext.getCmp('step2'); if…
user27
  • 274
  • 9
  • 26
0
votes
0 answers

Ext.DomHelper.useDom set to true isn't working

I'm using ExtJs 3.4 and have the following code to create a hidden field: box.hidden = this.el.insertSibling({ tag: 'input', type: 'hidden', value: itemVal, name: (this.hiddenName || this.name) }, 'before'); However, when itemVal is…
Torbjörn Hansson
  • 18,354
  • 5
  • 33
  • 42
0
votes
3 answers

How to use '\' in the regular expression extjs

I am using this regular expression: [a-zA-Z0-9\-.,:+*()=\'&_], but i am getting error like :'unterminated character class' error in this expression': Demo Code: Ext.getCmp('field2').addListener({ beforequery: function (e) { if…
user27
  • 274
  • 9
  • 26
0
votes
1 answer

put c# datatable to extjs grid

I use Extjs 3.4. In server side I have method which returns datatable with random structure (different columns, rows). I want to prepare one javascript file with extjs grid, which could take any datatable and show it in this grid. (When I know…
nirmus
  • 4,913
  • 9
  • 31
  • 50
0
votes
1 answer

Uncaught TypeError: Cannot call method 'format' of undefined

I am using extjs version 3.4 and I am getting one error in this line: var query = new RegExp(Ext.String.format('field1', e.query.replace(/\?/g, '[A-Za-z0-9]'))); like--Uncaught TypeError: Cannot call method 'format' of undefined I added…
user27
  • 274
  • 9
  • 26
0
votes
1 answer

Extjs 3.4 default zoom in value

Help me in setting the default zoom in size for the extjs page using extjs3.4
-1
votes
2 answers

How to solve this error"Malformed URL"?

I want to pass a params string include style Tag like example: a:"testing!@#$%^&*()_+{}|:"<>?-=[]\;',./" i am using decodeURI to pass the string.but still got error in extjs. I has been checked,is a symbol % cause this…
user715045
  • 155
  • 1
  • 5
  • 15
-1
votes
2 answers

Migrating ExtJS3 to ExtJS4

I am newbie to ExtJS. As client requirement ExtJS3 code is there we need to convert it into ExtJS4.I am trying a lot but it is not displaying result. Html code: Search Window With Ext JS 4
ramu
  • 11
  • 1
  • 2
-1
votes
1 answer

form panel inside layout window in extjs 3.4

Can anyone help me in creating a form inside a layout window in extjs 3.4. like this? I tried using Ext.Formpanel but it shows error. Ext.onReady(function() { // tabs for the center var tabs = new Ext.TabPanel({ region: 'center', …
-1
votes
1 answer

EXTJS 3.4 HOW TO GET RECORD DATAVIEW ON selectionchange

How to get the record on selection change when using Ext.DataView ? I would like to get value 'IdPrd' in the selectionchange event function. var tpl_ram = new Ext.XTemplate( '
    ', '', '
  • ', …
-1
votes
1 answer

extjs 3.2 add vertical scrollbar dynamically

2,I am displaying more than 15 records in gridpanel . But only 10 records are displaying, other records are hiding below. I want to add vertical scrollbar to gridpanel, how can i achieve this.
Vdev
  • 319
  • 1
  • 2
  • 11
-1
votes
1 answer

Grid is not loading as a item of penal.

I am trying to load grid in as a item panel with ajax call. My grid is not loading. Can you please help me. This is I am trying because I was not getting scope in ext ajax call. My code is { xtype: 'panel', title:…
David
  • 4,266
  • 8
  • 34
  • 69
-1
votes
1 answer

ExtJS 3.4 | Create dynamically Tabs from Store-Result

Is it possible to create a tabbed-panel from a store result? For example, the result of the store has two id's and for each id a tab should be created or the result has five ids then should the panel has 5 taps. Is that possible and if there an…
hugi86
  • 71
  • 2
  • 8