From 203b10531a65a4d59bdce74bc6644d8621cd6a1a Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 16 Sep 2006 01:27:27 +0000 Subject: Fixed #363 --- framework/Web/Javascripts/js/debug/effects.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'framework/Web/Javascripts/js/debug/effects.js') diff --git a/framework/Web/Javascripts/js/debug/effects.js b/framework/Web/Javascripts/js/debug/effects.js index 7e8ba2ed..c0f3c4af 100644 --- a/framework/Web/Javascripts/js/debug/effects.js +++ b/framework/Web/Javascripts/js/debug/effects.js @@ -958,3 +958,11 @@ Element.Methods.visualEffect = function(element, effect, options) { Element.addMethods(); +Prado.Effect = +{ + Highlight : function(element, options) + { + new Effect.Highlight(element,options||{}); + } +} + -- cgit v1.2.3