b2evolution b2evolution

  • Sign in
  • Sign up
  • About
  • Downloads
  • Hosting
  • Docs
  • Support
  • Sign in
  • Sign up
  • Manuals Home
  • Latest Updates
 
  1. b2evolution CMS User Manual
  2. Back-office Reference
  3. Collections
  4. Contents
  5. Short Tags Reference
  6. [switcher:] Short Tag

[switcher:] Short Tag

Built-in Feature

This short tag renders buttons the same way as the Param Switcher Widget.

These buttons can be used to switch between / toggle visibility of divs or of lines in a Comparison Table.

Syntax Breakdown

[switcher: Parameter name ] [option: Option value ] Option text [/option] [/switcher]

  • Parameter name : URL parameter name
  • Option value : URL parameter value
  • Option text : Title text for link/button

Examples

[switcher:cur]
    [option:usd]USD[/option]
    [option:eur]EUR[/option]
[/switcher]

will be rendered like:

<div class="evo_widget widget widget_core_param_switcher">
    <span class="btn-group">
        <a href=".../post-slug?cur=usd" data-param-switcher="0" data-code="cur" data-value="usd">USD</a>
        <a href=".../post-slug?cur=eur" data-param-switcher="0" data-code="cur" data-value="eur">EUR</a>
    </span>
</div>
Created by yurabakhtin • Last edit by fplanque on 2020-08-31 17:20 • •

No feedback yet

On this page

  • Built-in Feature
  • Syntax Breakdown
  • Examples

Search the Manual

Content Hierarchy

  • b2evolution CMS User Manual
  • User's Guide
  • Installation / Upgrade
  • Front-office Reference
  • Back-office Reference
    • Site
    • Collections
      • Collection Dashboard
      • Contents
        • Post Browsing Screens
        • Post Edit Screen
        • Short Tags Reference
          • Helper CSS Classes
          • Custom Fields Short Tags
          • [audio:]
          • [cblock:]
          • [div:]
          • [emailcapture:]
          • [file:]
          • [image:]
          • [include:]
          • [inline:]
          • [pagebreak]
          • [poll:]
          • [subscribe:]
          • [switcher:]
          • [teaserbreak]
          • [thumbnail:]
          • [video:]
        • Post Concepts
        • Mass Edit
        • Mass Post Contents
        • Other post actions
        • Renderers Reference
      • Comments
      • Categories
      • Features
      • Skins
      • Widgets
      • Settings
      • Creating a new collection
    • Files
    • Analytics
    • Users
    • Messages
    • Emails
    • System
    • Working with Results Tables
  • Developer Reference
  • Operations Reference
  • Advanced Topics
  • Glossary
  • Archives
CCMS

This online manual is powered by b2evolution CMS – A complete engine for your website.

About b2evolution

  • What is it?
  • Features
  • Getting Started
  • Screenshots
  • Online demo
  • Testimonials
  • Design philosophy
  • Free & open source
  • Terms of service

Downloads

  • Latest releases
  • Skins
  • Plugins
  • Language packs

About us

  • About us
  • Contact

Webhosting Guide

  • Web hosting blog
  • Best web hosting
  • Cheap web hosting
  • Green web hosting
  • Hosting with SSH
  • VPS hosting
  • Dedicated servers
  • Reseller hosting
  • Int'l: UK / France

Docs & Support

  • Online manual
  • Forums
  • Hire a pro !

Other

  • Adsense
  • Press room
  • Privacy policy

Stay in touch

  • GitHub
  • Twitter
  • Facebook
  • LinkedIn
  • News blog
  • RSS feed
  • Atom feed

Founded & Maintained by François Planque