DataArea.getIsHistoryCollapsed

Syntax

getIsHistoryCollapsed(key: String);

Parameters

key. Key of the dictionary, whose tab will be checked.

Description

The getIsHistoryCollapsed method checks if the panel that contains attributes history is collapsed.

Comments

This method returns true if the panel that contains attributes history is collapsed, otherwise it returns false.

Example

The example of use is given on the page with description of the DataArea.addItem method.

See also:

DataArea