PopOver
Constructors
new
PopOver
Description
Creates a new PopOver control.
Members
height
Description
Gets or sets the height of the pop over.
width
Description
Gets or sets the width of the pop over.
Methods
close()
Description
Closes the pop over.
open(container, side)
Description
The open method opens the pop over over the control or container specified, with the position provided as a string "left", "right", "top" or "bottom".
Parameters
Name | Type | Description |
---|---|---|
container | Container | The container or control to place the pop over.. over. |
side | string | The side to present the pop over on, this must be "left", "right", "top" or "bottom". |