Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Auto Automatic popover management with light dismiss behavior. Popover closes when // user clicks outside, presses Escape, or opens another auto popover. Auto = Popover("auto") // Manual Manual popover management requiring explicit close actions. Popover only closes // when specifically commanded via JavaScript or popover target actions. Manual = Popover("manual") )
Variables for Popover values
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.