Join Virtual JavaScript Days 2026 and Get a Free Participation Certificate – Register Now!

Building a Fully Functional and Interactive Menu with Ext JS – Webinar Q&A Recap

September 10, 2020 2416 Views

Get a summary of this article:

Show

I wanted to thank everyone that attended the recent webinar that I presented – Building a Fully Functional and Interactive Menu with Ext JS.  

There were a good set of questions from the webinar, and I want to answer those questions here in this blog.

Question 1

Hi, How easy is it to migrate an ExtJS 6.x application to ExtJS 7.2.0 or the current latest version?

Migrating to Ext JS 6.x to 7.x is very straightforward, and Sencha has a tool called the Upgrade Advisor to help you in this process.

Download the Upgrade Advisor from this link: https://www.sencha.com/products/extjs/upgradeadviser/

Question 2

“Thankyou… for the answer of videos… however I cannot find the link you mentioned. Where can I find those?

Sencha just introduced a cool new Resource Center!

Check out all the details at: https://www.sencha.com/blog/sencha-resource-center-got-a-makeover/

Question 3

Can you build a proper full scale responsive website where you have front-end as Ext JS and with different backend servers and databases?

Yes you can!  Ext JS will access any back end server with standard access methods like REST or AJAX api’s.  Those API’s will, in turn, access the database you are using.

Here is an example from the documentation using AJAX to access a server: https://docs.sencha.com/extjs/7.2.0/modern/Ext.data.proxy.Ajax.html

Question 4

Is there a way to use classic toolkit components in modern toolkit like ‘triggerFields’ ?

No, unfortunately you cannot use classic toolkit components in a modern toolkit app, or visa versa.

Question 5

I have just started with ExtJS can you please conduct a section for basics of Ext JS from scratch

Can you provide proper tutorial videos apart from Webinars so anyone can learn from ground up?

Would love to!  We have already discussed it, and we will be doing webinar/tutorial sessions called ExtJS from Scratch, parts 1 and 2 – look for those before Christmas!

Question 6

In case of a dynamic tree menu what should be the type of store? is it static or may be built from remote DB ?

Treeviews in Ext JS utilize a special tree store class, check it out in the documentation: https://docs.sencha.com/extjs/7.2.0/modern/Ext.data.TreeStore.html

 

That wraps up our recap for the questions asked during the event—thank you again for the great questions, and if you have more, feel free to email me at [email protected]

Recommended Articles

5 JavaScript Libraries Enterprise Teams Should Avoid Building From Scratch

Enterprise teams routinely invest substantial developer time building JavaScript libraries that already exist as mature, production-grade solutions. This article covers five high-cost component categories that…

How to Evaluate UI Component Libraries: 10 Criteria That Actually Matter

Choosing a UI component library shapes development velocity and application quality for years. This guide covers the ten criteria that matter most when enterprise teams…

Creating a Mobile Application with Ext JS and Capacitor

Introduction Modern mobile applications demand rich user experiences, cross-platform compatibility, and rapid development cycles. In this document, you will learn how Ext JS and Capacitor…

Building Real-Time Dashboards with WebSockets and Frontend Frameworks

Real-time dashboards have become essential in industries where users need instant visibility into changing data. Whether monitoring financial transactions, logistics operations, industrial systems, application health,…

Front-End Frameworks Compared in 2026: Performance, Use Cases, and Trade-offs

Front-end framework selection in 2026 centers on three critical decisions: complete platform versus ecosystem assembly, performance at enterprise scale, and long-term maintenance costs. Ext JS…

Enhancing Component Logic: A Developer’s Guide to Ext JS Plugins

In the world of Ext JS, reusability is king. While subclassing a component is a common approach to extend functionality, it often leads to rigid…

View More
JS Days Popup