Author: dbiatenia
Date: 2007-05-23 06:58:10 -0400 (Wed, 23 May 2007)
New Revision: 838
Modified:
trunk/richfaces/panelmenu/src/main/resources/org/richfaces/renderkit/html/scripts/panelMenu.js
Log:
Modified:
trunk/richfaces/panelmenu/src/main/resources/org/richfaces/renderkit/html/scripts/panelMenu.js
===================================================================
---
trunk/richfaces/panelmenu/src/main/resources/org/richfaces/renderkit/html/scripts/panelMenu.js 2007-05-23
10:29:19 UTC (rev 837)
+++
trunk/richfaces/panelmenu/src/main/resources/org/richfaces/renderkit/html/scripts/panelMenu.js 2007-05-23
10:58:10 UTC (rev 838)
@@ -17,8 +17,7 @@
PanelMenuStorage[myId] = this;}};
PanelMenuItem = Class.create();
PanelMenuItem.prototype = {
- initialize: function(ids, options, hoveredStyles, hoveredClasses, level,
haveDynamicIcon, action, opened, iconAlign, iconExpanded, iconCollapsed, iconSpacer,
- ajaxFunction){
+ initialize: function(ids, options, hoveredStyles, hoveredClasses, level,
haveDynamicIcon, action, opened, ajaxFunction, iconAlign, iconExpanded, iconCollapsed,
iconSpacer){
if (!ids.parentId){return};
this.type = options.type;
this.onopen = options.onopen;
Show replies by date