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 2464 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

Building Responsive, Data-Driven Enterprise Applications with JavaScript

In enterprise software, responsiveness is no longer a nice-to-have. Users expect the same application to perform smoothly whether they are working at a desktop with…

What’s New in ReExt 1.2

Modern teams are under constant pressure to ship faster without sacrificing UX quality, maintainability, or enterprise-grade capabilities. That’s easy to say, but much harder to…

BFF Architecture – Optimizing Communication between Node. js and Ext JS

Modern enterprise applications rarely struggle because they lack features. More often, they struggle because the frontend and backend are speaking slightly different languages. Your database…

Case Study: Building a Modern Recruitment Application with Ext JS

Hiring the right talent requires more than collecting resumes. Modern recruitment teams need streamlined workflows, real-time visibility, and reliable tools that support every stage of…

Techniques for Handling Large Data Sets in Ext JS

Enterprise applications often need to display and process thousands – or even millions – of records while maintaining a responsive and intuitive user experience. Whether…

Building an AI-Powered School Grading System with Ext JS

Educational institutions are under increasing pressure to evaluate growing numbers of student assessments while maintaining fairness, consistency, and timely feedback. Although artificial intelligence offers new…

View More
JS Days Popup