TYPO3 Documentation
Klarokratie
Options
Give feedback View source How to edit Full documentation (single file)

Klarokratie

  • Introduction
  • Installation
  • Migration
  • Configuration
    • Advanced configuration
    • Tracking with etracker or Google Analytics
    • Translation
    • Custom CSS
  • Modal
  • Developer

Options

Give feedback View source How to edit Full documentation (single file)
  1. Klarokratie
  2. Modal
Give feedback

Modal 

Reopen the Klaro! modal 

Klarokratie adds the field tx_klarokratie_open_modal to the TYPO3 pages table and provides the corresponding TCA configuration.

This field can be enabled in the page properties and used to render a menu item that reopens the Klaro! modal instead of linking to a normal page.

Example Fluid markup:

<a class="nav-link {f:if(condition:'{menuItem.active}', then:'active')}"
   href="{f:if(condition:'{menuItem.data.tx_klarokratie_open_modal}', then:'#', else:'{menuItem.link}')}"
   {f:if(condition:'{menuItem.data.tx_klarokratie_open_modal}', then:'onclick="javascript:klaro.show(undefined, true);return false;"')}
   target="{menuItem.target}"
   title="{menuItem.title}"
   role="menuitem">
    <span>{title}</span>
</a>
Copied!
  • Previous
  • Next
Reference to the headline

Copy and freely share the link

This link target has no permanent anchor assigned.The link below can be used, but is prone to change if the page gets moved.

Copy this link into your TYPO3 manual.

  • Issues
  • Repository

Last rendered: Jun 30, 2026 07:14

© by madj2k & contributors
  • Legal Notice
  • Privacy Policy