I'm developing some Extjs 6 applications. I'm using Sench Cmd 6 for creating new application. For every project, It creates a new copy of my lilbrary files. I want to re use the library files rather than duplicate them. | -- library files |...
Context A while ago I used this answer to implement remote sorting and filtering. Using the format 'associatedModel.associatedModelField', I could easily resolve the expression in my server side code in order to query the database. Problem...
I need a button in a widget column to know its rowIndex in an ExtJS 6 panel.grid, so that on button click it can use that functionality. I know I can pull that information from the renderer function, but that seems to execute before the button has b...
My paging bar displays and says Displaying 1 - 5 of 10. But all of the 10 records are being displayed. I can't seem to figure it out. Here is my List.js file Ext.define('MyApp.view.main.List', { extend: 'Ext.grid.Panel', xtype:...
I have a tagfield in which I am loading some value and sending to the server. What I want is when reload that tagfield component again, those value should be automatically selected. currently They are not automatically selected, But If I am giving a...
I'm trying to use the color picker under ext/packages/ux/classic/src/colorpicker So I set my requires : requires: [ 'Ext.plugin.Viewport', 'Ext.window.MessageBox', 'ThemeDemoApp.view.main.MainContro...
I'm building an application with ExtJS 6. I've already read the guides, tutorials and best practice tips. But what I dont understand yet is, why should I use the config object? With config: Ext.define('MyProject.foo.Bar', { exte...
I have three panels in my Ext JS project; That is one panel as a parent panel and two others are child panels. I've set the child panels to be draggable. As you can see in the code below: extend: 'Ext.tree.Panel', requires: ['Ext.dat...
Notes ExtJS version: 6.2.1.167 Fiddle: fiddle.sencha.com/#view/editor&fiddle/1tlt This functionality worked in ExtJS 2.x and did not have any issues. Goal To have a grid (with a grouping feature and cell editing plugin) which can have mult...
I want to use HtmlEditor in PropertyGrid and my framework version is ExtJS 6.0.0.640 . But, I have a problem with this... When I use Htmleditor to propertygrid a conflict to display. Yet, I change framework version to 4 not problem. For example,...
©2020 All rights reserved.