Category "extjs"

Easy way to add a date picker to a regular text field?

I'd like to add a date picker to a text field as part of an expression builder. E.g. you can enter something like: date <= │ (where │ is the cur

Showing ValueField(Id) in the next page in Extjs ComboBox Pagination

I have the ExtJs form combo which shows the values in the dropdown as checkbox and the value to select. I have used the pagination to list all the values with n

How to render a form in a grid row

I'm trying to render a form within a custom row grid without success. handler: function (button, record, pressed, eOpts) { var grid = this.up('grid');

Ext.grid.plugin.RowExpander.setCmp(): The 'rowBodyTpl' config is required and is not defined (ExtJS 7.3x)

I am trying to use the RowExpander plugin, and I am getting the error app.js?_dc=1622045752220:5338 [E] Ext.grid.plugin.RowExpander.setCmp(): The 'rowBodyTpl' c

Extjs 6 combobox「queryMode: 'local'」 data not showing

So I have a combobox that is loaded dynamically for a certain view. Whenever I put the queryMode to remote, it would load the data if I clicked the combobox, bu

Uncaught TypeError: Cannot read property 'dom' of undefined

How to solve this error Uncaught TypeError: Cannot read property 'dom' of undefined in extjs? I`m using dnd and put dnd code into layout browser code : // G

how to get value from Ext.Ajax.request

Ext.Ajax.request({ url:'abc/abc/abc', success: function(response){ var result = Ext.decode(response.responseText); var value=result.roles;

Does Intellisense work with objects extended with Ext.extend?

I can't get get Intellisense to display any methods other than Object methods when I inherit through Ext.extend(). Is it possible for Intellisense to display t

Does anybody know how to load data in ExtJS TreeGrid on demand?

I have found a good TreeGrid control in ExtJS library. But there is one thing, I have very big tree and I need the loading on demand. Does anybody know how to