History: PluginAJAXLoad
Source of version: 7
Copy to clipboard
!Plugin AJAX Load This ((wiki plugin)), introduced in ((Tiki14|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__). If JavaScript is disabled on the client browser the data will be rendered in an IFRAME. {maketoc} !! Parameters {pluginmanager plugin="ajaxload"} !!Example {CODE(colors="tiki")}{AJAXLOAD(url="http://example.com/tiki-index.php" selector="#page-data")}alert(data.length + " bytes of data received"); {AJAXLOAD}{CODE}