public class $.symphonyCollapsible

symphony.collapsible.js

Create collapsible elements.

				var collapsible = $('#duplicator').symphonyCollapsible({
					items:		'.instance',
					handles:	'.header span'
				});
				collapsible.collapseAll();

Methods

static symphonyCollapsible(Object $options, String $options.items, String $options.handles, String $options.content, Boolean $options.save_state, String $options.storage, Integer $options.delay)

Create collapsible elements.

				var collapsible = $('#duplicator').symphonyCollapsible({
					items:		'.instance',
					handles:	'.header span'
				});
				collapsible.collapseAll();
Parameters
  • $options ObjectAn object specifying containing the attributes specified below

  • $options.items StringSelector to find collapsible items within the container

  • $options.handles StringSelector to find clickable handles to trigger interaction

  • $options.content StringSelector to find hideable content area

  • $options.save_state BooleanStores states of instances using local storage

  • $options.storage StringNamespace used for local storage

  • $options.delay IntegerTime delay for animations

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details