From 5a47e8d5c472bfbe07abb464cdcc5bbc721f8d59 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 26 Aug 2006 12:27:37 +0000 Subject: MINOR BC BREAK (javascript related). Update javascript effect library to 1.6.2, unify javascript event handler function signatures. --- UPGRADE | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'UPGRADE') diff --git a/UPGRADE b/UPGRADE index 843bf021..b2781fee 100644 --- a/UPGRADE +++ b/UPGRADE @@ -15,6 +15,14 @@ for both A and B. Upgrading from v3.0.3 --------------------- +- This change affects existing client-side javascript handlers such as + + All ClientSide javascript event handlers (such as ClientSide.OnSuccess) + are by default wrapped within the function block. + function(sender, parameter){ // handler code } + You may override this behaviour by providing your own javascript statement block + as "javascript:MyHandlerFunction", e.g. ClientSide.OnSuccess="javascript:MyHandlerFunction" + or ClientSide.OnSuccess="javascript:function(validator,sender){ ... }" Upgrading from v3.0.2 -- cgit v1.2.3