excludedClasses parameter

The excludedClasses parameter may be used to query or set the classes that should be excluded from the current view.  Any elements which have been assigned an excluded class will not be visible in the current view.

Availability

query command
set command

Scope

The current view.

Syntax

query excludedClasses
set excludedClasses [ className ] [...] 

Parameters

className Use the className parameter to indicate the name of a class that you want to exclude from the current element.

Description

You may specify any of the class names returned by the classes parameter.  If you do not specify any classes, none of the classes will be excluded from the current view.

Examples

query excludedClasses
set excludedClasses comment space 


query command
set command
class parameter
classes parameter
elementClasses parameter
includedClasses parameter
showAll action