Ext-JS Question:

Explain Ext JS and Ajax?

Tweet Share WhatsApp

Answer:

The Ext JS framework includes support for Ajax implementations. Typically, a common feature of Ajax applications is for an application to asynchronously respond to user input by updating the UI without redisplaying the entire Web page. A typical Ext JS Ajax implementation: an HTML text field and button element that posts data in the text field to a Web server when the button is clicked.

Download Ext JS PDF Read All 65 Ext JS Questions
Previous QuestionNext Question
Explain Integration of Ext JS?Explain Ext JS integration with other Web server frameworks?