Top "Extjs4" questions

Please use this tag in relation to ExtJS 4.0 - 4.2; Ext JS 4 is the fourth major version of the JavaScript library for building Rich Internet Applications (RIA), and now includes an MVC architecture without the need to use plugins.

Why is html2canvas not defined?

If I'm calling this function, getting always "html2canvas is not defined". makeScreenshot: function(button) { debugger; html2canvas(document.body, { …

javascript extjs extjs4 html2canvas
How to create hyper link in ExtJS 4?

I am working in ExtJS 4.I have been getting stuck at a point where I have to create a hyperlink …

extjs extjs4 dom-events extjs4.1 extjs-mvc
Extjs Form with dynamically shown/hidden fields on combo selection

Using Ext 4.1 I'd like to create a form with select combo, and depending on the currently selected option different subfields …

javascript forms extjs extjs4 extjs4.1
Making ExtJS 4 grid content selectable

Grids in ExtJS 4 (Sencha) don’t allow to select content by default. But I want to make this possible. I've …

javascript extjs4 extjs
How to get the REST response message in ExtJs 4?

I'm building upon RESTFul Store example of ExtJs 4. I'd like my script to display errors provided by the REST server, …

rest extjs extjs4
How to call functions within a XTemplate (itemTpl)

I would like to use Ext's String method on some text that will be output to the view. For example: …

javascript extjs extjs4 sencha-touch sencha-touch-2
initComponent vs constructor when defining an object

When should I be using initComponent compared to constructor ? I have been using initComponent to extend my objects, but looking …

extjs4 extjs
Overriding Extjs classes and invoking callParent

I have a few months of experience developing Extjs web application. I ran into this problem: When I override a …

extjs extjs4 overriding
How to filter multiple extjs grid columns?

To filter one grid column we can use: { xtype: 'button', text:'Search', handler:function(){ store.clearFilter(); var searchValue = Ext.getCmp("…

extjs filter grid extjs4 store
Adding header to Ajax request

How can I add a request header to an ExtJS ajax request? I specifically want to add the header: accept-encoding …

extjs extjs4 extjs4.1