DisplayBox.SingleClick

Availability

Flash Player 7.

Usage

DisplayBox.SingleClick = function(ID) 
{
// your statements here
}

Parameters

ID The row ID

Returns

None.

Description

Event handler; invoked when a row or image in a row is first clicked on since any other rows have been clicked on. This event will also fire every time a row or row image is clicked on when the DisplayBox.MultiSelect is set to true. The SingleClick method receives one parameter, ID, which is a number representing the row that was clicked.

Author

Telsim, Inc.