Support Center

Live Accordion Tokens

Live Accordion specific tokens are available for use in:

  • Content
  • Pane Header

 

  • [LiveAccordion:panename]

    Always returns Pane Name even if "Show Pane Header" is checked. Example: "First Pane"

  • [LiveAccordion:paneid]

    Returns unique Pane Id of the pane. Example: 3

  • [LiveAccordion:panenumber]

    Returns Pane Number. Use in conjunction with panecount to show Pane x of y. Example: 4

  • [LiveAccordion:panecount]

    Returns total count of Panes. Use in conjunction with panenumber to show Pane x of y. Example: 7

  • [LiveAccordion:paneindex]

    Return Zero Based Pane Index. This is same as panenumber - 1. Example: 3

  • [LiveAccordion:nextpanelink]

    Renders HTML Code to create a link to next pane with next pane name. Renders empty string for last pane.

    Example

    <a href="#" onclick="jQuery('#LiveAccordionWrapper345').panes('select',0); return false;">Previous Pane Name</a>

  • [LiveAccordion:prevpanelinkrepeat]

    Same as [LiveAccordion:prevpanelink] but repeats through the panes. First pane will jump back to the last pane.

  • [LiveAccordion:nextpanescript]

    Renders JavaScript function to select the next pane.Use it with onclick or function.

    Example

    jQuery('#LiveAccordionWrapper345').panes('select',2); return false;

  • [LiveAccordion:nextpanescriptrepeat]

    Same as [LiveAccordion:nextpanescript] but repeats through the panes. Last pane will jump back to the first pane.

  • [LiveAccordion:prevpanescript]

    Renders JavaScript function to select the previous pane. Use it with onclick or function

    Example

    jQuery('#LiveAccordionWrapper345').panes('select',0); return false;

  • [LiveAccordion:prevpanescriptrepeat]

    Same as [LiveAccordion:prevpanescript] but repeats through the panes. First pane will jump to the last pane.

Glad we could be helpful. Thanks for the feedback.

Sorry we couldn't be helpful. Your feedback will help us improve this article.

How helpful was this page?

  
Updated on Tue, 12 Sep 2017 by Ashish Pachori