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
0
votes
2 answers

How to make plain html form match ExtJS look and feel

Let's say I have a ton of existing html forms that I don't have the personpower to rewrite now, but I do want to do new development in ExtJS, then rewrite the old as we have time. Let's also say that I want to make the old forms look like they were…
ruffin
  • 16,507
  • 9
  • 88
  • 138
-1
votes
1 answer

How to access cookies in ExtJS which were set from aspx.cs page

I have some aspx and some ExtJS pages in a project. On an aspx page, cookie is set in code behind as follows Response.Cookies["MYCOOKIE"].Value = "somevalue"; From this page user is redirected to an EXTJS page Now on this new page, I want to get…
Microsoft DN
  • 9,706
  • 10
  • 51
  • 71
-1
votes
1 answer

Creating store instance in Extjs 2.3.0

I have a combobox and I want to create a new store instance of that combo. I can see a store instance can be created by Ext.create('My.Store') but this is not availabel in Extjs 2.3.0 I tried var comb= new this.combobox1.store; // Gives error store…
Microsoft DN
  • 9,706
  • 10
  • 51
  • 71
-2
votes
1 answer

I want to false autoComplete for all form in ExtJS 2.3

I need help in ExtJS 2.3. I am unable to get success for autoComplete = false. I want to false autoComplete for all form in ExtJS 2.3. this.tabs.rateQuoteTab.on('render', function (cmp) { if (cmp && cmp.el && cmp.el.dom) { …
user1862546
  • 1
  • 1
  • 2
-3
votes
1 answer

How to Extend the existing classes in Ext.js version 2.3.0

There is no proper material for ext js 2.3.0 extending classes. Please provide the required info or links for extending the extjs classes for version2.3.0
user2940383
  • 433
  • 1
  • 6
  • 10
1 2 3
4