Hello,
To make it work as desired (as I understand) you should provide config object to your mixin. See modified fiddle here: https://fiddle.sencha.com/#view/editor&fiddle/2q12 . It works now as...
Type: Posts; User: MaciejJ
Hello,
To make it work as desired (as I understand) you should provide config object to your mixin. See modified fiddle here: https://fiddle.sencha.com/#view/editor&fiddle/2q12 . It works now as...
Hi, there is solution to make plugin work again. See this thread https://www.sencha.com/forum/showthread.php?471410-Bug-in-VS-Code-Plugin-since-VS-Code-Update-(-gt-1-31)
Hi,
Just as in the title.
I had Visual Studio Code ExtJS plugin installed. Then I installed Java Extension Pack and ExtJS plugin stopped to work. Each attempt to run any command results in...
Thanks for the answer!
As such approach really works I have found other solution long time ago which currently I stick to.
To use some rest api from development build and other from production...
Thanks,
Indeed, it works. Probably it was mine misunderstanding of documentation, because I thought that setting it to false will turn off new feature. Now I see I was wrong. Thanks once again!...
Hi Richard,
It seems that it not works as supposed to, according to the documentation. See my fiddle here. Click on splitter collapse button and you will see a border inside splitter. Pseudo...
Thanks Richard. I think that without active support it can be impossible to manage users in other way. Nice way to force corporations to pay for support annually. And I hope cheaper than buying new...
Hi,
I have a question about managing assigned ExtJS licenses after support period. When we bought framework I had a possibility to add/remove user accounts so I was possible to free unused ExtJS...
Hi,
According to the documentation, method getFilters() returns Ext.util.FilterCollection. I think that you can reassign your filters using:
gridStore.setFilters(activeFilters.items)
I didn't...
Hello,
I have to secure ExtJS single page application with Spring Security 4. Does anyone has some experience to prompt me how to achieve it in some nice way?
In Spring Security configuration I...
Hi again,
If anyone interested, I managed to workaround scrolling of dropdown to focus input. In fact, after expanding list I just scroll it to the top by calling setScrollTop(0) on listWrapper,...
Hi,
I want to use Tag component (tagfield, Ext.form.field.Tag) in my layout (only Classic). It has fixed width and is not longer than 250 pixels and cannot grow in height - has only one row of...
Hi,
I'm new in ExtJS and I have some troubles to set up development environment which will give possibility to develop ExtJS application with connection to Java backend application (both on local...