DisplayBox.SetEditOff

Availability

Flash Player 7.

Usage

DisplayBox.SetEditOff([ID])

Parameters

ID Optional; The ID of the row to set. default : Current row

Returns

Boolean: result will be true if any of the columns were changed by the user since the DisplayBox.SetEditOn function was called. If the supplied row does not exist or the data was not changed, false will be returned.

Description

Function; Takes the specified row out of edit mode.

Example

Both of these calls will take the currently highlighted row out of edit mode.

myDisplayBox.SetEditOff(myDisplayBox.CurrentSelection);

myDisplayBox.SetEditOff();

Author

Telsim, Inc.