DisplayBox.SetEditOn

Availability

Flash Player 7.

Usage

DisplayBox.SetEditOn([ID])

Parameters

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

Returns

Boolean: If the supplied row does not exist, false will be returned.

Description

Function; Places the specified row into edit mode.

Example

Both of these calls will place the currently highlighted row into edit mode.

myDisplayBox.SetEditOn(myDisplayBox.CurrentSelection);

myDisplayBox.SetEditOn();

Author

Telsim, Inc.