diff options
Diffstat (limited to 'framework/Web/UI/TControl.php')
| -rw-r--r-- | framework/Web/UI/TControl.php | 16 | 
1 files changed, 0 insertions, 16 deletions
diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 9e6e8005..3037a4d9 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   */ @@ -64,7 +63,6 @@ Prado::using('System.Web.UI.TControlAdapter');   * They work together with page lifecycles to process a page request.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -1771,7 +1769,6 @@ class TControl extends TApplicationComponent implements IRenderable, IBindable   * controls to maintain a list of their child controls.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -1856,7 +1853,6 @@ class TControlCollection extends TList   * controls to it. This is useful for controls that do not allow child controls.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -1889,7 +1885,6 @@ class TEmptyControlCollection extends TControlCollection   * INamingContainer marks a control as a naming container.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -1903,7 +1898,6 @@ interface INamingContainer   * If a control wants to respond to postback event, it must implement this interface.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -1924,7 +1918,6 @@ interface IPostBackEventHandler   * If a control wants to load post data, it must implement this interface.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -1958,7 +1951,6 @@ interface IPostBackDataHandler   * If a control wants to validate user input, it must implement this interface.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -1996,7 +1988,6 @@ interface IValidator   * If a control wants to be validated by a validator, it must implement this interface.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -2022,7 +2013,6 @@ interface IValidatable   * If a control wants to check broadcast event, it must implement this interface.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -2046,7 +2036,6 @@ interface IBroadcastEventReceiver   * This interface must be implemented by theme.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -2066,7 +2055,6 @@ interface ITheme   * parsed template structures.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -2089,7 +2077,6 @@ interface ITemplate   * {@link TImageButton}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -2194,7 +2181,6 @@ interface ISurroundable   * {@link setParameter Parameter} property.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -2256,7 +2242,6 @@ class TBroadcastEventParameter extends TEventParameter   * with the command via {@link getCommandParameter CommandParameter} property.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -2301,7 +2286,6 @@ class TCommandEventParameter extends TEventParameter   * consecutive static strings, expressions and statements.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */  | 
