[richfaces-svn-commits] JBoss Rich Faces SVN: r5406 - in branches/3.1.x/ui: menu-components/src/main/resources/org/richfaces/renderkit/html/scripts and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jan 16 06:37:46 EST 2008


Author: sergeyhalipov
Date: 2008-01-16 06:37:45 -0500 (Wed, 16 Jan 2008)
New Revision: 5406

Modified:
   branches/3.1.x/ui/dropdown-menu/src/main/java/org/richfaces/renderkit/html/DropDownMenuRendererBase.java
   branches/3.1.x/ui/menu-components/src/main/resources/org/richfaces/renderkit/html/scripts/menu.js
Log:
http://jira.jboss.com/jira/browse/RF-1498

Modified: branches/3.1.x/ui/dropdown-menu/src/main/java/org/richfaces/renderkit/html/DropDownMenuRendererBase.java
===================================================================
--- branches/3.1.x/ui/dropdown-menu/src/main/java/org/richfaces/renderkit/html/DropDownMenuRendererBase.java	2008-01-16 10:00:28 UTC (rev 5405)
+++ branches/3.1.x/ui/dropdown-menu/src/main/java/org/richfaces/renderkit/html/DropDownMenuRendererBase.java	2008-01-16 11:37:45 UTC (rev 5406)
@@ -66,6 +66,7 @@
 			  subMenuOptions.addEventHandler("onopen");
 			  subMenuOptions.addEventHandler("onclose");
 			  subMenuOptions.addOption("direction");
+			  subMenuOptions.addOption("highlightParent", Boolean.TRUE);
 			  function.addParameter(subMenuOptions);
 			  function.appendScript(buffer);
 

Modified: branches/3.1.x/ui/menu-components/src/main/resources/org/richfaces/renderkit/html/scripts/menu.js
===================================================================
--- branches/3.1.x/ui/menu-components/src/main/resources/org/richfaces/renderkit/html/scripts/menu.js	2008-01-16 10:00:28 UTC (rev 5405)
+++ branches/3.1.x/ui/menu-components/src/main/resources/org/richfaces/renderkit/html/scripts/menu.js	2008-01-16 11:37:45 UTC (rev 5406)
@@ -1068,6 +1068,7 @@
 			this.hideDelay=menuLayer.hideDelay;
 		}
 
+		this.highlightParent = options.highlightParent;
 
 		return this;
 	},




More information about the richfaces-svn-commits mailing list