Form specification files / Form item attributes |
The DOUBLECLICK attribute defines the action to be sent when the user double-clicks on a TABLE/TREE row.
DOUBLECLICK = action-name
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.