From 5848239ebaecae62f90001a1154b0c8e0561719c Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 30 Jul 2014 17:01:35 -0400 Subject: [PATCH] Adds explanation in settings for delay/trigger --- server/documents/modules/popup.html.eco | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/server/documents/modules/popup.html.eco b/server/documents/modules/popup.html.eco index c1521658c..c52b55c48 100755 --- a/server/documents/modules/popup.html.eco +++ b/server/documents/modules/popup.html.eco @@ -335,12 +335,19 @@ themes : ['Default'] on hover - Event used to trigger popup. Can be either focus, click or hover + Event used to trigger popup. Can be either focus, click, hover, or manual. Manul popups must be triggered with $('.element').popup('show'); delay - 150 - Delay in milliseconds before showing a popup when using hover or focus events. + +
+ delay: { + show: 50, + hide: 0 + } +
+ + Delay in milliseconds before showing or hiding a popup on hover or focus transition