diff options
Diffstat (limited to 'framework/Web/UI/WebControls')
106 files changed, 4 insertions, 319 deletions
diff --git a/framework/Web/UI/WebControls/TAccordion.php b/framework/Web/UI/WebControls/TAccordion.php index 3a0fb1b0..fc794cd4 100644 --- a/framework/Web/UI/WebControls/TAccordion.php +++ b/framework/Web/UI/WebControls/TAccordion.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TAccordion.php 2915 2011-05-15 16:26:11Z ctrlaltca@gmail.com $   * @package System.Web.UI.WebControls   * @since 3.2   */ @@ -59,7 +58,6 @@   * </code>   *   * @author Gabor Berczi, DevWorx Hungary <gabor.berczi@devworx.hu> - * @version $Id: TAccordion.php 2915 2011-05-15 16:26:11Z ctrlaltca@gmail.com $   * @package System.Web.UI.WebControls   * @since 3.2   */ @@ -546,7 +544,6 @@ class TAccordion extends TWebControl implements IPostBackDataHandler   * {@link setNavigateUrl NavigateUrl} property to define the destination url.   *   * @author Gabor Berczi, DevWorx Hungary <gabor.berczi@devworx.hu> - * @version $Id: TAccordion.php 2915 2011-05-15 16:26:11Z ctrlaltca@gmail.com $   * @package System.Web.UI.WebControls   * @since 3.2   */ @@ -705,7 +702,6 @@ class TAccordionView extends TWebControl   * TAccordionViewCollection is a collection of {@link TAccordionView} to be used inside a {@link TAccordion}.   *   * @author Gabor Berczi, DevWorx Hungary <gabor.berczi@devworx.hu> - * @version $Id: TAccordion.php 2915 2011-05-15 16:26:11Z ctrlaltca@gmail.com $   * @package System.Web.UI.WebControls   * @since 3.2   */ diff --git a/framework/Web/UI/WebControls/TBaseDataList.php b/framework/Web/UI/WebControls/TBaseDataList.php index f5a78c54..9ebe551e 100644 --- a/framework/Web/UI/WebControls/TBaseDataList.php +++ b/framework/Web/UI/WebControls/TBaseDataList.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TBaseDataList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -37,7 +36,6 @@ Prado::using('System.Util.TDataFieldAccessor');   * content can be specified via {@link setHorizontalAlign HorizontalAlign}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TBaseDataList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TBaseValidator.php b/framework/Web/UI/WebControls/TBaseValidator.php index 8e4adbb9..a23e2104 100644 --- a/framework/Web/UI/WebControls/TBaseValidator.php +++ b/framework/Web/UI/WebControls/TBaseValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TBaseValidator.php 3319 2013-09-08 20:59:44Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -70,7 +69,6 @@ Prado::using('System.Web.UI.WebControls.TLabel');   * override the method {@link evaluateIsValid}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TBaseValidator.php 3319 2013-09-08 20:59:44Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -625,7 +623,6 @@ abstract class TBaseValidator extends TLabel implements IValidator   * See the quickstart documentation for further details.   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TBaseValidator.php 3319 2013-09-08 20:59:44Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -715,7 +712,6 @@ class TValidatorClientSide extends TClientSideOptions   * - Fixed: Similar to Dynamic except that the error message physically occupies the page layout (even though it may not be visible)   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TBaseValidator.php 3319 2013-09-08 20:59:44Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -738,7 +734,6 @@ class TValidatorDisplayStyle extends TEnumerable   * - String   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TBaseValidator.php 3319 2013-09-08 20:59:44Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TBoundColumn.php b/framework/Web/UI/WebControls/TBoundColumn.php index 8f27bb92..d7ac7750 100644 --- a/framework/Web/UI/WebControls/TBoundColumn.php +++ b/framework/Web/UI/WebControls/TBoundColumn.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TBoundColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -42,7 +41,6 @@ Prado::using('System.Web.UI.WebControls.TDataGridColumn');   * For more details, see {@link TRepeater} and {@link TDataList}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TBoundColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TBulletedList.php b/framework/Web/UI/WebControls/TBulletedList.php index 1be138f5..9cd3654e 100644 --- a/framework/Web/UI/WebControls/TBulletedList.php +++ b/framework/Web/UI/WebControls/TBulletedList.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TBulletedList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -33,7 +32,6 @@ Prado::using('System.Web.UI.WebControls.TListControl');   * will be raised under such a circumstance.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TBulletedList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -414,7 +412,6 @@ class TBulletedList extends TListControl implements IPostBackEventHandler   * of the item that is currently being clicked.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TBulletedList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -449,7 +446,6 @@ class TBulletedListEventParameter extends TEventParameter   * for a {@link TBulletedList} control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TBulletedList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -479,7 +475,6 @@ class TBulletStyle extends TEnumerable   * - LinkButton: the bulleted list items are displayed as link buttons that can cause postbacks   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TBulletedList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TButton.php b/framework/Web/UI/WebControls/TButton.php index 58565ef5..f24985e6 100644 --- a/framework/Web/UI/WebControls/TButton.php +++ b/framework/Web/UI/WebControls/TButton.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -43,7 +42,6 @@   * if the button does not cause a postback.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -355,7 +353,6 @@ class TButton extends TWebControl implements IPostBackEventHandler, IButtonContr   * - Button: a client button (normally does not perform form submission)   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TButtonColumn.php b/framework/Web/UI/WebControls/TButtonColumn.php index 3a82f11e..939fc721 100644 --- a/framework/Web/UI/WebControls/TButtonColumn.php +++ b/framework/Web/UI/WebControls/TButtonColumn.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TButtonColumn.php 3287 2013-04-30 10:10:16Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -48,7 +47,6 @@ Prado::using('System.Web.UI.WebControls.TImageButton');   * datagrid cell is the first child.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TButtonColumn.php 3287 2013-04-30 10:10:16Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TCaptcha.php b/framework/Web/UI/WebControls/TCaptcha.php index 98ca8861..4523ea40 100644 --- a/framework/Web/UI/WebControls/TCaptcha.php +++ b/framework/Web/UI/WebControls/TCaptcha.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TCaptcha.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -57,7 +56,6 @@ Prado::using('System.Web.UI.WebControls.TImage');   * </code>   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCaptcha.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ diff --git a/framework/Web/UI/WebControls/TCaptchaValidator.php b/framework/Web/UI/WebControls/TCaptchaValidator.php index a7b42b45..2758cac7 100644 --- a/framework/Web/UI/WebControls/TCaptchaValidator.php +++ b/framework/Web/UI/WebControls/TCaptchaValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TCaptchaValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -31,7 +30,6 @@ Prado::using('System.Web.UI.WebControls.TCaptcha');   * the CAPTCHA control that the user input should be compared with.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCaptchaValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ diff --git a/framework/Web/UI/WebControls/TCheckBox.php b/framework/Web/UI/WebControls/TCheckBox.php index 15c98e0d..a28beac7 100644 --- a/framework/Web/UI/WebControls/TCheckBox.php +++ b/framework/Web/UI/WebControls/TCheckBox.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TCheckBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -36,7 +35,6 @@   * that may bring security vulnerabilities.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCheckBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -519,7 +517,6 @@ class TCheckBox extends TWebControl implements IPostBackDataHandler, IValidatabl   * - Right: right aligned   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCheckBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TCheckBoxColumn.php b/framework/Web/UI/WebControls/TCheckBoxColumn.php index e10376aa..8f67df55 100644 --- a/framework/Web/UI/WebControls/TCheckBoxColumn.php +++ b/framework/Web/UI/WebControls/TCheckBoxColumn.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TCheckBoxColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -38,7 +37,6 @@ Prado::using('System.Web.UI.WebControls.TCheckBox');   * datagrid cell is the first child.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCheckBoxColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TCheckBoxList.php b/framework/Web/UI/WebControls/TCheckBoxList.php index 19706927..af59545c 100644 --- a/framework/Web/UI/WebControls/TCheckBoxList.php +++ b/framework/Web/UI/WebControls/TCheckBoxList.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TCheckBoxList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -43,7 +42,6 @@ Prado::using('System.Web.UI.WebControls.TCheckBox');   * The alignment of the text besides each checkbox can be specified via {@link setTextAlign TextAlign}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCheckBoxList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TClientScript.php b/framework/Web/UI/WebControls/TClientScript.php index 75cb30f6..6fca14d3 100644 --- a/framework/Web/UI/WebControls/TClientScript.php +++ b/framework/Web/UI/WebControls/TClientScript.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TClientScript.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -40,7 +39,6 @@   * generation cycle.   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TClientScript.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TColorPicker.php b/framework/Web/UI/WebControls/TColorPicker.php index f1d17e91..7b20318c 100644 --- a/framework/Web/UI/WebControls/TColorPicker.php +++ b/framework/Web/UI/WebControls/TColorPicker.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TColorPicker.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -33,7 +32,6 @@   * and <b>CancelButtonText</b> properties.   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TColorPicker.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -248,7 +246,6 @@ class TColorPicker extends TTextBox   * # Full - Full-featured color picker.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TColorPicker.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -265,7 +262,6 @@ class TColorPickerMode extends TEnumerable   * Client-side javascript code options.   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TColorPicker.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1   */ diff --git a/framework/Web/UI/WebControls/TCompareValidator.php b/framework/Web/UI/WebControls/TCompareValidator.php index b42ad4bd..b902b67b 100644 --- a/framework/Web/UI/WebControls/TCompareValidator.php +++ b/framework/Web/UI/WebControls/TCompareValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TCompareValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -40,7 +39,6 @@ Prado::using('System.Web.UI.WebControls.TBaseValidator');   * LessThan and LessThanEqual.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCompareValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -249,7 +247,6 @@ class TCompareValidator extends TBaseValidator   * - LessThanEqual   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCompareValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TConditional.php b/framework/Web/UI/WebControls/TConditional.php index afd82bbc..61cc3988 100644 --- a/framework/Web/UI/WebControls/TConditional.php +++ b/framework/Web/UI/WebControls/TConditional.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TConditional.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -39,7 +38,6 @@   * or {@link getFalseTemplate FalseTemplate}, but never both. And the condition is evaluated only once.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TConditional.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ diff --git a/framework/Web/UI/WebControls/TContent.php b/framework/Web/UI/WebControls/TContent.php index f9a1b72c..a2f15e3d 100644 --- a/framework/Web/UI/WebControls/TContent.php +++ b/framework/Web/UI/WebControls/TContent.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TContent.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -25,7 +24,6 @@   * {@link TContent} and {@link TContentPlaceHolder} controls.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TContent.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TContentPlaceHolder.php b/framework/Web/UI/WebControls/TContentPlaceHolder.php index 73550f4e..8a4d7284 100644 --- a/framework/Web/UI/WebControls/TContentPlaceHolder.php +++ b/framework/Web/UI/WebControls/TContentPlaceHolder.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TContentPlaceHolder.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -24,7 +23,6 @@   * {@link TContent} and {@link TContentPlaceHolder} controls.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TContentPlaceHolder.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TCustomValidator.php b/framework/Web/UI/WebControls/TCustomValidator.php index 8e2be1eb..6966a075 100644 --- a/framework/Web/UI/WebControls/TCustomValidator.php +++ b/framework/Web/UI/WebControls/TCustomValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TCustomValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -48,7 +47,6 @@ Prado::using('System.Web.UI.WebControls.TBaseValidator');   * with the TCustomValidator.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCustomValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -153,7 +151,6 @@ class TCustomValidator extends TBaseValidator   * <b>OnServerValidate</b> event of TCustomValidator components.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TCustomValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TDataBoundControl.php b/framework/Web/UI/WebControls/TDataBoundControl.php index b22b86d7..2a287aac 100644 --- a/framework/Web/UI/WebControls/TDataBoundControl.php +++ b/framework/Web/UI/WebControls/TDataBoundControl.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataBoundControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -39,7 +38,6 @@ Prado::using('System.Collections.TPagedDataSource');   * custom paging, set {@link setAllowCustomPaging AllowCustomPaging} to true.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataBoundControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -527,7 +525,6 @@ abstract class TDataBoundControl extends TWebControl   * - Pager: pager   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataBoundControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -553,7 +550,6 @@ class TListItemType extends TEnumerable   * {@link getItemType ItemType} property.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataBoundControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.0   */ diff --git a/framework/Web/UI/WebControls/TDataGrid.php b/framework/Web/UI/WebControls/TDataGrid.php index 7603cd62..96e799aa 100644 --- a/framework/Web/UI/WebControls/TDataGrid.php +++ b/framework/Web/UI/WebControls/TDataGrid.php @@ -11,7 +11,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -145,7 +144,6 @@ Prado::using('System.Web.UI.WebControls.TDataGridPagerStyle');   * - Save the data in viewstate and get it back during postbacks.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1680,7 +1678,6 @@ class TDataGrid extends TBaseDataList implements INamingContainer   * The {@link getItem Item} property indicates the datagrid item related with the event.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1718,7 +1715,6 @@ class TDataGridItemEventParameter extends TEventParameter   * The {@link getPager Pager} property indicates the datagrid pager related with the event.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1759,7 +1755,6 @@ class TDataGridPagerEventParameter extends TEventParameter   * raises the Command event.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1815,7 +1810,6 @@ class TDataGridCommandEventParameter extends TCommandEventParameter   * gives the sort expression carried with the sort command.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1869,7 +1863,6 @@ class TDataGridSortCommandEventParameter extends TEventParameter   * returns the new page index carried with the page command.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1923,7 +1916,6 @@ class TDataGridPageChangedEventParameter extends TEventParameter   * gives the index of the item from the bound data source.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -2060,7 +2052,6 @@ class TDataGridItem extends TTableRow implements INamingContainer   * TDataGridPager represents a datagrid pager.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -2119,7 +2110,6 @@ class TDataGridPager extends TPanel implements INamingContainer   * TDataGridItemCollection represents a collection of data grid items.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -2147,7 +2137,6 @@ class TDataGridItemCollection extends TList   * TDataGridColumnCollection represents a collection of data grid columns.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -2204,7 +2193,6 @@ class TDataGridColumnCollection extends TList   * - Numeric: pager buttons are displayed as numeric page numbers   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -2224,7 +2212,6 @@ class TDataGridPagerMode extends TEnumerable   * - PushButton: form submit buttons   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -2245,7 +2232,6 @@ class TDataGridPagerButtonType extends TEnumerable   * - TopAndBottom: pager appears on both top and bottom of the data grid.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGrid.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TDataGridColumn.php b/framework/Web/UI/WebControls/TDataGridColumn.php index 0e837597..1c8831d2 100644 --- a/framework/Web/UI/WebControls/TDataGridColumn.php +++ b/framework/Web/UI/WebControls/TDataGridColumn.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataGridColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -58,7 +57,6 @@ Prado::using('System.Web.UI.WebControls.TDataGrid');   * which is the major logic for managing the data and presentation of cells in the column.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGridColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -554,7 +552,6 @@ abstract class TDataGridColumn extends TApplicationComponent   * - ImageButton: image buttons   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGridColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TDataGridItemRenderer.php b/framework/Web/UI/WebControls/TDataGridItemRenderer.php index 7836fabf..376eea17 100644 --- a/framework/Web/UI/WebControls/TDataGridItemRenderer.php +++ b/framework/Web/UI/WebControls/TDataGridItemRenderer.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataGridItemRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -20,7 +19,6 @@ Prado::using('System.Web.UI.WebControls.TItemDataRenderer');   * define an item renderer class specific for {@link TDataGrid}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGridItemRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.0   */ diff --git a/framework/Web/UI/WebControls/TDataGridPagerStyle.php b/framework/Web/UI/WebControls/TDataGridPagerStyle.php index 6b116726..4e143e05 100644 --- a/framework/Web/UI/WebControls/TDataGridPagerStyle.php +++ b/framework/Web/UI/WebControls/TDataGridPagerStyle.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataGridPagerStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -18,7 +17,6 @@ Prado::using('System.Web.UI.WebControls.TDataGrid');   * TDataGridPagerStyle specifies the styles available for a datagrid pager.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataGridPagerStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TDataList.php b/framework/Web/UI/WebControls/TDataList.php index 1e5a893b..021fdf6d 100644 --- a/framework/Web/UI/WebControls/TDataList.php +++ b/framework/Web/UI/WebControls/TDataList.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -146,7 +145,6 @@ Prado::using('System.Web.UI.WebControls.TRepeatInfo');   * complex data may also have serializing problem if saved in viewstate.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1499,7 +1497,6 @@ class TDataList extends TBaseDataList implements INamingContainer, IRepeatInfoUs   * The {@link getItem Item} property indicates the DataList item related with the event.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1540,7 +1537,6 @@ class TDataListItemEventParameter extends TEventParameter   * raises the Command event.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1595,7 +1591,6 @@ class TDataListCommandEventParameter extends TCommandEventParameter   * is given by {@link getItemType ItemType} property.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1742,7 +1737,6 @@ class TDataListItem extends TWebControl implements INamingContainer, IItemDataRe   * TDataListItemCollection represents a collection of data list items.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TDataListItemRenderer.php b/framework/Web/UI/WebControls/TDataListItemRenderer.php index c435b7d4..cf42c9a4 100644 --- a/framework/Web/UI/WebControls/TDataListItemRenderer.php +++ b/framework/Web/UI/WebControls/TDataListItemRenderer.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataListItemRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -26,7 +25,6 @@ Prado::using('System.Web.UI.WebControls.TItemDataRenderer');   * which allows TDataList to apply CSS styles to the renders.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataListItemRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.0   */ diff --git a/framework/Web/UI/WebControls/TDataRenderer.php b/framework/Web/UI/WebControls/TDataRenderer.php index e19f5b49..0e98a1b4 100644 --- a/framework/Web/UI/WebControls/TDataRenderer.php +++ b/framework/Web/UI/WebControls/TDataRenderer.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.2   */ @@ -22,7 +21,6 @@   * - {@link getData Data}: data associated with this renderer.   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.2   */ diff --git a/framework/Web/UI/WebControls/TDataSourceControl.php b/framework/Web/UI/WebControls/TDataSourceControl.php index a9bbbbb2..afe4de2d 100644 --- a/framework/Web/UI/WebControls/TDataSourceControl.php +++ b/framework/Web/UI/WebControls/TDataSourceControl.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataSourceControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -14,7 +13,6 @@   * IDataSource class   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataSourceControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -29,7 +27,6 @@ interface IDataSource   * TDataSourceControl class   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataSourceControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -90,7 +87,6 @@ abstract class TDataSourceControl extends TControl implements IDataSource   * TDataSourceControl class   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataSourceControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TDataSourceView.php b/framework/Web/UI/WebControls/TDataSourceView.php index 44293bb6..b9a76a32 100644 --- a/framework/Web/UI/WebControls/TDataSourceView.php +++ b/framework/Web/UI/WebControls/TDataSourceView.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataSourceView.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -14,7 +13,6 @@   * TDataSourceSelectParameters class   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataSourceView.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -76,7 +74,6 @@ class TDataSourceSelectParameters extends TComponent   * TDataSourceView class   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataSourceView.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -179,7 +176,6 @@ abstract class TDataSourceView extends TComponent   * TReadOnlyDataSourceView class   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDataSourceView.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TDataTypeValidator.php b/framework/Web/UI/WebControls/TDataTypeValidator.php index 5cf3271b..3881bb84 100644 --- a/framework/Web/UI/WebControls/TDataTypeValidator.php +++ b/framework/Web/UI/WebControls/TDataTypeValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDataTypeValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -30,7 +29,6 @@ Prado::using('System.Web.UI.WebControls.TBaseValidator');   * provided, the string will be assumed to be in GNU datetime format.   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TDataTypeValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TDatePicker.php b/framework/Web/UI/WebControls/TDatePicker.php index 841fd080..112b2f74 100644 --- a/framework/Web/UI/WebControls/TDatePicker.php +++ b/framework/Web/UI/WebControls/TDatePicker.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDatePicker.php 3318 2013-09-04 14:04:51Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -73,7 +72,6 @@ Prado::using('System.Web.UI.WebControls.TTextBox');   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>   * @author Carl G. Mathisen <carlgmathisen@gmail.com> - * @version $Id: TDatePicker.php 3318 2013-09-04 14:04:51Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -904,7 +902,6 @@ class TDatePicker extends TTextBox   * as parameter to this event   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TDatePicker.php 3318 2013-09-04 14:04:51Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -938,7 +935,6 @@ class TDatePickerClientScript extends TClientSideOptions   * - DropDownList: dropdown lists are used to pick up date values   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDatePicker.php 3318 2013-09-04 14:04:51Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -960,7 +956,6 @@ class TDatePickerInputMode extends TEnumerable   * - ImageButton: Shows an image next to the text input, clicking on the image shows the date picker,   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDatePicker.php 3318 2013-09-04 14:04:51Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TDropDownList.php b/framework/Web/UI/WebControls/TDropDownList.php index 79fc2df5..ab56bc7a 100644 --- a/framework/Web/UI/WebControls/TDropDownList.php +++ b/framework/Web/UI/WebControls/TDropDownList.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDropDownList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -39,7 +38,6 @@ Prado::using('System.Web.UI.WebControls.TListControl');   * available item in the dropdown list will be selected.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDropDownList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TDropDownListColumn.php b/framework/Web/UI/WebControls/TDropDownListColumn.php index c2ce7a34..13a47aa7 100644 --- a/framework/Web/UI/WebControls/TDropDownListColumn.php +++ b/framework/Web/UI/WebControls/TDropDownListColumn.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TDropDownListColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -54,7 +53,6 @@ Prado::using('System.Web.UI.WebControls.TDropDownList');   * datagrid cell is the first child.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TDropDownListColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TEditCommandColumn.php b/framework/Web/UI/WebControls/TEditCommandColumn.php index 9bfc5772..d8db8059 100644 --- a/framework/Web/UI/WebControls/TEditCommandColumn.php +++ b/framework/Web/UI/WebControls/TEditCommandColumn.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TEditCommandColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -47,7 +46,6 @@ Prado::using('System.Web.UI.WebControls.TDataGridColumn');   * datagrid cell is the first child.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TEditCommandColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TEmailAddressValidator.php b/framework/Web/UI/WebControls/TEmailAddressValidator.php index a623873a..b5ed78c6 100644 --- a/framework/Web/UI/WebControls/TEmailAddressValidator.php +++ b/framework/Web/UI/WebControls/TEmailAddressValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TEmailAddressValidator.php 3283 2013-03-24 10:19:08Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -24,7 +23,6 @@ Prado::using('System.Web.UI.WebControls.TRegularExpressionValidator');   * checkdnsrr() is available in the installed PHP.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TEmailAddressValidator.php 3283 2013-03-24 10:19:08Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TExpression.php b/framework/Web/UI/WebControls/TExpression.php index 3acb8b7e..f1fea77b 100644 --- a/framework/Web/UI/WebControls/TExpression.php +++ b/framework/Web/UI/WebControls/TExpression.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TExpression.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -22,7 +21,6 @@   * make sure {@link setExpression Expression} does not come directly from user input.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TExpression.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TFileUpload.php b/framework/Web/UI/WebControls/TFileUpload.php index ede64361..af2ad3f2 100644 --- a/framework/Web/UI/WebControls/TFileUpload.php +++ b/framework/Web/UI/WebControls/TFileUpload.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TFileUpload.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -28,7 +27,6 @@   * (whether it succeeds or not).   *   * @author Marcus Nyeholt <tanus@users.sourceforge.net>, Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TFileUpload.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TFlushOutput.php b/framework/Web/UI/WebControls/TFlushOutput.php index dba35c79..0dbe0692 100644 --- a/framework/Web/UI/WebControls/TFlushOutput.php +++ b/framework/Web/UI/WebControls/TFlushOutput.php @@ -5,7 +5,6 @@   * @author Berczi Gabor <gabor.berczi@devworx.hu>   * @link http://www.pradosoft.com/   * @license http://www.pradosoft.com/license/ - * @version $Id: TFlushOutput.php $   * @package System.Web.UI.WebControls   */ @@ -23,17 +22,16 @@   * <com:TFlushOutput />   * </code>   * - * You can specify whether you want to keep buffering of the output  + * You can specify whether you want to keep buffering of the output   * (if it was enabled) till the next occourence of a <com: TFlushOutput /> - * or the end of the page rendering, or stop buffering, by using the  + * or the end of the page rendering, or stop buffering, by using the   * {@link setContinueBuffering ContinueBuffering}.   *   * @author Berczi Gabor <gabor.berczi@devworx.hu> - * @version $Id: TFlushOutput.php  $   * @package System.Web.UI.WebControls   * @since 3.1   */ -class TFlushOutput extends TControl  +class TFlushOutput extends TControl  {  	/**  	 * @var boolean whether to continue buffering of output @@ -73,7 +71,7 @@ class TFlushOutput extends TControl  	public function render($writer)  	{  //$writer->write('<!-- flush -->'); -		// ajax responses can't be parsed by the client side before loaded and returned completely,  +		// ajax responses can't be parsed by the client side before loaded and returned completely,  		// so don't bother with flushing output somewhere mid-page if refreshing in a callback  		if (!$this->Page->IsCallback)  		{ diff --git a/framework/Web/UI/WebControls/TFont.php b/framework/Web/UI/WebControls/TFont.php index 12e0929c..a07b8621 100644 --- a/framework/Web/UI/WebControls/TFont.php +++ b/framework/Web/UI/WebControls/TFont.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TFont.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -16,7 +15,6 @@   * TFont encapsulates the CSS style fields related with font settings.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TFont.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/THead.php b/framework/Web/UI/WebControls/THead.php index a05a4067..707bbfcc 100644 --- a/framework/Web/UI/WebControls/THead.php +++ b/framework/Web/UI/WebControls/THead.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THead.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   */ @@ -37,7 +36,6 @@   * theme will not be rendered.   *   * @author Marcus Nyeholt <tanus@users.sourceforge.net> and Qiang Xue <qiang.xue@gmail.com> - * @version $Id: THead.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0   */ @@ -186,7 +184,6 @@ class THead extends TControl   * attributes for a meta tag, respectively.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: THead.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -321,7 +318,6 @@ class TMetaTag extends TComponent   * contained in a {@link THead} control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: THead.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/THeader1.php b/framework/Web/UI/WebControls/THeader1.php index 447b0db3..8aa635b5 100644 --- a/framework/Web/UI/WebControls/THeader1.php +++ b/framework/Web/UI/WebControls/THeader1.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THeader1.php 2590 2008-12-10 11:34:24Z carlgmathisen $   * @package System.Web.UI.WebControls   */ @@ -18,7 +17,6 @@   * This is also useful for the {@link TWebControlDecorator} (used by themes).   *   * @author Brad Anderson <javalizard@gmail.com> - * @version $Id: THeader1.php 2541 2008-10-21 15:05:13Z javalizard $   * @package System.Web.UI.WebControls   * @since 3.2a   */ diff --git a/framework/Web/UI/WebControls/THeader2.php b/framework/Web/UI/WebControls/THeader2.php index 13e158d1..16631312 100644 --- a/framework/Web/UI/WebControls/THeader2.php +++ b/framework/Web/UI/WebControls/THeader2.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THeader2.php 2590 2008-12-10 11:34:24Z carlgmathisen $   * @package System.Web.UI.WebControls   */ @@ -18,7 +17,6 @@   * This is also useful for the {@link TWebControlDecorator} (used by themes).   *   * @author Brad Anderson <javalizard@gmail.com> - * @version $Id: THeader2.php 2541 2008-10-21 15:05:13Z javalizard $   * @package System.Web.UI.WebControls   * @since 3.2a   */ diff --git a/framework/Web/UI/WebControls/THeader3.php b/framework/Web/UI/WebControls/THeader3.php index bdceba36..64e48366 100644 --- a/framework/Web/UI/WebControls/THeader3.php +++ b/framework/Web/UI/WebControls/THeader3.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THeader3.php 2590 2008-12-10 11:34:24Z carlgmathisen $   * @package System.Web.UI.WebControls   */ @@ -18,7 +17,6 @@   * This is also useful for the {@link TWebControlDecorator} (used by themes).   *   * @author Brad Anderson <javalizard@gmail.com> - * @version $Id: THeader3.php 2541 2008-10-21 15:05:13Z javalizard $   * @package System.Web.UI.WebControls   * @since 3.2a   */ diff --git a/framework/Web/UI/WebControls/THeader4.php b/framework/Web/UI/WebControls/THeader4.php index a821f01e..6622dd34 100644 --- a/framework/Web/UI/WebControls/THeader4.php +++ b/framework/Web/UI/WebControls/THeader4.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THeader4.php 2590 2008-12-10 11:34:24Z carlgmathisen $   * @package System.Web.UI.WebControls   */ @@ -18,7 +17,6 @@   * This is also useful for the {@link TWebControlDecorator} (used by themes).   *   * @author Brad Anderson <javalizard@gmail.com> - * @version $Id: THeader4.php 2541 2008-10-21 15:05:13Z javalizard $   * @package System.Web.UI.WebControls   * @since 3.2   */ diff --git a/framework/Web/UI/WebControls/THeader5.php b/framework/Web/UI/WebControls/THeader5.php index 5f65cf9d..4d061943 100644 --- a/framework/Web/UI/WebControls/THeader5.php +++ b/framework/Web/UI/WebControls/THeader5.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THeader5.php 2590 2008-12-10 11:34:24Z carlgmathisen $   * @package System.Web.UI.WebControls   */ @@ -18,7 +17,6 @@   * This is also useful for the {@link TWebControlDecorator} (used by themes).   *   * @author Brad Anderson <javalizard@gmail.com> - * @version $Id: THeader5.php 2541 2008-10-21 15:05:13Z javalizard $   * @package System.Web.UI.WebControls   * @since 3.2   */ diff --git a/framework/Web/UI/WebControls/THeader6.php b/framework/Web/UI/WebControls/THeader6.php index a15077e5..164c391c 100644 --- a/framework/Web/UI/WebControls/THeader6.php +++ b/framework/Web/UI/WebControls/THeader6.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THeader6.php 2590 2008-12-10 11:34:24Z carlgmathisen $   * @package System.Web.UI.WebControls   */ @@ -18,7 +17,6 @@   * This is also useful for the {@link TWebControlDecorator} (used by themes).   *   * @author Brad Anderson <javalizard@gmail.com> - * @version $Id: THeader6.php 2541 2008-10-21 15:05:13Z javalizard $   * @package System.Web.UI.WebControls   * @since 3.2   */ diff --git a/framework/Web/UI/WebControls/THiddenField.php b/framework/Web/UI/WebControls/THiddenField.php index 1658dcf3..d887a5e6 100644 --- a/framework/Web/UI/WebControls/THiddenField.php +++ b/framework/Web/UI/WebControls/THiddenField.php @@ -6,7 +6,6 @@   * @link http://www.xisc.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version $Id: THiddenField.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -19,7 +18,6 @@   * event will be raised.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: THiddenField.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/THtmlArea.php b/framework/Web/UI/WebControls/THtmlArea.php index c0aa223d..fd26d0ab 100644 --- a/framework/Web/UI/WebControls/THtmlArea.php +++ b/framework/Web/UI/WebControls/THtmlArea.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THtmlArea.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -72,7 +71,6 @@ Prado::using('System.Web.UI.WebControls.TTextBox');   * </code>   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: THtmlArea.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/THtmlArea4.php b/framework/Web/UI/WebControls/THtmlArea4.php index f175c07e..7ae4aa4e 100644 --- a/framework/Web/UI/WebControls/THtmlArea4.php +++ b/framework/Web/UI/WebControls/THtmlArea4.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THtmlArea4.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -53,7 +52,6 @@ Prado::using('System.Web.UI.WebControls.TTextBox');   * </code>   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: THtmlArea.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/THtmlElement.php b/framework/Web/UI/WebControls/THtmlElement.php index 711fe33a..f5bee915 100644 --- a/framework/Web/UI/WebControls/THtmlElement.php +++ b/framework/Web/UI/WebControls/THtmlElement.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THtmlElement.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -23,7 +22,6 @@ Prado::using('System.Web.UI.WebControls.TWebControl');   *   * @author Qiang Xue <qiang.xue@gmail.com>   * @author Brad Anderson <javalizard@gmail.com> - * @version $Id: THtmlElement.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.2   */ diff --git a/framework/Web/UI/WebControls/THyperLink.php b/framework/Web/UI/WebControls/THyperLink.php index 10d8e27b..3cda0c48 100644 --- a/framework/Web/UI/WebControls/THyperLink.php +++ b/framework/Web/UI/WebControls/THyperLink.php @@ -6,7 +6,6 @@   * @link http://www.xisc.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version $Id: THyperLink.php 3286 2013-04-18 06:09:19Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -26,7 +25,6 @@   * the content enclosed within the control tag will be rendered.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: THyperLink.php 3286 2013-04-18 06:09:19Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/THyperLinkColumn.php b/framework/Web/UI/WebControls/THyperLinkColumn.php index 55180adf..05060ea6 100644 --- a/framework/Web/UI/WebControls/THyperLinkColumn.php +++ b/framework/Web/UI/WebControls/THyperLinkColumn.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: THyperLinkColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -45,7 +44,6 @@ Prado::using('System.Web.UI.WebControls.THyperLink');   * datagrid cell is the first child.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: THyperLinkColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TImage.php b/framework/Web/UI/WebControls/TImage.php index 620f18d8..6ebbca5d 100644 --- a/framework/Web/UI/WebControls/TImage.php +++ b/framework/Web/UI/WebControls/TImage.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TImage.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -21,7 +20,6 @@   * or {@link setDescriptionUrl DescriptionUrl} property, respectively.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImage.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TImageButton.php b/framework/Web/UI/WebControls/TImageButton.php index 02fb420b..ff876b07 100644 --- a/framework/Web/UI/WebControls/TImageButton.php +++ b/framework/Web/UI/WebControls/TImageButton.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TImageButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -52,7 +51,6 @@ Prado::using('System.Web.UI.WebControls.TImage');   * TImageButton displays the {@link setText Text} property as the hint text to the displayed image.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -378,7 +376,6 @@ class TImageButton extends TImage implements IPostBackDataHandler, IPostBackEven   * {@link TImageButton::onClick Click} event of {@link TImageButton} controls.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TImageMap.php b/framework/Web/UI/WebControls/TImageMap.php index 2118679e..23409b1c 100644 --- a/framework/Web/UI/WebControls/TImageMap.php +++ b/framework/Web/UI/WebControls/TImageMap.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TImageMap.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -33,7 +32,6 @@ Prado::using('System.Web.UI.WebControls.TImage');   * </code>   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageMap.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -230,7 +228,6 @@ class TImageMap extends TImage implements IPostBackEventHandler   * access {@link getPostBackValue PostBackValue}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageMap.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -262,7 +259,6 @@ class TImageMapEventParameter extends TEventParameter   * THotSpotCollection represents a collection of hotspots in an imagemap.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageMap.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -293,7 +289,6 @@ class THotSpotCollection extends TList   * and {@link TRectangleHotSpot}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageMap.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -604,7 +599,6 @@ abstract class THotSpot extends TComponent   * control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageMap.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -682,7 +676,6 @@ class TCircleHotSpot extends THotSpot   * TImageMap} control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageMap.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -776,7 +769,6 @@ class TRectangleHotSpot extends THotSpot   * TImageMap} control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageMap.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -823,7 +815,6 @@ class TPolygonHotSpot extends THotSpot   * - Inactive: the hotspot is inactive (not clickable)   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TImageMap.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TInlineFrame.php b/framework/Web/UI/WebControls/TInlineFrame.php index 3bb64ecf..09e82315 100644 --- a/framework/Web/UI/WebControls/TInlineFrame.php +++ b/framework/Web/UI/WebControls/TInlineFrame.php @@ -7,7 +7,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TInlineFrame.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -27,7 +26,6 @@   * Original Prado v2 IFrame Author Information   * @author Jason Ragsdale <jrags@jasrags.net>   * @author Harry Pottash <hpottash@gmail.com> - * @version $Id: TInlineFrame.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -239,7 +237,6 @@ class TInlineFrame extends TWebControl implements IDataRenderer   * - Bottom: bottom aligned   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TInlineFrame.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -264,7 +261,6 @@ class TInlineFrameAlign extends TEnumerable   * - Both: show both horizontal and vertical scroll bars all the time.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TInlineFrame.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TItemDataRenderer.php b/framework/Web/UI/WebControls/TItemDataRenderer.php index 4abf8478..eb6fabef 100644 --- a/framework/Web/UI/WebControls/TItemDataRenderer.php +++ b/framework/Web/UI/WebControls/TItemDataRenderer.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TItemDataRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.2   */ @@ -28,7 +27,6 @@ Prado::using('System.Web.UI.WebControls.TDataRenderer');   * - {@link getData Data}: data associated with this renderer   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TItemDataRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.2   */ diff --git a/framework/Web/UI/WebControls/TJavascriptLogger.php b/framework/Web/UI/WebControls/TJavascriptLogger.php index 780f84f5..f9f9a37d 100644 --- a/framework/Web/UI/WebControls/TJavascriptLogger.php +++ b/framework/Web/UI/WebControls/TJavascriptLogger.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TJavascriptLogger.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -26,7 +25,6 @@   * http://web.archive.org/web/20060512041505/gleepglop.com/javascripts/logger/   *   * @author Wei Zhuo<weizhuo[at]gmail[dot]com> - * @version $Id: TJavascriptLogger.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TKeyboard.php b/framework/Web/UI/WebControls/TKeyboard.php index df714c69..d423107a 100644 --- a/framework/Web/UI/WebControls/TKeyboard.php +++ b/framework/Web/UI/WebControls/TKeyboard.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TKeyboard.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ @@ -33,7 +32,6 @@   * also be changed by specifying {@link setKeyboardCssClass KeyboardCssClass}.   *   * @author Sergey Morkovkin <sergeymorkovkin@mail.ru> and Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TKeyboard.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ diff --git a/framework/Web/UI/WebControls/TLabel.php b/framework/Web/UI/WebControls/TLabel.php index 119563fd..6ffd025b 100644 --- a/framework/Web/UI/WebControls/TLabel.php +++ b/framework/Web/UI/WebControls/TLabel.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TLabel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -26,7 +25,6 @@   * Make sure it does not contain dangerous characters that you want to avoid.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TLabel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TLinkButton.php b/framework/Web/UI/WebControls/TLinkButton.php index d50b95a3..fe1ae33b 100644 --- a/framework/Web/UI/WebControls/TLinkButton.php +++ b/framework/Web/UI/WebControls/TLinkButton.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TLinkButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -50,7 +49,6 @@   * as an image button by enclosing an <img> tag as the body of TLinkButton.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TLinkButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TListBox.php b/framework/Web/UI/WebControls/TListBox.php index ab59f08a..1d72f0c2 100644 --- a/framework/Web/UI/WebControls/TListBox.php +++ b/framework/Web/UI/WebControls/TListBox.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TListBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -32,7 +31,6 @@ Prado::using('System.Web.UI.WebControls.TListControl');   * </code>   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TListBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -250,7 +248,6 @@ class TListBox extends TListControl implements IPostBackDataHandler, IValidatabl   * - Multiple: allow multiple selection   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TListBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TListControl.php b/framework/Web/UI/WebControls/TListControl.php index 74361bdf..f8655761 100644 --- a/framework/Web/UI/WebControls/TListControl.php +++ b/framework/Web/UI/WebControls/TListControl.php @@ -8,7 +8,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TListControl.php 3288 2013-04-30 10:36:50Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -79,7 +78,6 @@ Prado::using('System.Util.TDataFieldAccessor');   * be used to add a dummy list item that will be rendered first.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TListControl.php 3288 2013-04-30 10:36:50Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TListControlValidator.php b/framework/Web/UI/WebControls/TListControlValidator.php index b3613d1c..04cc6ef6 100644 --- a/framework/Web/UI/WebControls/TListControlValidator.php +++ b/framework/Web/UI/WebControls/TListControlValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TListControlValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -57,7 +56,6 @@ Prado::using('System.Web.UI.WebControls.TBaseValidator');   * </code>   *   * @author Xiang Wei Zhuo <weizhuo[at]gmail.com> - * @version $Id: TListControlValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TListItem.php b/framework/Web/UI/WebControls/TListItem.php index 0d9f39eb..cf5e487a 100644 --- a/framework/Web/UI/WebControls/TListItem.php +++ b/framework/Web/UI/WebControls/TListItem.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TListItem.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -21,7 +20,6 @@   * if the list control supports so.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TListItem.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TLiteral.php b/framework/Web/UI/WebControls/TLiteral.php index 10649b72..35d35e02 100644 --- a/framework/Web/UI/WebControls/TLiteral.php +++ b/framework/Web/UI/WebControls/TLiteral.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TLiteral.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -27,7 +26,6 @@   * does not contain unwanted characters that may bring security vulnerabilities.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TLiteral.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TLiteralColumn.php b/framework/Web/UI/WebControls/TLiteralColumn.php index b4c788b8..973ab801 100644 --- a/framework/Web/UI/WebControls/TLiteralColumn.php +++ b/framework/Web/UI/WebControls/TLiteralColumn.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TLiteralColumn.php 1397 2006-09-07 07:55:53Z wei $   * @package System.Web.UI.WebControls   */ @@ -29,7 +28,6 @@ Prado::using('System.Web.UI.WebControls.TDataGridColumn');   * If {@link setEncode Encode} is true, the static texts will be HTML-encoded.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TLiteralColumn.php 1397 2006-09-07 07:55:53Z wei $   * @package System.Web.UI.WebControls   * @since 3.0.5   */ diff --git a/framework/Web/UI/WebControls/TMarkdown.php b/framework/Web/UI/WebControls/TMarkdown.php index a75a7207..75ca71af 100644 --- a/framework/Web/UI/WebControls/TMarkdown.php +++ b/framework/Web/UI/WebControls/TMarkdown.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TMarkdown.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -39,7 +38,6 @@ Prado::using('System.3rdParty.Markdown.MarkdownParser');   * and enclosed within a pair of square brackets (e.g. [php]).   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TMarkdown.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.1   */ diff --git a/framework/Web/UI/WebControls/TMultiView.php b/framework/Web/UI/WebControls/TMultiView.php index 014ad958..05725ff7 100644 --- a/framework/Web/UI/WebControls/TMultiView.php +++ b/framework/Web/UI/WebControls/TMultiView.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TMultiView.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -32,7 +31,6 @@   * when its active view is changed during a postback.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TMultiView.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -272,7 +270,6 @@ class TMultiView extends TControl   * TViewCollection represents a collection that only takes {@link TView} instances   * as collection elements.   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TMultiView.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -307,7 +304,6 @@ class TViewCollection extends TControlCollection   * and when a view is deactivated, it raises {@link onDeactivate OnDeactivate}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TMultiView.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TOutputCache.php b/framework/Web/UI/WebControls/TOutputCache.php index 2ac78417..2a5ce734 100644 --- a/framework/Web/UI/WebControls/TOutputCache.php +++ b/framework/Web/UI/WebControls/TOutputCache.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TOutputCache.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -63,7 +62,6 @@   * to determine whether the content is cached or not.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TOutputCache.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1   */ @@ -503,7 +501,6 @@ class TOutputCache extends TControl implements INamingContainer   * <b>OnCheckDependency</b> event of {@link TOutputCache} control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TOutputCache.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -555,7 +552,6 @@ class TOutputCacheCheckDependencyEventParameter extends TEventParameter   * <b>OnCalculateKey</b> event of {@link TOutputCache} control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TOutputCache.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -591,7 +587,6 @@ class TOutputCacheCalculateKeyEventParameter extends TEventParameter   *   * @author Gabor Berczi, DevWorx Hungary <gabor.berczi@devworx.hu>   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TOutputCache.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.2   */ diff --git a/framework/Web/UI/WebControls/TPager.php b/framework/Web/UI/WebControls/TPager.php index 89f24788..b4b9c2b0 100644 --- a/framework/Web/UI/WebControls/TPager.php +++ b/framework/Web/UI/WebControls/TPager.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TPager.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -45,7 +44,6 @@   * Multiple pagers can be associated with the same data-bound control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TPager.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.2   */ @@ -727,7 +725,6 @@ class TPager extends TWebControl implements INamingContainer   * returns the new page index carried with the page command.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TPager.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.2   */ @@ -781,7 +778,6 @@ class TPagerPageChangedEventParameter extends TEventParameter   * - DropDownList: a dropdown list is used to select pages   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TPager.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -802,7 +798,6 @@ class TPagerMode extends TEnumerable   * - PushButton: form submit buttons   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TPager.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TPanel.php b/framework/Web/UI/WebControls/TPanel.php index 1411cd0b..2256420b 100644 --- a/framework/Web/UI/WebControls/TPanel.php +++ b/framework/Web/UI/WebControls/TPanel.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TPanel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -35,7 +34,6 @@ Prado::using('System.Web.UI.WebControls.TPanelStyle');   * by setting the {@link setDefaultButton DefaultButton} property.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TPanel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TPanelStyle.php b/framework/Web/UI/WebControls/TPanelStyle.php index 06df9f62..d1dfe62e 100644 --- a/framework/Web/UI/WebControls/TPanelStyle.php +++ b/framework/Web/UI/WebControls/TPanelStyle.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TPanelStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -20,7 +19,6 @@ Prado::using('System.Web.UI.WebControls.TStyle');   * TPanelStyle represents the CSS style specific for panel HTML tag.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TPanelStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -239,7 +237,6 @@ class TPanelStyle extends TStyle   * - RightToLeft: content in a panel is right to left   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TPanelStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -263,7 +260,6 @@ class TContentDirection extends TEnumerable   * - Vertical: vertical scroll bar only   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TPanelStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TPlaceHolder.php b/framework/Web/UI/WebControls/TPlaceHolder.php index 5c108e2d..6809a402 100644 --- a/framework/Web/UI/WebControls/TPlaceHolder.php +++ b/framework/Web/UI/WebControls/TPlaceHolder.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TPlaceHolder.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -18,7 +17,6 @@   * by manipulating the {@link TControl::getControls Controls} property.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TPlaceHolder.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TRadioButton.php b/framework/Web/UI/WebControls/TRadioButton.php index 93a89c1c..5dd7f767 100644 --- a/framework/Web/UI/WebControls/TRadioButton.php +++ b/framework/Web/UI/WebControls/TRadioButton.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TRadioButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -49,7 +48,6 @@ Prado::using('System.Web.UI.WebControls.TRadioButtonList');   * that may bring security vulnerabilities.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRadioButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TRadioButtonList.php b/framework/Web/UI/WebControls/TRadioButtonList.php index 964a96b0..bead3582 100644 --- a/framework/Web/UI/WebControls/TRadioButtonList.php +++ b/framework/Web/UI/WebControls/TRadioButtonList.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TRadioButtonList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -29,7 +28,6 @@ Prado::using('System.Web.UI.WebControls.TCheckBoxList');   * one radiobutton can be selected at a time.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRadioButtonList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TRangeValidator.php b/framework/Web/UI/WebControls/TRangeValidator.php index ae906be7..8a3c0e35 100644 --- a/framework/Web/UI/WebControls/TRangeValidator.php +++ b/framework/Web/UI/WebControls/TRangeValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TRangeValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -46,7 +45,6 @@ Prado::using('System.Web.UI.WebControls.TBaseValidator');   * defaulted as UTF-8.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRangeValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -350,7 +348,6 @@ class TRangeValidator extends TBaseValidator   * - StringLength   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRangeValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TRatingList.php b/framework/Web/UI/WebControls/TRatingList.php index 02bcf909..09d7fc6a 100644 --- a/framework/Web/UI/WebControls/TRatingList.php +++ b/framework/Web/UI/WebControls/TRatingList.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TRatingList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -22,7 +21,6 @@ Prado::using('System.Web.UI.WebControls.TRadioButtonList');   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>   * @author Bradley Booms <bradley[dot]booms[at]gmail[dot]com> - * @version $Id: TRatingList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TRegularExpressionValidator.php b/framework/Web/UI/WebControls/TRegularExpressionValidator.php index 0d6e3b3d..2c155e28 100644 --- a/framework/Web/UI/WebControls/TRegularExpressionValidator.php +++ b/framework/Web/UI/WebControls/TRegularExpressionValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TRegularExpressionValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -43,7 +42,6 @@ Prado::using('System.Web.UI.WebControls.TBaseValidator');   * Use a {@link TRequiredFieldValidator} to ensure the input is not empty.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRegularExpressionValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TRepeatInfo.php b/framework/Web/UI/WebControls/TRepeatInfo.php index cd924ab9..7b65b3b3 100644 --- a/framework/Web/UI/WebControls/TRepeatInfo.php +++ b/framework/Web/UI/WebControls/TRepeatInfo.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TRepeatInfo.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -17,7 +16,6 @@ Prado::using('System.Web.UI.WebControls.TTable');   * This interface must be implemented by classes who want to use {@link TRepeatInfo}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeatInfo.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -70,7 +68,6 @@ interface IRepeatInfoUser   * the column and repeat direction settings.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeatInfo.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -526,7 +523,6 @@ class TRepeatInfo extends TComponent   * - Horizontal   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeatInfo.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -547,7 +543,6 @@ class TRepeatDirection extends TEnumerable   * - Raw: the repeated contents are stacked together without any additional decorations   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeatInfo.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TRepeater.php b/framework/Web/UI/WebControls/TRepeater.php index 146e6af2..a563a12d 100644 --- a/framework/Web/UI/WebControls/TRepeater.php +++ b/framework/Web/UI/WebControls/TRepeater.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TRepeater.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -87,7 +86,6 @@ Prado::using('System.Util.TDataFieldAccessor');   * complex data may also have serializing problem if saved in viewstate.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeater.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -784,7 +782,6 @@ class TRepeater extends TDataBoundControl implements INamingContainer   * The {@link getItem Item} property indicates the repeater item related with the event.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeater.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -825,7 +822,6 @@ class TRepeaterItemEventParameter extends TEventParameter   * raises the Command event.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeater.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -880,7 +876,6 @@ class TRepeaterCommandEventParameter extends TCommandEventParameter   * is given by {@link getItemType ItemType} property.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeater.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1001,7 +996,6 @@ class TRepeaterItem extends TControl implements INamingContainer, IItemDataRende   * TRepeaterItemCollection represents a collection of repeater items.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeater.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TRepeaterItemRenderer.php b/framework/Web/UI/WebControls/TRepeaterItemRenderer.php index ccc15d69..1c41e65f 100644 --- a/framework/Web/UI/WebControls/TRepeaterItemRenderer.php +++ b/framework/Web/UI/WebControls/TRepeaterItemRenderer.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TRepeaterItemRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -23,7 +22,6 @@ Prado::using('System.Web.UI.WebControls.TItemDataRenderer');   * the bubbling scheme for the OnCommand event of repeater items.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRepeaterItemRenderer.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.0   */ diff --git a/framework/Web/UI/WebControls/TRequiredFieldValidator.php b/framework/Web/UI/WebControls/TRequiredFieldValidator.php index 285bf71a..3db2457d 100644 --- a/framework/Web/UI/WebControls/TRequiredFieldValidator.php +++ b/framework/Web/UI/WebControls/TRequiredFieldValidator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TRequiredFieldValidator.php 3288 2013-04-30 10:36:50Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -29,7 +28,6 @@ Prado::using('System.Web.UI.WebControls.TBaseValidator');   * set, it will be automatically considered as the validator's {@link setInitialValue InitialValue}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TRequiredFieldValidator.php 3288 2013-04-30 10:36:50Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TSafeHtml.php b/framework/Web/UI/WebControls/TSafeHtml.php index 388c7603..b7b14f79 100644 --- a/framework/Web/UI/WebControls/TSafeHtml.php +++ b/framework/Web/UI/WebControls/TSafeHtml.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TSafeHtml.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -34,7 +33,6 @@   * to ensure the contents gets parsed correctly.   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TSafeHtml.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TSlider.php b/framework/Web/UI/WebControls/TSlider.php index 1d77d52d..c0d76559 100644 --- a/framework/Web/UI/WebControls/TSlider.php +++ b/framework/Web/UI/WebControls/TSlider.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TSlider.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ @@ -42,7 +41,6 @@   * - ClientSide.onChange is called when the slider value has changed (at the end of a move).   *   * @author Christophe Boulain <Christophe.Boulain@gmail.com> - * @version $Id: TSlider.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ @@ -508,7 +506,6 @@ class TSlider extends TWebControl implements IPostBackDataHandler, IDataRenderer   * The <tt>OnChange</tt> event is raised when the slider value is changed (or at the end of a move)   *   * @author Christophe Boulain <Christophe.Boulain@gmail.com> - * @version $Id: TSlider.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ @@ -561,7 +558,6 @@ class TSliderClientScript extends TClientSideOptions   * - Vertical : Vertical slider   *   * @author Christophe Boulain <Christophe.Boulain@gmail.com> - * @version $Id: TSlider.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ diff --git a/framework/Web/UI/WebControls/TStatements.php b/framework/Web/UI/WebControls/TStatements.php index 1a2beb08..0602732b 100644 --- a/framework/Web/UI/WebControls/TStatements.php +++ b/framework/Web/UI/WebControls/TStatements.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TStatements.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -23,7 +22,6 @@   * make sure {@link setStatements Statements} does not come directly from user input.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TStatements.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TStyle.php b/framework/Web/UI/WebControls/TStyle.php index 5330aab5..f30b3461 100644 --- a/framework/Web/UI/WebControls/TStyle.php +++ b/framework/Web/UI/WebControls/TStyle.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -21,7 +20,6 @@ Prado::using('System.Web.UI.WebControls.TFont');   * TStyle encapsulates the CSS style applied to a control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -418,7 +416,6 @@ class TStyle extends TComponent   * - Hidden: the control is not displayed and is included in the layout.   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1   */ @@ -435,7 +432,6 @@ class TDisplayStyle extends TEnumerable   * TTableStyle represents the CSS style specific for HTML table.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -676,7 +672,6 @@ class TTableStyle extends TStyle   * TTableItemStyle represents the CSS style specific for HTML table item.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -831,7 +826,6 @@ class TTableItemStyle extends TStyle   * - Justify: the begin and end are justified   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -855,7 +849,6 @@ class THorizontalAlign extends TEnumerable   * - Middle: middle aligned   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -879,7 +872,6 @@ class TVerticalAlign extends TEnumerable   * - Both: both horizontal and vertical grid lines are shown   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TStyleSheet.php b/framework/Web/UI/WebControls/TStyleSheet.php index 7a8bff08..32c0faf1 100644 --- a/framework/Web/UI/WebControls/TStyleSheet.php +++ b/framework/Web/UI/WebControls/TStyleSheet.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TStyleSheet.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ diff --git a/framework/Web/UI/WebControls/TTabPanel.php b/framework/Web/UI/WebControls/TTabPanel.php index d3dacbf1..8f1564db 100644 --- a/framework/Web/UI/WebControls/TTabPanel.php +++ b/framework/Web/UI/WebControls/TTabPanel.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTabPanel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ @@ -54,7 +53,6 @@   * </code>   *   * @author Tomasz Wolny <tomasz.wolny@polecam.to.pl> and Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTabPanel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ @@ -540,7 +538,6 @@ class TTabPanel extends TWebControl implements IPostBackDataHandler   * setting the {@link setActive Active} property.   *   * @author Tomasz Wolny <tomasz.wolny@polecam.to.pl> and Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTabPanel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ @@ -694,7 +691,6 @@ class TTabView extends TWebControl   * TTabViewCollection is used to maintain a list of views belong to a {@link TTabPanel}.   *   * @author Tomasz Wolny <tomasz.wolny@polecam.to.pl> and Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTabPanel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.1.1   */ diff --git a/framework/Web/UI/WebControls/TTable.php b/framework/Web/UI/WebControls/TTable.php index b0763cad..4102cd4b 100644 --- a/framework/Web/UI/WebControls/TTable.php +++ b/framework/Web/UI/WebControls/TTable.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTable.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -61,7 +60,6 @@ Prado::using('System.Web.UI.WebControls.TTableRow');   * </code>   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTable.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -358,7 +356,6 @@ class TTable extends TWebControl   * TTableRowCollection is used to maintain a list of rows belong to a table.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTable.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -395,7 +392,6 @@ class TTableRowCollection extends TControlCollection   * - Right: right aligned   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTable.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TTableCell.php b/framework/Web/UI/WebControls/TTableCell.php index 65fe6943..d78aebbd 100644 --- a/framework/Web/UI/WebControls/TTableCell.php +++ b/framework/Web/UI/WebControls/TTableCell.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTableCell.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -28,7 +27,6 @@   * indicates whether the contents in the cell should be wrapped.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTableCell.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TTableFooterRow.php b/framework/Web/UI/WebControls/TTableFooterRow.php index 44997ff6..32be1e12 100644 --- a/framework/Web/UI/WebControls/TTableFooterRow.php +++ b/framework/Web/UI/WebControls/TTableFooterRow.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTableFooterRow.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -21,7 +20,6 @@ Prado::using('System.Web.UI.WebControls.TTableRow');   * TTableFooterRow displays a table footer row.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTableFooterRow.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.1   */ diff --git a/framework/Web/UI/WebControls/TTableHeaderCell.php b/framework/Web/UI/WebControls/TTableHeaderCell.php index 3f6d29aa..43b21b45 100644 --- a/framework/Web/UI/WebControls/TTableHeaderCell.php +++ b/framework/Web/UI/WebControls/TTableHeaderCell.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTableHeaderCell.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -22,7 +21,6 @@ Prado::using('System.Web.UI.WebControls.TTableCell');   * TTableHeaderCell displays a table header cell on a Web page.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTableHeaderCell.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -111,7 +109,6 @@ class TTableHeaderCell extends TTableCell   * - Column: the scope is column-wise   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTableHeaderCell.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TTableHeaderRow.php b/framework/Web/UI/WebControls/TTableHeaderRow.php index 1220c539..0e42a416 100644 --- a/framework/Web/UI/WebControls/TTableHeaderRow.php +++ b/framework/Web/UI/WebControls/TTableHeaderRow.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTableHeaderRow.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -21,7 +20,6 @@ Prado::using('System.Web.UI.WebControls.TTableRow');   * TTableHeaderRow displays a table header row.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTableHeaderRow.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.1   */ diff --git a/framework/Web/UI/WebControls/TTableRow.php b/framework/Web/UI/WebControls/TTableRow.php index 92eadbe1..d0bc6bfb 100644 --- a/framework/Web/UI/WebControls/TTableRow.php +++ b/framework/Web/UI/WebControls/TTableRow.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTableRow.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -24,7 +23,6 @@ Prado::using('System.Web.UI.WebControls.TTableCell');   * {@link setVerticalAlign VerticalAlign} properties, respectively.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTableRow.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -160,7 +158,6 @@ class TTableRow extends TWebControl   * TTableCellCollection is used to maintain a list of cells belong to a table row.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTableRow.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -195,7 +192,6 @@ class TTableCellCollection extends TControlCollection   * - Footer: in table footer   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTableRow.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TTemplateColumn.php b/framework/Web/UI/WebControls/TTemplateColumn.php index 5fcdbfdf..947f0c47 100644 --- a/framework/Web/UI/WebControls/TTemplateColumn.php +++ b/framework/Web/UI/WebControls/TTemplateColumn.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTemplateColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -34,7 +33,6 @@ Prado::using('System.Web.UI.WebControls.TDataGridColumn');   * takes precedence.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTemplateColumn.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TTextBox.php b/framework/Web/UI/WebControls/TTextBox.php index af2f67ac..0d14dd7c 100644 --- a/framework/Web/UI/WebControls/TTextBox.php +++ b/framework/Web/UI/WebControls/TTextBox.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTextBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -44,7 +43,6 @@   * Currently, no alternatives are available.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTextBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -593,7 +591,6 @@ class TTextBox extends TWebControl implements IPostBackDataHandler, IValidatable   * - Password: the textbox will hide user input like a password input box   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTextBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -610,7 +607,6 @@ class TTextBoxMode extends TEnumerable   * by a {@link TTextBox} control.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTextBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TTextHighlighter.php b/framework/Web/UI/WebControls/TTextHighlighter.php index 8e3df192..a10171db 100644 --- a/framework/Web/UI/WebControls/TTextHighlighter.php +++ b/framework/Web/UI/WebControls/TTextHighlighter.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTextHighlighter.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -31,7 +30,6 @@ Prado::using('System.Web.UI.WebControls.TTextProcessor');   * because it needs to insert some CSS styles.   *   * @author Wei Zhuo<weizhuo[at]gmail[dot]com> - * @version $Id: TTextHighlighter.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -202,7 +200,6 @@ class TTextHighlighter extends TTextProcessor  /**   * @author Wei Zhuo<weizhuo[at]gmail[dot]com> - * @version $Id: TTextHighlighter.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TTextProcessor.php b/framework/Web/UI/WebControls/TTextProcessor.php index 0c99116d..daba9b46 100644 --- a/framework/Web/UI/WebControls/TTextProcessor.php +++ b/framework/Web/UI/WebControls/TTextProcessor.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TTextProcessor.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -23,7 +22,6 @@   * Note, all child classes must implement {@link processText} method.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TTextProcessor.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI   * @since 3.0.1   */ diff --git a/framework/Web/UI/WebControls/TValidationSummary.php b/framework/Web/UI/WebControls/TValidationSummary.php index fe646f30..3d5b61ca 100644 --- a/framework/Web/UI/WebControls/TValidationSummary.php +++ b/framework/Web/UI/WebControls/TValidationSummary.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TValidationSummary.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -30,7 +29,6 @@   * {@link setEnableClientScript EnableClientScript} is true.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TValidationSummary.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -430,7 +428,6 @@ class TValidationSummary extends TWebControl   * See the quickstart documentation for further details.   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id: TValidationSummary.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -499,7 +496,6 @@ class TClientSideValidationSummaryOptions extends TClientSideOptions   * - HeaderOnly: only the HeaderText will be display.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TValidationSummary.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -523,7 +519,6 @@ class TValidationSummaryDisplayMode extends TEnumerable   * - Fixed: Similar to Dynamic except that the error messages physically occupy the page layout (even though they may not be visible)   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TValidationSummary.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TWebControl.php b/framework/Web/UI/WebControls/TWebControl.php index 43e590fb..e0bd6194 100644 --- a/framework/Web/UI/WebControls/TWebControl.php +++ b/framework/Web/UI/WebControls/TWebControl.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TWebControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -35,7 +34,6 @@ Prado::using('System.Web.UI.WebControls.TWebControlDecorator');   * the body contents enclosed within the HTML tag.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWebControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TWebControlAdapter.php b/framework/Web/UI/WebControls/TWebControlAdapter.php index 4e5567b9..6b969456 100644 --- a/framework/Web/UI/WebControls/TWebControlAdapter.php +++ b/framework/Web/UI/WebControls/TWebControlAdapter.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TWebControlAdapter.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -19,7 +18,6 @@   * browsers.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWebControlAdapter.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/TWebControlDecorator.php b/framework/Web/UI/WebControls/TWebControlDecorator.php index b30c9b50..d08d9c82 100644 --- a/framework/Web/UI/WebControls/TWebControlDecorator.php +++ b/framework/Web/UI/WebControls/TWebControlDecorator.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TWebControlDecorator.php 2541 2008-10-21 15:05:13Z qiang.xue $   * @package System.Web.UI.WebControls   */ @@ -51,7 +50,6 @@   *   *   * @author Brad Anderson <javalizard@gmail.com> - * @version $Id: TWebControlDecorator.php 2541 2008-10-21 15:05:13Z qiang.xue $   * @package System.Web.UI.WebControls   * @since 3.2   */ diff --git a/framework/Web/UI/WebControls/TWizard.php b/framework/Web/UI/WebControls/TWizard.php index 18169155..6b82a691 100644 --- a/framework/Web/UI/WebControls/TWizard.php +++ b/framework/Web/UI/WebControls/TWizard.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   */ @@ -77,7 +76,6 @@ Prado::using('System.Web.UI.WebControls.TWizardNavigationButtonStyle');   * - side bar: {@link getSideBarStyle SideBarStyle} and {@link getSideBarButtonStyle SideBarButtonStyle}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1449,7 +1447,6 @@ class TWizard extends TWebControl implements INamingContainer   * set {@link setAllowReturn AllowReturn} to true.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1539,7 +1536,6 @@ class TWizardStep extends TView   * TCompleteWizardStep represents a wizard step of type TWizardStepType::Complete.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1574,7 +1570,6 @@ class TCompleteWizardStep extends TWizardStep   * if the navigation template is not specified, default navigation will be used.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1676,7 +1671,6 @@ class TTemplatedWizardStep extends TWizardStep implements INamingContainer   * by a {@link TWizard}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1740,7 +1734,6 @@ class TWizardStepCollection extends TList   * {@link getCancelButton CancelButton}, {@link getCompleteButton CompleteButton}.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1832,7 +1825,6 @@ class TWizardNavigationContainer extends TControl implements INamingContainer   * to true.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1897,7 +1889,6 @@ class TWizardNavigationEventParameter extends TEventParameter   * TWizardSideBarTemplate class.   * TWizardSideBarTemplate is the default template for wizard sidebar.   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1922,7 +1913,6 @@ class TWizardSideBarTemplate extends TComponent implements ITemplate   * TWizardSideBarListItemTemplate class.   * TWizardSideBarListItemTemplate is the default template for each item in the sidebar datalist.   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -1945,7 +1935,6 @@ class TWizardSideBarListItemTemplate extends TComponent implements ITemplate   * TWizardNavigationTemplate class.   * TWizardNavigationTemplate is the base class for various navigation templates.   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -2017,7 +2006,6 @@ class TWizardNavigationTemplate extends TComponent implements ITemplate   * TWizardStartNavigationTemplate is the template used as default wizard start navigation panel.   * It consists of two buttons, Next and Cancel.   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -2047,7 +2035,6 @@ class TWizardStartNavigationTemplate extends TWizardNavigationTemplate   * TWizardFinishNavigationTemplate is the template used as default wizard finish navigation panel.   * It consists of three buttons, Previous, Complete and Cancel.   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -2081,7 +2068,6 @@ class TWizardFinishNavigationTemplate extends TWizardNavigationTemplate   * TWizardStepNavigationTemplate is the template used as default wizard step navigation panel.   * It consists of three buttons, Previous, Next and Cancel.   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ @@ -2122,7 +2108,6 @@ class TWizardStepNavigationTemplate extends TWizardNavigationTemplate   * - Link: a hyperlink button   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ @@ -2146,7 +2131,6 @@ class TWizardNavigationButtonType extends TEnumerable   * - Finish: the last step before the Complete step.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizard.php 3274 2013-02-15 08:32:25Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0.4   */ diff --git a/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php b/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php index 06a45b69..c84f28a1 100644 --- a/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php +++ b/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php @@ -25,7 +25,6 @@ Prado::using('System.Web.UI.WebControls.TStyle');   * Otherwise, {@link setButtonText ButtonText} will be displayed as the button caption.   *   * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: TWizardNavigationButtonStyle.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls   * @since 3.0   */ diff --git a/framework/Web/UI/WebControls/assets/captcha.php b/framework/Web/UI/WebControls/assets/captcha.php index bffcd6f2..1c35e6eb 100644 --- a/framework/Web/UI/WebControls/assets/captcha.php +++ b/framework/Web/UI/WebControls/assets/captcha.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: captcha.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.WebControls.assets   */  | 
