Popover.setAutohide

Sets whether @popover is modal.

A modal popover will grab the keyboard focus on it when being displayed. Clicking outside the popover area or pressing Esc will dismiss the popover.

Called this function on an already showing popup with a new autohide value different from the current one, will cause the popup to be hidden.

class Popover
void
setAutohide
()

Parameters

autohide bool

%TRUE to dismiss the popover on outside clicks

Meta