DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Developers manual

The extension provides a small API that you can use inside your own scripts to collapse and expand all or specific elements. Therefore the following functions can be called via the javascript object named “ContentSlideManager.instance”.

  • addSlides(_slides)
    Add slides to the ContentSlideManager.
  • collapseAll()
    Collapses all managed Slides.
  • expandAll()
    Expands all managed Slides.
  • getAllSlides()
    Get all available slide Objects
  • getSlide(_hash)
    Get the ContentSlide object associated with _hash.