Product Update: Ext JS 8.0 is Coming Soon! Learn More

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

September 10, 2020 1989 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

Why JavaScript UI Components Matter More in Complex Frontend Architecture

What This Article Covers Why UI components matter – In complex frontend architecture, reusable JavaScript UI components help manage scale, improve performance, and ensure consistency…

Custom vs Prebuilt JavaScript UI Components – Which Is Better for Enterprise

What This Article Covers Build vs. Buy decision – Whether to build custom JavaScript UI components, use open-source libraries, adopt commercial solutions, or follow a…

How a JavaScript UI Framework Reduces Frontend Complexity

Frontend development has become dramatically more sophisticated over the last decade. What once involved a few scripts and styled pages has evolved into the engineering…

10 Common UI Pain Points in Large-Scale JavaScript Applications

At a small scale, many frontend decisions appear harmless. A team may: create a custom component quickly skip accessibility for one release add a one-off…

Common Responsive Design Challenges in Enterprise Web Applications

Modern businesses run on software that must work everywhere – on a desktop monitor in a corporate office, on a tablet carried across a warehouse…

Why Enterprise UI Development Gets Complicated Faster Than Teams Expect

Enterprise UI development refers to designing and building user interfaces for business-critical software used by organizations, departments, regulated industries, and large operational teams. These applications…

View More