phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] skel class.base.php,1.1.2.1.2.3,1.1.2.1.2.4


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] skel class.base.php,1.1.2.1.2.3,1.1.2.1.2.4
Date: Fri, 24 Oct 2003 07:53:29 +0000

Update of /cvsroot/phpgroupware/skel
In directory subversions:/tmp/cvs-serv20796/skel

Modified Files:
      Tag: proposal-branch
        class.base.php 
Log Message:
added suport for apps that need to putput html

Index: class.base.php
===================================================================
RCS file: /cvsroot/phpgroupware/skel/Attic/class.base.php,v
retrieving revision 1.1.2.1.2.3
retrieving revision 1.1.2.1.2.4
diff -C2 -d -r1.1.2.1.2.3 -r1.1.2.1.2.4
*** class.base.php      24 Oct 2003 06:52:54 -0000      1.1.2.1.2.3
--- class.base.php      24 Oct 2003 07:53:27 -0000      1.1.2.1.2.4
***************
*** 41,44 ****
--- 41,51 ----
                }
  
+               function htmloutputtest()
+               {
+                       $str = '<table 
border="2"><tr><td>blah</td></tr><tr><td>blah</td></tr></table>';
+                       $GLOBALS['phpgw_xml_apinode']->add_node($str,'APPHTML');
+                       $GLOBALS['phpgw']->xslt_render_force_server = True;
+               }
+               
                function start()
                {





reply via email to

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