Hi,
I want to load json variables in the scss. I don't see build in functionality so I thought it would be fairly easy to build an extension since it uses js.
I started with the js:
...
Type: Posts; User: VDP
Hi,
I want to load json variables in the scss. I don't see build in functionality so I thought it would be fairly easy to build an extension since it uses js.
I started with the js:
...
Like good software engineers we automate our build process. We've started using Sencha CMD with open tooling (Ext 6.6.0)
I noticed that the ext-build package always exits with exit code 0. Even...
I had issues with that too. I created a support ticket for it.
You have to log in with your support email & password. Just have to replace the @ with .. in the login.
I suggested to add that to...
on this page:
https://docs.sencha.com/extjs/6.6.0/guides/npm_packages/npm_update.html
Getting Started Guide link is broken
I think it should be linked to:...
Again :-( but because they released 6.6 they only deserve half an ass whooping today. :D
seems like docs.sencha.com is down.. I cannot get to any docs.. somethings up?
Version:
Ext 6.5.3.57
Description:
I get this error: No such config "component" for class Ext.scroll.Scroller
+1 also ubuntu user
That does not work correctly for me!
say you setup a binding on a component to formula A, then you add a formulla B => the first formula A would be overridden and thus not update my component...
I find it to very annoying that this doesn't work anymore. I wanted to log the exact same thing.. Please fix it if you can.. seems like an easy improvement...
Late reply but maybe for others with same challenge..
I added an extra method to the viewModel, now if my model depends on some store, I can add a listener to the store and if the store updated I...
Ext 4.2.4
Description:
I updated from 4.2.2 to 4.2.4 and my paging toolbar doesn't work anymore with buffered renderer, if I go back to 4.2.2 it works, if I remove the buffered renderer it...
Any news on this rather old topic?
I still got the issue.
running version: ExtJS 4.2.2.1144
The endIndex of the NodeCache is set to NaN.
The count of the NodeCache is calculated with the...
I have the same problem! no solutions? My guess is that it's an issue with calculating the layouts. I tried by adding an afterrender listener where I collapse it then.. but no dice :) same issue...
...
You're right but I was a little frustrated at the time sorry :)I retested. Downloading the fiddle works now. The folder contains the files. What I noticed was that I have to name the files with '.js'...
I have a Fiddle with a typical sencha MVC folder structure...
But if I download my fiddle the folders become empty files and the content of the folders is gone....
50814
Then suddenly all my...
Ok I had to add
package.framework=ext to the sencha.cfg in the package
I 'm changing my application from 'not sencha cmd oriented' to 'sencha cmd oriented' to make it easier to upgrade ExtJS 4.2.2 to ExtJS 5
I'm using Sencha Cmd v5.0.2.250
Now I created a new...
Hi,
I would like to know what are the valid characters to use in an itemId.
I can't use '/' and probably '<' , '>' will throw errors too and '[', ']'. Are we strictly limited to a-Z & 0-9 ?
...
cool I didn't know there was that much intelligence in the browser.. makes sense but on what grounds does iOS decides those things? Something with the click event probably...
If you have a container A with B and C inside. A, B and C can access A's viewcontroller.
If you want B to access C's viewcontroller you can:
- pass a reference thru the parent's controller
-...
window.open is native javascript and has nothing to do with Ext JS
If you put an alert in the function does it get fired?
+1 for an implementation of the rejectChanges on a treeStore
Here is my impl (not fully tested yet, but it seems to work...)
Fiddle
/**
* @author Johan Vandeplas
*/...
@evant I was thinking in that direction too.. damn legacy stuff :) I found out that it only occurs with the classic theme...@Gary Schlosberg Here's a very short example =>...
I'm using Chrome 32.
Since I started using that version of chrome I get this warning
Attr.specified is deprecated. Its value is always true.
It occurs here:
on: tabIndexAttr.specified...