summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/JuiControls')
-rw-r--r--framework/Web/UI/JuiControls/TJuiAutoComplete.php4
-rw-r--r--framework/Web/UI/JuiControls/TJuiControlAdapter.php4
-rw-r--r--framework/Web/UI/JuiControls/TJuiDraggable.php2
-rw-r--r--framework/Web/UI/JuiControls/TJuiDroppable.php3
-rw-r--r--framework/Web/UI/JuiControls/TJuiResizable.php2
-rw-r--r--framework/Web/UI/JuiControls/TJuiSelectable.php3
-rw-r--r--framework/Web/UI/JuiControls/TJuiSortable.php3
7 files changed, 0 insertions, 21 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiAutoComplete.php b/framework/Web/UI/JuiControls/TJuiAutoComplete.php
index 28402287..9f6432bf 100644
--- a/framework/Web/UI/JuiControls/TJuiAutoComplete.php
+++ b/framework/Web/UI/JuiControls/TJuiAutoComplete.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id: TJuiAutoComplete.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.ActiveControls
*/
@@ -77,7 +76,6 @@ Prado::using('System.Web.UI.JuiControls.TJuiControlAdapter');
* "informal" are ignored as text for suggestions.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Id: TJuiAutoComplete.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.ActiveControls
* @since 3.1
*/
@@ -360,7 +358,6 @@ class TJuiAutoComplete extends TActiveTextBox implements INamingContainer, IJuiO
* suggestion selected by the user, -1 if not suggestion is selected.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Id: TJuiAutoComplete.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.ActiveControls
* @since 3.1
*/
@@ -401,7 +398,6 @@ class TJuiAutoCompleteEventParameter extends TCallbackEventParameter
* item template.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Id: TJuiAutoComplete.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.ActiveControls
* @since 3.1
*/
diff --git a/framework/Web/UI/JuiControls/TJuiControlAdapter.php b/framework/Web/UI/JuiControls/TJuiControlAdapter.php
index 12ea69ba..58ca34da 100644
--- a/framework/Web/UI/JuiControls/TJuiControlAdapter.php
+++ b/framework/Web/UI/JuiControls/TJuiControlAdapter.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2013-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id: TJuiControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
*/
@@ -19,7 +18,6 @@ Prado::using('System.Web.UI.ActiveControls.TActiveControlAdapter');
* derived from a jQuery-ui widget.
*
* @author Fabio Bas <ctrlaltca@gmail.com>
- * @version $Id: TJuiControlAdapter.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
* @since 3.3
*/
@@ -88,7 +86,6 @@ class TJuiControlAdapter extends TActiveControlAdapter
* {@link TJuiControlOptions}.
*
* @author Fabio Bas <ctrlaltca@gmail.com>
- * @version $Id: TJuiControlAdapter.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
* @since 3.3
*/
@@ -109,7 +106,6 @@ interface IJuiOptions
* The options array can then get retrieved using {@link toArray} and applied to the jQuery-ui widget.
*
* @author Fabio Bas <ctrlaltca@gmail.com>
- * @version $Id: TJuiControlAdapter.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
* @since 3.3
*/
diff --git a/framework/Web/UI/JuiControls/TJuiDraggable.php b/framework/Web/UI/JuiControls/TJuiDraggable.php
index bcaf8e2c..19d334aa 100644
--- a/framework/Web/UI/JuiControls/TJuiDraggable.php
+++ b/framework/Web/UI/JuiControls/TJuiDraggable.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2013-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id: TJuiDraggable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
*/
@@ -27,7 +26,6 @@ Prado::using('System.Web.UI.JuiControls.TJuiControlAdapter');
* </code>
*
* @author Fabio Bas <ctrlaltca[at]gmail[dot]com>
- * @version $Id: TJuiDraggable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
* @since 3.3
*/
diff --git a/framework/Web/UI/JuiControls/TJuiDroppable.php b/framework/Web/UI/JuiControls/TJuiDroppable.php
index f434b254..49fc1e96 100644
--- a/framework/Web/UI/JuiControls/TJuiDroppable.php
+++ b/framework/Web/UI/JuiControls/TJuiDroppable.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2013-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id: TJuiDroppable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
*/
@@ -45,7 +44,6 @@ Prado::using('System.Web.UI.ActiveControls.TActivePanel');
* </code>
*
* @author Fabio Bas <ctrlaltca[at]gmail[dot]com>
- * @version $Id: TJuiDroppable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
* @since 3.3
*/
@@ -155,7 +153,6 @@ class TJuiDroppable extends TActivePanel implements IJuiOptions, ICallbackEventH
* @author Christophe BOULAIN (Christophe.Boulain@ceram.fr)
* @copyright Copyright &copy; 2008, PradoSoft
* @license http://www.pradosoft.com/license
- * @version $Id: TDropContainer.php 3285 2013-04-11 07:28:07Z ctrlaltca $
* @package System.Web.UI.JuiControls
*/
class TJuiDroppableEventParameter extends TCallbackEventParameter
diff --git a/framework/Web/UI/JuiControls/TJuiResizable.php b/framework/Web/UI/JuiControls/TJuiResizable.php
index 3cb5d128..f4553aef 100644
--- a/framework/Web/UI/JuiControls/TJuiResizable.php
+++ b/framework/Web/UI/JuiControls/TJuiResizable.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2013-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id: TJuiResizable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
*/
@@ -30,7 +29,6 @@ Prado::using('System.Web.UI.JuiControls.TJuiControlAdapter');
* </code>
*
* @author Fabio Bas <ctrlaltca[at]gmail[dot]com>
- * @version $Id: TJuiResizable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
* @since 3.3
*/
diff --git a/framework/Web/UI/JuiControls/TJuiSelectable.php b/framework/Web/UI/JuiControls/TJuiSelectable.php
index 49919871..6c020951 100644
--- a/framework/Web/UI/JuiControls/TJuiSelectable.php
+++ b/framework/Web/UI/JuiControls/TJuiSelectable.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2013-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id: TJuiSelectable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
*/
@@ -29,7 +28,6 @@ Prado::using('System.Web.UI.JuiControls.TJuiControlAdapter');
* $this->repeater1->dataBind();
* </code>
* @author Fabio Bas <ctrlaltca[at]gmail[dot]com>
- * @version $Id: TJuiSelectable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
* @since 3.3
*/
@@ -147,7 +145,6 @@ class TJuiSelectable extends TActivePanel implements IJuiOptions
* item template.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Id: TJuiAutoComplete.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.ActiveControls
* @since 3.1
*/
diff --git a/framework/Web/UI/JuiControls/TJuiSortable.php b/framework/Web/UI/JuiControls/TJuiSortable.php
index fa67f739..87e4237e 100644
--- a/framework/Web/UI/JuiControls/TJuiSortable.php
+++ b/framework/Web/UI/JuiControls/TJuiSortable.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2013-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id: TJuiSortable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
*/
@@ -26,7 +25,6 @@ Prado::using('System.Web.UI.JuiControls.TJuiControlAdapter');
* </code>
*
* @author Fabio Bas <ctrlaltca[at]gmail[dot]com>
- * @version $Id: TJuiSortable.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.JuiControls
* @since 3.3
*/
@@ -144,7 +142,6 @@ class TJuiSortable extends TActivePanel implements IJuiOptions
* item template.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Id: TJuiAutoComplete.php 3245 2013-01-07 20:23:32Z ctrlaltca $
* @package System.Web.UI.ActiveControls
* @since 3.1
*/