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.
Previous Question | Next Question |
Explain Integration of Ext JS? | Explain Ext JS integration with other Web server frameworks? |