Skip to main content

Bug Tracker

Side navigation

Ticket #2764: treeview-expand.patch


File treeview-expand.patch, 0.5 KB (added by keymone, April 30, 2008 12:23PM UTC)
Index: jquery.treeview.js
===================================================================
--- jquery.treeview.js	(revision 5363)
+++ jquery.treeview.js	(working copy)
@@ -218,9 +218,14 @@
 			}
 			
 			return this;
-		}
-	});
+		},
 	
+    expand: function() {
+      $(this).parents("li."+CLASSES.expandable).find(">div."+CLASSES.hitarea).click();
+    }
+  
+  });
+	
 	// classes used by the plugin
 	// need to be styled via external stylesheet, see first example
 	$.treeview = {};

Download in other formats:

Original Format