From ddb995eaf6570ea226875d4a8d75ca172ce0b667 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 22 Jan 2009 06:35:55 +0000 Subject: Added new UI element, gPanel, which is a similar mechanism to gDialog. Panels are hidden inline elements that can be revealed within list items, tables cells, etc. Still need to add the toggle off and ajaxify content. --- themes/admin_default/js/ui.init.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'themes/admin_default/js/ui.init.js') diff --git a/themes/admin_default/js/ui.init.js b/themes/admin_default/js/ui.init.js index e59a5a0b..c7b9cde4 100644 --- a/themes/admin_default/js/ui.init.js +++ b/themes/admin_default/js/ui.init.js @@ -30,4 +30,22 @@ $(document).ready(function(){ } } }); + + var panelLinks = $(".gPanelLink"); + for (i=0; i