topExpanded parameter

Use the topExpanded parameter to set or query the visibility of hidden elements between the top of the document and the first visible element.  If you set topExpanded to on, all of the hidden elements between the top of the document and the first visible element are forced visible.  If you set topExpanded to off, all of the hidden elements between the top of the document and the first visible element remain hidden.

 

Availability

query command
set command

 

Scope

The current view.

 

Syntax

query topExpanded
set topExpanded { on | off } 

 

Parameters

on Use the on parameter to indicate that the hidden elements between the top of the document and the first visible element should be forced visible.
off Use the off parameter to indicate that the hidden elements between the top of the document and the first visible element remain hidden.

 

Description

The topExpanded attribute is set to off if the any of the following happens:

 

Examples

query topExpanded
set topExpanded on 

Related reference
expandAll command
query command
set command
excludedClasses parameter
expanded parameter
includedClasses parameter
markIncluded parameter