TYPO3 Logo
SAV Library Plus
Release: main

Loading data.

  • Introduction
  • Users Manual
  • Configuration
    • Flexform Associated With the Plugin
    • Routing - "Speaking URLs" With SAV Library Plus
    • Changing the Default Icons and Images
    • Changing the Default Template for the Views
    • Changing the Default CSS
    • Changing the Field Configuration
    • Changing Date and DateTime Default Configurations
    • Changing the Date Picker Default Configurations
    • Adding Parameters to Links
    • Maintenance Configurations
  • Tutorial 0: Test Extension
  • Tutorial 1: Contact List
    • Extension Overview
    • Using the Extension
    • How to?
  • Tutorial 2: CD Album
    • Using the Extension
    • How to?
  • Tutorial 3: CD Album (Advanced)
    • Extension Overview
    • Using the Extension
  • Tutorial 4: CD Album (Improved)
    • Extension Overview
    • Using the Extension
  • Tutorial 5: Hooks
    • Extension Overview
  • Tutorial 6: Email and RTF
    • Extension Overview
    • Configuration
  • Tutorial 7: Guest Book
    • Extension Overview
    • Installation and Configuration
    • Template and CSS Files
  • Tutorial 8: Fe Users Admin and Export
    • Extension Overview
    • Installation and Configuration
  • Tutorial 9: Using XML Graph
    • Extension Overview
  • Tutorial 10: Using TypoScript (Gallery With a Map)
    • List View
    • Edit View
    • Single View
    • Configuration of the Plugin
  • Other examples
  • Credits
  • Changelog

PAGE CONTENTS

  • Adding Parameters to Links
    • At the Library Level
    • At the Extension Level
    • At the Page Level
  1. Start
  2. Configuration
  3. Adding Parameters to Links
View source How to edit Edit on GitHub

Display settings


Color scheme of code blocks:


Adding Parameters to Links¶

It may occur that additional parameters are required with an extension generated by the SAV Library Kickstarter. There are several ways of adding parameters.

At the Library Level¶

Parameters are added in TypoScript and will be applied to all extensions using the SAV Library Plus. The syntax is the following:

plugin.tx_savlibraryplus.link.additionalParams = &param1=1&param2=3

It may happen that you want to add parameters for one type of view:

plugin.tx_savlibraryplus.viewType.link.additionalParams = &param1=1&param2=3

At the Extension Level¶

Parameters are added in TypoScript and will be applied to one specific extension. The syntax is the following:

plugin.tx_yourExtensionNameWithoutUnderscores_pi1.link.additionalParams = &param1=1&param2=3

You may also want to apply the parameters only for one form in one specific extension. The syntax becomes:

plugin.tx_yourExtensionNameWithoutUnderscores_pi1.formName.link.additionalParams = &param1=1&param2=3

To add parameters to a specific view type, please use:

plugin.tx_yourExtensionNameWithoutUnderscores_pi1.viewType.link.additionalParams = &param1=1&param2=3
plugin.tx_yourExtensionNameWithoutUnderscores_pi1.formName.viewType.link.additionalParams = &param1=1&param2=3

At the Page Level¶

Parameters are added by means of the Page TSConfig. The syntax is the following:

tx_yourExtensionNameWithoutUnderscores_pi1.formName.link.additionalParams = &param1=1&param2=3

To add parameters to a specific view type, please use:

tx_yourExtensionNameWithoutUnderscores_pi1.formName.viewType.link.additionalParams = &param1=1&param2=3
  • Previous
  • Next
  • Home
  • Contact
  • Issues
  • Repository

Page last updated: Oct 05, 2023 13:09

Last rendered: Oct 05, 2023 13:10

  • TYPO3 Theme 4.9.0
  • DRC v3.2.1
© Copyright since 1999 by the Laurent Foulloy
  • Legal Notice
  • Privacy Policy
  • Code of Conduct