Relative Content

Tag Archive for extjs

Which Ext JS license should be acquired (when developing a Spring MVC/Hibernate/Ext JS web application)? [closed]

Is it possible to use the GPL license or similar allowing only part of the app’s source
to be distributable, e.g. the Extjs components, but not allow users to see other components of the system? i.e. the Spring MVC, hibernate server components?
Is it possible to restrict access to the ExtJS source if using a GPL license?
In general is it possible to restrict distribution of some aspects of the source when using GPL?

Sencha Cmd ERR generate App (Trial Version)

I successfully install Sencha CMD CLI(getting started with zip).
Bunt when I try to generate an ExtJS app with my trial installation it fails. It worked in the beginning. Here is what I get:

Sencha Cmd ERR generate App (Trial Version)

I successfully install Sencha CMD CLI(getting started with zip).
Bunt when I try to generate an ExtJS app with my trial installation it fails. It worked in the beginning. Here is what I get:

Custom extensible framework ExtJs – catch popup window rendering

I’m using a custom extensible framework (extends abstract framework) and I want to get a component that is accessible only when a popup window has been rendered. If I use devtools, open the popup and use Ext.query(“field[name=ddsDefautProperty]”) I have a return value. But until this popup is called I can’t access it. Any tips on how to “catch” rendering of this field or the popup ?

extjs versions later than 7.6 have problems dragging tabs

When I was using the plugin “boxreorderer”, I found a serious animation problem with drag and drop ordering. As the drag component moved to the right, the other components kept moving back and forth left and right, stopping automatically for an unknown amount of time. So I looked at the official case and found that there was also this problem, so I recorded the screen for this.

FieldPanel isDirty() not working as expected

Fieldpanel is giving isDirty()=true even though i am not changing any field and also calling ResetOriginalValue() on each field as i have similar requirement please check , the below fiddle for more ,