Relative Content

Tag Archive for extjs

Sencha Ext JS run time license

Do you need to buy a run time license from Sencha if your application code written is developed in Ext JS and deployed on a web server?

How to use stacked bars graphs with 2 different types bars

I have created bar charts for different types of Income (A and B), which in turn these amounts are divided into two categories C and D. All this data is grouped by Month, what I need to achieve is that I want to show the two Bars (A, B) by Month and also show C and D in each parent bar (A and B) stacked and the value of C and D within A and B is shown. Can this be done? I couldn’t find anything in the documentation.
enter image description here

Forcing ExtJS application updates after deployment

I work on an ExtJS application with a Django backend, and we keep running into issues when we push new code. Our users seldom refresh their browsers, so after a code push we end up with users using the same (now outdated) version of our ExtJS application for days at a time instead of the new, updated version.

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.