/**
* Simple implementation for collapsible content, neither does it
* store its state nor does it allow AJAX callbacks to fetch content.
+ *
+ * @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.Collapsible.Simple = {
/**
* and closed state will be cached.
*
* @param string className
+ * @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.Collapsible.Remote = Class.extend({
/**
* Basic implementation for collapsible containers with AJAX support. Requires collapsible
* content to be available in DOM already, if you want to load content on the fly use
* WCF.Collapsible.Remote instead.
+ *
+ * @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.Collapsible.SimpleRemote = WCF.Collapsible.Remote.extend({
/**