Title: Select the way ajax loads data Post by: WeberJ65 on March 20, 2012, 11:47:38 PM Hallo,
i have seen in the Quellcode that some plugin allocate the way ajax loads data (synchronously or asynchronously). For the combotree plugin (depending on combobox) i can select the method-flag but not the async-flag. (Seen screenshot). At my application i must block the brower while the request ist active. How can i set this parameter for the combobox-plugin? many thanks Joachim Title: Re: Select the way ajax loads data Post by: WeberJ65 on March 22, 2012, 01:09:48 AM Hallo together,
i found a solution to send the absend paramter "async".(Code above) A second problem i found is to transmit some Data to the server with post-method. The option parameter "data" do not work correctly. It's always set to an empty object Code: 9449 _6dd=_6dd||{}; Code: function _6db(_6dc,url,_6dd,_6de){ Developer i hope it's o.K. and you can clear this bug in any of the next version. Many regards Joachim |