This wiki plugin, introduced in Tiki14.1, can be used to load HTML into a wiki page, from another page on the same site or an external site (when used in combination with the access_control_allow_origin pref on Control Panels -> General -> Settings) using AJAX. It also used to include the body of another web page in a wiki page into an HTML IFRAME tag.
Parameters
Tiki Doc From Code error: ajaxload not found
Examples
Basic Example
Copy to clipboard
{AJAXLOAD(url="http://example.com/tiki-index_raw.php" selector="#page-data")}alert(data.length + " bytes of data received");
{AJAXLOAD}
Superfish menu from a structure
In order to make page loading faster you can use AJAXLOAD to load a menu from a structure asynchronously. Put the menu in a module in a page (here called "structure menu test") and add this to a wiki enabled custom module (here called "test_structure_menu") and assign it to the topbar module zone ( warning: if you leave out the {literal} tags you will probably make your tiki unusable and will need to edit the database to get it back!).