I want to print an iframe, but the print () method does not work because my src attribute contains
Is there a method that allows me to call the browser print window?
Update:
Here is the error:
Uncaught SecurityError: Blocked...
I would like to know if I can trigger a drop event by pressing enter on a TreePanel.
I am not able to fire the event manually, which I have achieved so far:
mediaCenter.getEl().addKeyMap({
eventName: "keyup",
binding: [{
key: E...
How do I add an item using tree in extjs. But I wanted to add somewhere specific, eg: add an item inside a specific folder. Here's my code for if needed:
Ext.require(['Ext.tree.plugin.TreeViewDragDrop']);
var storeInt = Ext.create('Ext.data....
I have a combobox with pageSize pagination: 20.
And I have a checkbox that serves to filter some records of the combobox.
The error occurs when before marking the checkbox I navigate between the pages of the combobox, and when doing the reload i...
I have 2 Trees in my project made with ExtJs4, and one of the Trees is added value in store after an event. I would like to as soon as the value is added in the store of the first tree , the second re-updates with the new val...