Saved Bookmarks
| 1. |
Can Ext Js Be Integrated With Ajax If Yes Then Explain A Simplest Use Of It? |
|
Answer» Yes Ext JS can be integrated with AJAX. Implementation as: SUPPOSE on some TEXT box after blur it has to validate the DATA from server for that we can have an Ajax call onblur/onchange to the text box id to check WHETHER the data entered in the text box is present in server/database. Yes Ext JS can be integrated with Ajax. Implementation as: suppose on some text box after blur it has to validate the data from server for that we can have an Ajax call onblur/onchange to the text box id to check whether the data entered in the text box is present in server/database. |
|