Ext JS Ext.Ajax.request Synchronous and asynchronous problem __jsp
Source: Internet
Author: User
Ext.Ajax.request default is asynchronous, so in the download of the development package, no matter how the parameters are added, Async,sync is not valid. Synchronous calls are currently required. Background to get the data, fill the grid. At the same time the top button will also be generated dynamically after the background acquisition. This requires that the request cannot be returned when the button is generated.
Refer to a lot of online summary, some are to change the underlying code, the most afraid to change to change, sometimes a different version will toss the dead, finally referred to as long as the introduction of a ext-basex.js. Then you can set the async in Ext.Ajax.request: False. Initiates a synchronization request.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service