This is a work in progress but what it allows for is to declare a config with an option that if a value is bounded to it, this value should be resolved right after the call to initConfig, so that it...
Type: Posts; User: chrif
This is a work in progress but what it allows for is to declare a config with an option that if a value is bounded to it, this value should be resolved right after the call to initConfig, so that it...
I found a workaround. I changed all calls in our build scripts from
sencha app build to
sencha app refresh and build
The refresh command runs by default with the development env and creates...
We upgraded from Cmd 5.1.3 to 6.7.0.
In development, we were not using the development environment nor the watch command. Only app "app build production", and "app refresh" and with these 2...
STAND-ALONE TESTCASE
https://fiddle.sencha.com/#fiddle/q5o
Ext version tested:
Ext 5.1.1 rev 451
Browser versions tested against:
Chrome 45
DOCTYPE tested against:
For updating Ext that could make sense to modify getRecord.
The new importRecord method in my fiddle is just a simpler version of what it actually looks like in my app. It would be too much to...
You're right. It is bad practice. Although in our case the record set is not intended to be modified. Only the reference is needed for getAssociatedItem to work when we save the record with our...
STAND-ALONE TESTCASE
https://fiddle.sencha.com/#fiddle/q2r
Ext version tested:
Ext 5.1.1 rev 451
Browser versions tested against:
Chrome 43
DOCTYPE tested against:
Bump. I think this is a rather important bug.
Encountered the same bug. Here's my override:
Ext.define('Override.Ext.panel.Table', {
override: 'Ext.panel.Table',
applyScrollable: function(scrollable) {
if (this.view) {
...
STAND-ALONE TESTCASE
https://fiddle.sencha.com/#fiddle/pke
Ext version tested:
Ext 5.1.1 rev 451
Browser versions tested against:
Chrome 43
DOCTYPE tested against:
Bump. Would like to get confirmation that my override makes sense. Thanks.
STAND-ALONE TESTCASE
https://fiddle.sencha.com/#fiddle/pet
Ext version tested:
Ext 5.1.1 rev 451
Browser versions tested against:
Chrome 43
DOCTYPE tested against:
I am writing a custom compile command to split my js into multiple files. It's working great and it's based on my requires being strictly defined everywhere needed. My problem is that the compiler is...
I have the same problem when navigating back to a section of my app with a grid and references on columns:
[W] Duplicate reference: "agencyColumn" on app-main-1010
I have not been able to...
Okay thank you.
STAND-ALONE TESTCASE
https://fiddle.sencha.com/#fiddle/chn
ADDITIONAL INFO
Ext version tested:
STAND-ALONE TESTCASE
https://fiddle.sencha.com/#fiddle/c36
ADDITIONAL INFO
Ext version tested:
Ext JS 5.0.1.1255 Crisp
Browser versions tested against: