No response in 10+ days?
Type: Posts; User: pauldugas
No response in 10+ days?
Not sure this is the place for anything of use... Have rarely if never seen a response from Sencha here.
I'm essentially doing the same thing that's in the coworkee example with grid cells like so:
columns: [{
text: 'Name',
tpl: '<a href="#{url}">{name}</a>',
...
Did something change recently with the way the ExtJS and the Router handle hash links (i.e. <a href="#foo/bar"></a>)? I have grid cells with hash links but they seems to cause the entire page to load...
Any working examples for using Gitlab CI for running tests?
https://gitlab.com/pauldugas/ext-subdir-eg
Looking for some guidance on how to adjust that so the development build expects to find main.js, manifest.json, and resources/ in public/app/ instead of...
I would appreciate an example explaining how to use ExtJS as the frontend for a Symfony API using Encore[1] and Sencha's open-tooling support. I doubt I'm alone in using Symfony or API-Platform as my...
I believe many of us would appreciate Sencha spending a little time looking into how to adjust the open-tooling logic to work within a Symfony project using Encore. I build all of my APIs using...
I ended up asking support about this a while back. Forgot to circle back here. Basically, there were a few updates to the open-tools scheme with the 7.1 release that address this and a number of...
Hey tangix, upgrade to the 7.1 release of Cmd/ExtJS. Seems there was an issue with the generated main.js (that includes the addon NPM packages) not being included in the generated production build. I...
The template I'm using (moderndesktopminimal I think) has been updated with the recent 7.1 release to add logic to remove the injected <script/> tag before building. It has changes in the webpack...
This was resolved by upgrading to the recent 7.1 release.
Excellent! Happy to see it's not just some kind mistake.
Yes, "fa-expand-alt" is listed as one of the "fas" icons in your fiddle but the corresponding class isn't included in the ext-font-awesome package.
node_modules/@sencha/ext-font-awesome/sass/src/all.scss looks like it's defining x-fa along with x-fas, x-far and x-fab classes. I see -expand and -expand-arrows-alt in...
I agree that is "should" work :) Sadly, doesn't for me.
Getting the following in the console with a 7.0 app.
[Deprecation] Application Cache API manifest selection is deprecated and will be removed in M82, around April 2020. See...
Originally asked at https://www.sencha.com/forum/showthread.php?472646-Open-Tooling-how-to-make-a-working-production-of-moderndesktop-template. Repeating here now that I have access to this forum.
...
I originally asked this at https://www.sencha.com/forum/showthread.php?472531-quot-npm-run-build-quot-modifies-index-html but never got a response. Now that I have access to this forum, asking again....
So, nobody from Sencha is watching these forums now, right?
The change above works in dev but when I "npm run build" the generated build/production/App/index.html is empty.
I have the same question. I've followed directions at https://docs.sencha.com/extjs/7.1.0/guides/using_systems/using_npm/adding_npm_packages.html and have added lines to pull in a couple extra npm...
Old but I recently ran into this too. "treegrid" needs to be added to the "requires" list in app.json.
https://fontawesome.com/icons?d=gallery&q=expand&m=free
expand-alt appears to be part of the free set
Circled back to this over the weekend. I've modified the webpack config as show below so that it generates the index page from a separate template instead of modifying it in place. I commit the...