Letractively / jxlib

Automatically exported from code.google.com/p/jxlib
0 stars 0 forks source link

Add exposeOnHover and auto hide options to Jx.Menu #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe your proposed enhancement, including

* why is this feature desirable?

The current implementation is built to mimic desktop menus but often in web 
sites it is desirable 
to have a menu automatically expose itself when the user hovers over the menu 
item, and 
automatically hide when the user leaves the menu (after a short delay).

* what components of the library are affected?

menu.js requires two new options, one to control exposeOnHover and one to 
control the 
hideDelay

* does it change the existing API in any way?

no, all existing menu functionality will work as is

* does it require documentation changes?

yes, need to document the new options inline

* does it require changes to the examples?

yes, the menu example should be updated to include an example of exposeOnHover 
and 
hideDelay

Original issue reported on code.google.com by pagameba on 5 Apr 2010 at 4:19

GoogleCodeExporter commented 9 years ago
implemented in r833

Original comment by pagameba on 5 Apr 2010 at 5:18