| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

CollapseManager

Page history last edited by PBworks 18 years ago


 

CollapseManager

(extends Object)


Object Summary

 

The object is used for grouping / collapsing / expanding DHTML layers.


Constructor

 

CollapseManager()

 

comments

 

Creates a new CollapseManager instance.


Methods

 

CollapseManager.attach(blnHover)

 

parameters

blnHover - if true, collapse actuator will trigger collapse event when hovering over it with mouse pointer. (default value is false).

 

comments

Initializes the object.


CollapseManager.detach()

 

comments

De-initializes the object.


CollapseManager.collapseAll()

 

comments

Collapses all registered nodes.


CollapseManager.expandAll()

 

comments

Expands all registered nodes.


CollapseManager.group(varargin)

 

parameters

varargin - Variable number of object references given as parameter to group.

 

comments

Groups the objects in a single group.


CollapseManager.getGroupIndex(strActuatorID)

 

parameters

strActuatorID - The DHTML index of the actuator.

 

returns

The group index of the group, -1 if the actuator does not belong to any group.

 

comments

Gets the group index of a group with common actuator with id strActuatorID.


CollapseManager.collapse(strActuatorID)

 

parameters

strActuatorID - The index of the actuator element.

 

comments

Collapses all the grouped elements of id strActuatorID.


CollapseManager.expand(strActuatorID)

 

parameters

strActuatorID - The index of the actuator element.

 

comments

Expands all the grouped elements of id strActuatorID.


CollapseManager.collapseGroup(intGroupIndex)

 

parameters

intGroupIndex - The index of the group.

 

comments

Collapses the group with the given index.


CollapseManager.expandGroup(intGroupIndex)

 

parameters

intGroupIndex - The index of the group.

 

comments

Expands the group with the given index.


See Also

 

None given.


Usage Examples

 

Comments (0)

You don't have permission to comment on this page.