I'm working with Ext.JS 4.2.x in a legacy application and recently Chrome is having a weird rendering issue where (randomly) UI components that are supposed to be stacked on top of each other over...
Type: Posts; User: pisaacs
I'm working with Ext.JS 4.2.x in a legacy application and recently Chrome is having a weird rendering issue where (randomly) UI components that are supposed to be stacked on top of each other over...
I'm having the same issue. Has anyone been able to resolve this problem?
So I have some nested JSON data that I want to show in a Datagird. The data looks like this:
{
"Id": 17436936,
"Name": "BS1564",
"Barcode": "BS1564",
...
Thanks for the link. This over view will be helpful.
I've been wondering about the differences between MVC and MVVM so this will be a good place to start.
Well, I guess a little of both.
I'm working for a company that has been using an older version (4.2.2) and I've been asked to upgrade our company's version to 6.2. I've never used Ext JS before...
I'm looking for recommendations for the what most people think is currently the best book on the market (or tutorial site) for learning Ext JS 6 - Classic.
Thanks so much in advance,
Philip
I'm trying to define a function in my Class and then call it within the same class but it doesn't seem to be working.
Ext.define('MyDemoApp.view.forum.Forum', {
extend: 'Ext.grid.Panel',
...
I'm doing some performance testing on my App (currently using Ext 6.2) and I want to show how long in seconds it takes for my datagrid (Ext.grid.Panel) to load in a record set of 25,000 rows form my...
The most current 6.2.0.103
I've been trying for about 45 mins to follow the steps in the Docs on how to set up a custom theme and I can't get it to work.
http://docs.sencha.com/extjs/4.2.1/#!/guide/theming
Basically when...
Perfect!m Thanks so much
We are currently using an older version of Ext JS 4.2.2 and I was interested in trying Sencha CMD, but I wasn't sure which version should I down load.
Will the newest versions still work with my...