Popover.modal

bool modal() @property

Get modal property.

Returns

Sets whether the popover is modal (so other elements in the window do not

receive input while the popover is visible).

void modal(bool propval) @property

Set modal property.

Parameters

propvalSets whether the popover is modal (so other elements in the window do not receive input while the popover is visible).