Loading...
 
Show or hide tracker content

See also: Tracker Field Rules

Plugin TrackerToggle

Introduced in Tiki7

This wiki plugin utilizes jQuery to toggle the visibility of an HTML element (like a div) depending on the value of a field. This plugin can be used in Pretty trackers (but it is not meant to be used with pluginLIST ). This plugin permits Display logic.

Parameters

Adjust the visibility of content based on a tracker field's value, possibly dynamically
Introduced in Tiki 7. Required parameters are in bold.
Go to the source code
Preferences required: wikiplugin_trackertoggle, feature_jquery, feature_trackers

Parameters Accepted Values Description Default Since
id text HTML id of the element that is toggled 7.0
value text Value to compare against. 7.0
fieldId digits Numeric value representing the field ID tested. 7.0
visible (blank)
y
n
Set whether visible when the field has the value. n 7.0
itemId digits Use the field of specific item. The URL param itemId is used if this parameter is not set. 0 7.0


Note

  • Category needs categId not categName to match
  • If you use a field more than once in a template (e.g., {$f_180} ) only the first one on the page will be functional
  • Only one plugin TRACKER of the same trackerId may appear on the page
  • Only fields with a text value or checkbox (y/n) are functional prior to Tiki11

Examples

Radio buttons

This code will show the div success only if the field 206 has the value "Show". When the field is not set yet, the div is not displayed.

Copy to clipboard
{DIV(id="success")}Congratulations! The "success" div now shows.{DIV} {trackertoggle fieldId="206" value="Show" visible="y" id="success"} {$f_206}

Result:
You do not have permission to insert an item

Show only if checkbox is checked

This code will show the div 'checkbox' only if the checkbox is checked. When the box is not checked, the div is not shown

Copy to clipboard
{DIV(id="checkbox")}The checkbox div{DIV} {trackertoggle fieldId="180" value="y" visible="y" id="checkbox"} Checkbox: {$f_180}

Show unless checkbox is checked

Will show the div until the checkbox is checked.

Copy to clipboard
{DIV(id="checkbox")}The checkbox div{DIV} {trackertoggle fieldId="180" value="y" visible="n" id="checkbox"} Checkbox: {$f_180}


Created by sylvie. Last Modification: Thursday 19 August, 2021 05:18:45 GMT-0000 by Marc Laporte.

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki