Working with Ajax normally require the server to answer one of the following types:
Tequila provide access to all of them, ServerblocksNot an ajax method but a way to integrate multiple screens into one on the server side, in this case PHP calls an MVC (dispatcher) class and request a new method, parameters can be passed using the task definition but the class should be coded to read them. BlocksIt is possible to have a block of code returning alternatively a complete page or a clean block to be loaded inside a DIV or any other control. The default mode for any call is page, to display only the HTML code of the block and no HTML headers or CSS/JS includes call rrt=bl or block To learn more about Tequila calls, check URL and RRTBlocks and JS/CSSTaking advantage of the caching capabilities of Tequila and to avoid errors on browsers, all JS/CSS includes are removed when calling rrt=block XMLCheck XML section to learn more about LibrariesFor client side you can use any library you like, Tequila ships with it's own Ajax library to simplify things but you can replace for any you like. |

