Application Framework Reference

Module API

showDescendants()

The showDescendants() method sets child modules to visible.

Synopsis

showDescendants( invisibilityMode )

Parameters

invisibilityMode

String

A common invisibility mode to be passed to child modules.

Return Value

Undefined

Example

onRowClick: function(evt) {
    this.showDescendants(this.DRILLDOWN_VISIBILITY_KEY + "_" + this.moduleId);
},
 

See Also

hide()
hideDescendants()
show()