summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TActiveControlAdapter.php
diff options
context:
space:
mode:
authorwei <>2006-09-09 03:08:55 +0000
committerwei <>2006-09-09 03:08:55 +0000
commite6105cdbe66420c4f30639ee1d652ce740054849 (patch)
treee046806b91241a1e6b18ae721f8358f0273e5924 /framework/Web/UI/ActiveControls/TActiveControlAdapter.php
parent90b3f22cba8ad85ef2eb38c158fa2da46d798cf8 (diff)
Add basic active control docs.
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveControlAdapter.php')
-rw-r--r--framework/Web/UI/ActiveControls/TActiveControlAdapter.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveControlAdapter.php b/framework/Web/UI/ActiveControls/TActiveControlAdapter.php
index 0ea10f4e..58b65486 100644
--- a/framework/Web/UI/ActiveControls/TActiveControlAdapter.php
+++ b/framework/Web/UI/ActiveControls/TActiveControlAdapter.php
@@ -6,7 +6,7 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2006 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ : $
+ * @version $Id$
* @package System.Web.UI.ActiveControls
*/
@@ -29,7 +29,7 @@ Prado::using('System.Web.UI.ActiveControls.TBaseActiveControl');
* corresponding client-side properties.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Revision: $ Sun Jun 18 20:35:34 EST 2006 $
+ * @version $Id$
* @package System.Web.UI.ActiveControls
* @since 3.1
*/
@@ -177,7 +177,7 @@ class TActiveControlAdapter extends TControlAdapter
* Tracking changes to the page state during callback.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Revision: $ Sun Jun 18 20:51:25 EST 2006 $
+ * @version $Id$
* @package System.Web.UI.ActiveControls
* @since 3.1
*/
@@ -367,7 +367,7 @@ class TCallbackPageStateTracker
* Calculates the viewstate changes during the request.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Revision: $ Thu Jun 22 02:50:45 EST 2006 $
+ * @version $Id$
* @package System.Web.UI.ActiveControls
* @since 3.1
*/
@@ -411,7 +411,7 @@ abstract class TViewStateDiff
* Calculate the changes to a scalar value.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Revision: $ Thu Jun 22 02:54:42 EST 2006 $
+ * @version $Id$
* @package System.Web.UI.ActiveControls
* @since 3.1
*/
@@ -436,7 +436,7 @@ class TScalarDiff extends TViewStateDiff
* Calculates the changes to the Style properties.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Revision: $ Thu Jun 22 02:55:47 EST 2006 $
+ * @version $Id$
* @package System.Web.UI.ActiveControls
* @since 3.1
*/
@@ -528,7 +528,7 @@ class TStyleDiff extends TViewStateDiff
* Calculate the changes to attributes collection.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Revision: $ Thu Jun 22 02:54:42 EST 2006 $
+ * @version $Id$
* @package System.Web.UI.ActiveControls
* @since 3.1
*/