phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php, 1.123.2.9.2.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php, 1.123.2.9.2.13, 1.123.2.9.2.14
Date: Thu, 28 Aug 2003 01:38:15 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv20436

Modified Files:
      Tag: Version-0_9_16-branch
        class.common.inc.php 
Log Message:
add on(Un)Load support

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.123.2.9.2.13
retrieving revision 1.123.2.9.2.14
diff -C2 -r1.123.2.9.2.13 -r1.123.2.9.2.14
*** class.common.inc.php        26 Aug 2003 01:42:16 -0000      1.123.2.9.2.13
--- class.common.inc.php        28 Aug 2003 05:38:13 -0000      1.123.2.9.2.14
***************
*** 1195,1198 ****
--- 1195,1216 ----
                }
  
+               /**
+               * Returns on(Un)Load attributes from js class
+               *
+               address@hidden Dave Hall - skwashd at phpgroupware.org
+               address@hidden string body attributes
+               */
+               function get_body_attribs()
+               {
+                       if(@is_object($GLOBALS['phpgw']->js))
+                       {
+                               return 
$GLOBALS['phpgw']->js->get_body_attribs();
+                       }
+                       else
+                       {
+                               return '';
+                       }
+               }
+ 
                
                function hex2bin($data)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]