[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-182-g9bec4ce

? sunnavy sunnavy at bestpractical.com
Tue Jul 27 22:58:08 EDT 2010


The branch, 3.9-trunk has been updated
       via  9bec4ce504ec17419063382ed14e16e2b6e06d29 (commit)
      from  07217b6e423bbbcbea107032feb3e6aa65da3f19 (commit)

Summary of changes:
 share/html/Elements/SelectDate |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 9bec4ce504ec17419063382ed14e16e2b6e06d29
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jul 28 10:58:29 2010 +0800

    add callbacks in SelectDate

diff --git a/share/html/Elements/SelectDate b/share/html/Elements/SelectDate
index 32a173d..d40741f 100755
--- a/share/html/Elements/SelectDate
+++ b/share/html/Elements/SelectDate
@@ -48,7 +48,9 @@
 <script type="text/javascript"><!--
     onLoadHook('createCalendarLink("<% $Name %>");');
 --></script>
+% $m->callback( %ARGS, Name => $Name, CallbackName => 'BeforeDateInput' );
 <input type="text" id="<% $Name %>" name="<% $Name %>" value="<% $Value %>" size="<% $Size %>" />
+% $m->callback( %ARGS, Name => $Name, CallbackName => 'AfterDateInput' );
 <%init>
 unless ((defined $Default) or 
 	($current <= 0)) {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list