From: <ru...@us...> - 2009-06-04 11:33:39
|
Revision: 6869 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6869&view=rev Author: rurban Date: 2009-06-04 11:33:24 +0000 (Thu, 04 Jun 2009) Log Message: ----------- TODO comment about php2js (not yet written) Modified Paths: -------------- trunk/lib/HtmlElement.php Modified: trunk/lib/HtmlElement.php =================================================================== --- trunk/lib/HtmlElement.php 2009-06-04 11:30:51 UTC (rev 6868) +++ trunk/lib/HtmlElement.php 2009-06-04 11:33:24 UTC (rev 6869) @@ -4,6 +4,9 @@ * @author: Jeff Dairiki * * This code is now php5 compatible. --2004-04-19 23:51:43 rurban + * + * Todo: Add support for a JavaScript backend, a php2js compiler. + * HTML::div(array('onClick' => 'HTML::div(...)')) */ if (!class_exists("XmlElement")) require_once(dirname(__FILE__)."/XmlElement.php"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |