ArrowDropPanel.showNextControl

Syntax

showNextControl(controlOrNodeOrPoint: PP.Ui.Control || HTMLElement || PP.Point);

Parameters

controlOrNodeOrPoint. Control, DOM node or point near to which the panel is placed.

Description

The showNextControl method displays panel next to the specified control, DOM node or point.

Example

The example of method use is given in the Example of Creating the ArrowDropPanel Component page.

See also:

ArrowDropPanel