Are you using open tooling because Sencha Cmd is not available in 6.7.0?
Type: Posts; User: Roberto Lopez
Are you using open tooling because Sencha Cmd is not available in 6.7.0?
Here is the override to solve this issue.
Ext.define('Vantage.override.app.bind.Stub', {
override: 'Ext.app.bind.Stub',
bindValidationField: function (callback, scope) {
...
Here is the override to solve this issue.
Ext.define('Vantage.override.app.bind.Stub', {
override: 'Ext.app.bind.Stub',
bindValidationField: function (callback, scope) {
...
jeanphi-jnesis, Do you have a fiddle showing the side effect you are describing on combo boxes using forceSelection true? I am not clearly understanding what you are able to see.
Respectfully disagree, alot of sane people like to see the invalid fields before they have a chance to type in a value.
Thank you for your reply.
I just copy the code from this article published by Sencha: https://www.sencha.com/blog/announcing-ext-js-6-5-2-sencha-cmd-6-5-2-ga/
I tried your suggestion and I am...
Using this command instead seems to do the trick:
sencha -sdk ext generate app -classic MyApp lab001
Using ExtJS 6.6.0, Cmd 6.6.0.13
Created an app like this:
sencha -sdk ext generate app MyApp lab001
Add code to app.js (following sencha doc from here under Enable ES6/ES7/ES8).
57744
Thank you for your replay.
I found a very helpful explanation here.
For listeners declared on an instance config, the component itself is skipped and the framework searches upward starting with...
Ext.application({
name: 'MyApp',
requires: ['MyButtonController'],
launch: function () {
var vp = new Ext.container.Viewport({
items: [{
...
Where can I find an example using extjs 6.x with visual studio?
Replacing From:
require('font-icon');
To:
@import 'font-icon.js';
Replacing From:
require('font-icon');
To:
@import 'font-icon.js';
Replacing From:
require('font-icon');
To:
@import 'font-icon.js';
Using ExtJS Version 6.6.0 Sencha Cmd 6.6.0.13
sencha app init [email protected] --classic MyApp
sencha app watch
Error:
GET...
Using ext.version.number=6.0.1.250, Sencha Cmd v6.5.3.6, I have setup a workspace
Creating app
c:\extjs\labs\sencha -sdk ..\ext generate app MyApp lab023
Generates warning:
[WRN] Use of...
8/8/2018 Submitted my question 2 times.
I am trying to ask a question but I am getting this message:
Thank you for posting! Your post will not be visible until a moderator has approved it for posting. You will now be taken back to the...
You may want to consider this way too using ptype: 'subtable'
http://examples.sencha.com/extjs/5.0.1/examples/kitchensink/#customer-grid
Very minor change was needed Ext.Msg.alert('Fiddle', Ext.getVersion().version);
I really appreciate your answer.
Thank you.
Using ext.version.number=6.0.1.250, Sencha Cmd v6.5.3.6
Creating app
c:\extjs\labs\sencha -sdk ..\ext generate app MyApp lab023
Generates warning:
[WRN] Use of 'require()' will be...
Where can I find ExtJS framework version?
Using: ext.version.number=6.0.1.250 Sencha Cmd v.6.5.3.6
Can you please help me figuring out what to do here?
When creating an app like this:
sencha -sdk ext generate app MyApp myapp
I am...