Questions tagged as 'extjs'

3
answers

Is there an alternative method to window.print ()?

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...
asked by 04.12.2015 / 19:19
1
answer

How to fire the drop event by pressing enter on ExtJs

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...
asked by 04.08.2014 / 16:46
1
answer

Problem to add item in tree with Extjs

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....
asked by 18.06.2014 / 18:38
1
answer

Convert seconds to hours in ExtJS

I want to convert seconds to hours in ExtJS and would like to know if there is a function similar to gmdate ("H: i: s", $ total) in PHP.     
asked by 07.04.2014 / 19:56
1
answer

Combobox with pagination giving error while doing reload.

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...
asked by 16.10.2018 / 19:19
1
answer

Set value on scrolltop

How do I set a new value in the scrolltop, instead of being 0, for example, an 'x' number. this.liveScroller.dom.scrollTop = 563;     
asked by 13.04.2018 / 15:45
0
answers

Run a function after adding item to store of a tree

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...
asked by 26.06.2014 / 14:41