DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Developers manual

This Extension provides after the Installation (see Administrator Manual) an api for installing own eId Scrips for rendering templates or just json values for your own plugin.

Target group: developer

Integrating the AJAX Request in your Extension

  1. Set up an extension with the extension Builder, where you can add your Controller Actions.
  2. To call the action from an fluid template you can add now following line:
    • <f:link.page additionalParams="{tx_extensionname_controllername: '{vendorName: /'YOURFENDORNAME/', action: /'youraction/', controller: /'YourController/'}', eID: 'form4ajax'}">Ajax Link</f:link.page>
  3. If you need to include flexform settings of your plugin in the ajax controller you can add pluginId to the additionalParams: "pluginId: 'id'"