I want to implement real Oauth with my EXT app so I need to be able to add some functionality about refresihng tokens and stuff to Ext.Ajax
is there any way to add mixin to to Ext.Ajax OR to...
Type: Posts; User: armandoota
I want to implement real Oauth with my EXT app so I need to be able to add some functionality about refresihng tokens and stuff to Ext.Ajax
is there any way to add mixin to to Ext.Ajax OR to...
I've solved it ...
in app.josn I adedd this
"base": "${app.dir}/sencha/"
setting now it knows all about the relative path ...
"production": {
"output": {
Hello
I have ext app in webapp on jetty web container behind reverse proxy set to https://mydomain/sencha
The problem is that I can't find where to set app base path to use /sencha uri when...
Hey
I'm strunging with deploying my EXTJS 6 app on my java web constainer behind web proxy
my app should run on https://my.domain.com/sencha/ adrress
which is proxied to internal web...
After playing around with different ideas of how to solve this i came up with this:
in app.json
you add builds object:
"
we use cmd line:
sencha app build
Regards
Armando
How do you set different developer props to use in EXT App ? Me and other developer are developing same APP with different APP configurations
exmaple: me using DevConfiguration1.js,
he is using...
this does it ... regards
to rephrase the question:
how does one do some asynchronus preloading, which must complete, before application starts ?
Regards
Armando
Hey guys
I would like to create a promise on application launch and block application from starting before promise is resolved.
Any ideas ?
overriding application method with
lanuch() {...
I have perpetual 6.x license and active subscription.
My sencha cmd config tells me
ext.license.name=trial
what do I do ?
I'm logged in as subscription user to scope @sencha in sencha...