| Name | Type | Description |
|---|---|---|
| Ajax Tools | Plugin | This provides simple AJAX functionality without the need of any framework. It comes with an own simple javascript function to process your requests. The response can be plain text/html or text/xml. The response will be passed to a given userdefined callback function. The callback function needs to be created by the user and be passed to the AJAX function. In brief: This plugin just sets up the AJAX request. What you do with the response is up to you. Exception is the "lazy load" function of the plugin that will perform a predefined callBack function (wich means it will display the result at this place where you placed the plugin in your content/template). You can process any module action, plugin, udt or even trigger events using AJAX requests. See it in action: http://www.weta-trimaran.de/ |
| assets_url | Plugin | Prints the assets url location for the site |
| Autometa | Plugin | Creates meta tags "keywords" and "description" on-the-fly if these tags are not found in the page metadata field. Keywords are taken from Search module. Description includes first characters of the page content. |