From d513a0d2f00c0667a1346fcec378c6fdc34f8871 Mon Sep 17 00:00:00 2001 From: rurban Date: Thu, 4 Jun 2009 11:33:24 +0000 Subject: [PATCH] TODO comment about php2js (not yet written) git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6869 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/HtmlElement.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/HtmlElement.php b/lib/HtmlElement.php index bba18f896..89a3ffe8c 100644 --- a/lib/HtmlElement.php +++ b/lib/HtmlElement.php @@ -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"); -- 2.45.0