receive input while the popover is visible).
Popover.modal
bool modal() @property nothrowGet modal property.
Returns
Sets whether the popover is modal (so other elements in the window do not
void modal(bool propval) @property nothrowSet modal property.
Parameters
propval | Sets whether the popover is modal (so other elements in the window do not receive input while the popover is visible). |