Questions tagged [extjs4.2]

Warning: only use this tag along with the generic extjs tag. Otherwise your question will not be seen by the many thousands following extjs

See for more information.

1554 questions
3
votes
1 answer

ExtJs5 -Ext.View.View gets hidden beneath the Ext grid and only reappears after a refresh

I have a page rendered using ExtJs5. It has a tabpanel which consists of an xtype:Container, this.tabPanel = Ext.create('Ext.tab.Panel', { cls: 'tabPanel', width: '100%', minHeight: 400, activeTab: 0, items:…
3
votes
1 answer

Filter vs FilterBy

I have been working with applying filters to a store. Until recently, I have been adding multiple filters to a store using the 'filter' method. I like this approach because I can apply multiple filters to a store and keep track of / remove filters…
Chopo87
  • 1,240
  • 4
  • 19
  • 32
3
votes
1 answer

Why do ajax request fire after the window/container is destroyed?

My question is to better understand the following answer: How to handle incoming ajax requests after destroying window? I am facing the same issue, but don't believe the solutions in the above answer are needed if I am using ExtJS correctly.From my…
Freddy
  • 2,249
  • 1
  • 22
  • 31
3
votes
1 answer

How can I disable the browser back button with JavaScript, Ruby on Rails?

How to disable the browser back button while navigating in our application. I already try with the following code it prevent only go back option not hide or disable the back navigation icon.