DOUBLECLICK attribute

The DOUBLECLICK attribute defines the action to be sent when the user double-clicks on a TABLE/TREE row.

Syntax

DOUBLECLICK = action-name
  1. action-name defines the name of the action to be invoked on double-click.

Usage

The DOUBLECLICK attribute is typically used in a TABLE or TREE container, to define the action to be sent when the user double-clicks on a row.

When the TABLE is driven by a DISPLAY ARRAY, a double-click invokes the accept action by default.

With an INPUT ARRAY, double-click selects the whole text if the current widget is editable. If DOUBLECLICK is defined when using an INPUT ARRAY, the action can only be sent when the user double-clicks on a non-editable widget like a LABEL.