diff options
| author | Neylor Ohmaly | 2014-02-25 21:31:56 -0300 |
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-25 21:31:56 -0300 |
| commit | 1a4e375236e0ec17ed1ab11e43cd950343310a82 (patch) | |
| tree | f6fad42b1eea9ae3a6e9252872c1097e4026d622 | |
| parent | 96838f8b18885aadf9497e73be20ecc5bef8ca18 (diff) | |
| download | nsPopover-1a4e375236e0ec17ed1ab11e43cd950343310a82.tar.bz2 | |
Update of the documentation to reflect the addition of the ns-popover-timeout option0.5.7
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -82,6 +82,11 @@ A flag that indicates if the ``ns-popover-template`` is a plain string or not, d The ``ns-popover-trigger`` specify how the popover is triggered. This can be any event that the associated DOM element can trigger, default: ``click``. +### ``ns-popover-timeout {Number}`` + +The ``ns-popover-timeout`` specify the time to wait before closing the popover and after the mouseout event is +triggered by the popover. + ### ``ns-popover-placement {String}`` Specifies how to position the popover relative to the triggering element. The placement attribute has the given |
