diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls')
37 files changed, 93 insertions, 92 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveButton.php b/framework/Web/UI/ActiveControls/TActiveButton.php index 16ba5339..ac5f0909 100644 --- a/framework/Web/UI/ActiveControls/TActiveButton.php +++ b/framework/Web/UI/ActiveControls/TActiveButton.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -63,7 +63,7 @@ class TActiveButton extends TButton implements ICallbackEventHandler, IActiveCon  	}  	/** -	 * Raises the callback event. This method is required by  +	 * Raises the callback event. This method is required by  	 * {@link ICallbackEventHandler} interface. If {@link getCausesValidation CausesValidation}  	 * is true, it will invoke the page's {@link TPage::validate validate}  	 * method first. It will raise {@link onClick OnClick} event first diff --git a/framework/Web/UI/ActiveControls/TActiveCheckBox.php b/framework/Web/UI/ActiveControls/TActiveCheckBox.php index 6221150d..589abd22 100644 --- a/framework/Web/UI/ActiveControls/TActiveCheckBox.php +++ b/framework/Web/UI/ActiveControls/TActiveCheckBox.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveCheckBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -121,9 +121,9 @@ class TActiveCheckBox extends TCheckBox implements ICallbackEventHandler, IActiv  	/**  	 * Ensure that the ID attribute is rendered and registers the javascript code  	 * for initializing the active control. -	 *  +	 *  	 * Since 3.1.4, the javascript code is not rendered if {@link setAutoPostBack AutoPostBack} is false -	 *  +	 *  	 * @param THtmlWriter the writer for the rendering purpose  	 * @param string checkbox id  	 * @param string onclick js diff --git a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php index a42044fb..593e43c3 100644 --- a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php +++ b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveCheckBoxList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveClientScript.php b/framework/Web/UI/ActiveControls/TActiveClientScript.php index 8fce726a..a251d44e 100755 --- a/framework/Web/UI/ActiveControls/TActiveClientScript.php +++ b/framework/Web/UI/ActiveControls/TActiveClientScript.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveClientScript.php 3144 2012-05-19 10:07:03Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -15,13 +15,13 @@   *   * This is the active counterpart of the {@link TClientScript} class.   * - * TActiveClientScript has the ability to render itself on ajax  + * TActiveClientScript has the ability to render itself on ajax   * callbacks. This means that every variable or function declared in javascript   * code will be available to the page.   *   * Beware that when rendered on normal (postback) or ajax callbacks, some - * javascript code won't behave in the same way.  - * When rendered as part of a normal/postback response, scripts will execute instantly  + * javascript code won't behave in the same way. + * When rendered as part of a normal/postback response, scripts will execute instantly   * where they are in the page and in a synchronous fashion.   * Instead, when they are rendered as part of a callback response,   * they will be executed when all DOM modifications are complete and any dynamic diff --git a/framework/Web/UI/ActiveControls/TActiveControlAdapter.php b/framework/Web/UI/ActiveControls/TActiveControlAdapter.php index ab15f091..98c3e092 100644 --- a/framework/Web/UI/ActiveControls/TActiveControlAdapter.php +++ b/framework/Web/UI/ActiveControls/TActiveControlAdapter.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveControlAdapter.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveCustomValidator.php b/framework/Web/UI/ActiveControls/TActiveCustomValidator.php index cc2a54a1..0049b46b 100644 --- a/framework/Web/UI/ActiveControls/TActiveCustomValidator.php +++ b/framework/Web/UI/ActiveControls/TActiveCustomValidator.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveCustomValidator.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveDatePicker.php b/framework/Web/UI/ActiveControls/TActiveDatePicker.php index 279739a8..6774b7ae 100755 --- a/framework/Web/UI/ActiveControls/TActiveDatePicker.php +++ b/framework/Web/UI/ActiveControls/TActiveDatePicker.php @@ -1,11 +1,11 @@  <?php  /**   * TActiveDatePicker class file - *  + *   * @author Bradley Booms <Bradley.Booms@nsighttel.com>   * @author Christophe Boulain <Christophe.Boulain@gmail.com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveDatePicker.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -18,11 +18,11 @@ Prado::using('System.Web.UI.ActiveControls.TActiveControlAdapter');  /**   * TActiveDatePicker class - *  + *   * The active control counter part to date picker control.   * When the date selection is changed, the {@link onCallback OnCallback} event is   * raised. - *  + *   * @author Bradley Booms <Bradley.Booms@nsighttel.com>   * @author Christophe Boulain <Christophe.Boulain@gmail.com>   * @version $Id: TActiveDatePicker.php 3245 2013-01-07 20:23:32Z ctrlaltca $ @@ -31,7 +31,7 @@ Prado::using('System.Web.UI.ActiveControls.TActiveControlAdapter');   */  class TActiveDatePicker extends TDatePicker  implements ICallbackEventHandler, IActiveControl  { -	 +  	/**  	 * @return boolean a value indicating whether an automatic postback to the server       * will occur whenever the user modifies the text in the TActiveDatePicker control and @@ -67,7 +67,7 @@ class TActiveDatePicker extends TDatePicker  implements ICallbackEventHandler, I  		$options['AutoPostBack'] = $this->getAutoPostBack();  		return $options;  	} -	 +  	/**  	 * Creates a new callback control, sets the adapter to  	 * TActiveControlAdapter. If you override this class, be sure to set the @@ -78,7 +78,7 @@ class TActiveDatePicker extends TDatePicker  implements ICallbackEventHandler, I  		parent::__construct();  		$this->setAdapter(new TActiveControlAdapter($this));  	} -	 +  	/**  	 * @return TBaseActiveCallbackControl standard callback control options.  	 */ @@ -103,21 +103,21 @@ class TActiveDatePicker extends TDatePicker  implements ICallbackEventHandler, I  				$cb->select($id.TControl::CLIENT_ID_SEPARATOR.'day', 'Value', $date['mday'], 'select');  				$cb->select($id.TControl::CLIENT_ID_SEPARATOR.'month', 'Value', $date['mon']-1, 'select');  				$cb->select($id.TControl::CLIENT_ID_SEPARATOR.'year', 'Value', $date['year'], 'select'); -				 +  			}  		}  	} -	 +  	/**  	 * Raises the callback event. This method is required by {@link -	 * ICallbackEventHandler} interface.  +	 * ICallbackEventHandler} interface.  	 * This method is mainly used by framework and control developers.  	 * @param TCallbackEventParameter the event parameter  	 */   	public function raiseCallbackEvent($param){  		$this->onCallback($param); -	}	 -	 +	} +  	/**  	 * This method is invoked when a callback is requested. The method raises  	 * 'OnCallback' event to fire up the event handlers. If you override this @@ -128,7 +128,7 @@ class TActiveDatePicker extends TDatePicker  implements ICallbackEventHandler, I  	public function onCallback($param){  		$this->raiseEvent('OnCallback', $this, $param);  	} -	 +  	/**  	 * Registers the javascript code to initialize the date picker.  	 */ @@ -174,7 +174,7 @@ class TActiveDatePicker extends TDatePicker  implements ICallbackEventHandler, I   * is changed.   * The formatted date according to {@link TDatePicker::getDateFormat DateFormat} is sent   * as parameter to this event - *  + *   * @author Fabio Bas <ctrlaltca[at]gmail[dot]com>   * @version $Id: TActiveDatePicker.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveDropDownList.php b/framework/Web/UI/ActiveControls/TActiveDropDownList.php index f0f8bba2..9c49db6e 100644 --- a/framework/Web/UI/ActiveControls/TActiveDropDownList.php +++ b/framework/Web/UI/ActiveControls/TActiveDropDownList.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveDropDownList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveHiddenField.php b/framework/Web/UI/ActiveControls/TActiveHiddenField.php index 0d4b3737..28be574a 100644 --- a/framework/Web/UI/ActiveControls/TActiveHiddenField.php +++ b/framework/Web/UI/ActiveControls/TActiveHiddenField.php @@ -4,7 +4,7 @@   *   * @author Carl G. Mathisen <carlgmathisen@gmail.com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id$   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveHyperLink.php b/framework/Web/UI/ActiveControls/TActiveHyperLink.php index 6ba8a801..b425b93d 100644 --- a/framework/Web/UI/ActiveControls/TActiveHyperLink.php +++ b/framework/Web/UI/ActiveControls/TActiveHyperLink.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveHyperLink.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveImage.php b/framework/Web/UI/ActiveControls/TActiveImage.php index 752c7a04..aa416cc0 100644 --- a/framework/Web/UI/ActiveControls/TActiveImage.php +++ b/framework/Web/UI/ActiveControls/TActiveImage.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveImage.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveImageButton.php b/framework/Web/UI/ActiveControls/TActiveImageButton.php index b2aa9960..da3bcd43 100644 --- a/framework/Web/UI/ActiveControls/TActiveImageButton.php +++ b/framework/Web/UI/ActiveControls/TActiveImageButton.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveImageButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveLabel.php b/framework/Web/UI/ActiveControls/TActiveLabel.php index 4fd19a56..6c658892 100644 --- a/framework/Web/UI/ActiveControls/TActiveLabel.php +++ b/framework/Web/UI/ActiveControls/TActiveLabel.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveLabel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveLinkButton.php b/framework/Web/UI/ActiveControls/TActiveLinkButton.php index d8a8ffcb..908b11cf 100644 --- a/framework/Web/UI/ActiveControls/TActiveLinkButton.php +++ b/framework/Web/UI/ActiveControls/TActiveLinkButton.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveLinkButton.php 3292 2013-05-31 08:51:42Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -145,7 +145,7 @@ class TActiveLinkButton extends TLinkButton implements IActiveControl, ICallback  					$this->getClientClassName(), $this->getPostBackOptions());  			} else { -				$this->getPage()->getCallbackClient()->setAttribute($this, 'href', false);				 +				$this->getPage()->getCallbackClient()->setAttribute($this, 'href', false);  			}  		}  	} diff --git a/framework/Web/UI/ActiveControls/TActiveListBox.php b/framework/Web/UI/ActiveControls/TActiveListBox.php index dfb4bf6e..5a9ea64d 100644 --- a/framework/Web/UI/ActiveControls/TActiveListBox.php +++ b/framework/Web/UI/ActiveControls/TActiveListBox.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveListBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php b/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php index e48b9364..6e8d40df 100644 --- a/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php +++ b/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveListControlAdapter.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActivePageAdapter.php b/framework/Web/UI/ActiveControls/TActivePageAdapter.php index 03fe2f16..2a6d8736 100644 --- a/framework/Web/UI/ActiveControls/TActivePageAdapter.php +++ b/framework/Web/UI/ActiveControls/TActivePageAdapter.php @@ -5,7 +5,7 @@   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @author Gabor Berczi <gabor.berczi@devworx.hu> (lazyload additions & progressive rendering)   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActivePageAdapter.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActivePager.php b/framework/Web/UI/ActiveControls/TActivePager.php index 7dcd3212..a5d629ea 100644 --- a/framework/Web/UI/ActiveControls/TActivePager.php +++ b/framework/Web/UI/ActiveControls/TActivePager.php @@ -4,7 +4,7 @@   *   * @author "gevik" (forum contributor) and Christophe Boulain (Christophe.Boulain@gmail.com)   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActivePager.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -17,13 +17,13 @@ Prado::using('System.Web.UI.ActiveControls.TActiveControlAdapter');  /**   * TActivePager is the active control counter part of TPager. - *  + *   * When a page change is requested, TActivePager raises a callback instead of the   * traditional postback.   *   * The {@link onCallback OnCallback} event is raised during a callback request   * and it is raise <b>after</b> the {@link onPageIndexChanged OnPageIndexChanged} event. - *  + *   * @author "gevik" (forum contributor) and Christophe Boulain (Christophe.Boulain@gmail.com)   * @version $Id: TActivePager.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -41,7 +41,7 @@ class TActivePager extends TPager implements IActiveControl, ICallbackEventHandl  		parent::__construct();  		$this->setAdapter(new TActiveControlAdapter($this));  	} -	 +  	/**  	 * @return TBaseActiveControl standard active control options.  	 */ @@ -60,11 +60,11 @@ class TActivePager extends TPager implements IActiveControl, ICallbackEventHandl  	/**  	 * Raises the callback event. This method is required by {@link -	 * ICallbackEventHandler} interface.  +	 * ICallbackEventHandler} interface.  	 * This method is mainly used by framework and control developers.  	 * @param TCallbackEventParameter the event parameter  	 */ -	  +   	public function raiseCallbackEvent($param)  	{  		$this->onCallback($param); @@ -82,7 +82,7 @@ class TActivePager extends TPager implements IActiveControl, ICallbackEventHandl  	{  		$this->raiseEvent('OnCallback', $this, $param);  	} -	 +  	/**  	 * Builds a dropdown list pager  	 * Override parent implementation to build Active dropdown lists. @@ -90,25 +90,25 @@ class TActivePager extends TPager implements IActiveControl, ICallbackEventHandl  	protected function buildListPager()  	{  		$list=new TActiveDropDownList; -		 +  		$list->getAdapter()->getBaseActiveControl()->setClientSide(  			$this->getClientSide()  		); -		 +  		$this->getControls()->add($list);  		$list->setDataSource(range(1,$this->getPageCount()));  		$list->dataBind();  		$list->setSelectedIndex($this->getCurrentPageIndex());  		$list->setAutoPostBack(true);  		$list->attachEventHandler('OnSelectedIndexChanged',array($this,'listIndexChanged')); -		$list->attachEventHandler('OnCallback', array($this, 'handleCallback'));				 -	}	 -		 +		$list->attachEventHandler('OnCallback', array($this, 'handleCallback')); +	} +  	/**  	 * Creates a pager button.  	 * Override parent implementation to create, depending on the button type, a TActiveLinkButton,  	 * a TActiveButton or a TActiveImageButton may be created. -	 *  +	 *  	 * @param string button type, either LinkButton or PushButton  	 * @param boolean whether the button should be enabled  	 * @param string caption of the button @@ -144,28 +144,28 @@ class TActivePager extends TPager implements IActiveControl, ICallbackEventHandl  			if(!$enabled)  				$button->setEnabled(false);  		} -		 +  		if($buttonType===TPagerButtonType::ImageButton)  		{  			$button->ImageUrl = $text;  		} -		 +  		$button->setText($text);  		$button->setCommandName($commandName);  		$button->setCommandParameter($commandParameter);  		$button->setCausesValidation(false); -		 -		$button->attachEventHandler('OnCallback', array($this, 'handleCallback'));		 + +		$button->attachEventHandler('OnCallback', array($this, 'handleCallback'));  		$button->getAdapter()->getBaseActiveControl()->setClientSide(  			$this->getClientSide()  		); -		 +  		return $button;  	} -	 +  	/**  	 * Event handler to the OnCallback active buttons or active dropdownlist. -	 * This handler will raise the {@link onCallback OnCallback} event  +	 * This handler will raise the {@link onCallback OnCallback} event  	 *  	 * @param mixed $sender  	 * @param TCallbackEventParameter $param @@ -181,14 +181,14 @@ class TActivePager extends TPager implements IActiveControl, ICallbackEventHandl  			{  				$control->render($param->getNewWriter());  				// FIXME : With some very fast machine, the getNewWriter() consecutive calls are in the same microsecond, resulting -				// of getting the same boundaries in ajax response. Wait 1 microsecond to avoid this.  +				// of getting the same boundaries in ajax response. Wait 1 microsecond to avoid this.  				usleep(1);  			}  		}  		// Raise callback event  		$this->onCallback($param); -	}	 -	 +	} +  	public function render ($writer)  	{  		if($this->getHasPreRendered()) diff --git a/framework/Web/UI/ActiveControls/TActivePanel.php b/framework/Web/UI/ActiveControls/TActivePanel.php index 39636cad..048d9123 100644 --- a/framework/Web/UI/ActiveControls/TActivePanel.php +++ b/framework/Web/UI/ActiveControls/TActivePanel.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActivePanel.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -87,7 +87,7 @@ class TActivePanel extends TPanel implements IActiveControl  			if ($this->getHasControls())  			{  				// If we update a TActivePanel on callback, -				// We shouldn't update all childs, because the whole content will be replaced by  +				// We shouldn't update all childs, because the whole content will be replaced by  				// the parent  				foreach ($this->findControlsByType('IActiveControl', false) as $control)  				{ diff --git a/framework/Web/UI/ActiveControls/TActiveRadioButton.php b/framework/Web/UI/ActiveControls/TActiveRadioButton.php index d192536a..9f5430df 100644 --- a/framework/Web/UI/ActiveControls/TActiveRadioButton.php +++ b/framework/Web/UI/ActiveControls/TActiveRadioButton.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveRadioButton.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -121,7 +121,7 @@ class TActiveRadioButton extends TRadioButton implements IActiveControl, ICallba  	 * Ensure that the ID attribute is rendered and registers the javascript code  	 * for initializing the active control.  	 * Since 3.1.4, the javascript code is not rendered if {@link setAutoPostBack AutoPostBack} is false -	 *  +	 *  	 */  	protected function renderInputTag($writer,$clientID,$onclick)  	{ diff --git a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php index 3244ce11..d66246ce 100644 --- a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php +++ b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveRadioButtonList.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TActiveRatingList.php b/framework/Web/UI/ActiveControls/TActiveRatingList.php index 022efe65..2b1c764c 100644 --- a/framework/Web/UI/ActiveControls/TActiveRatingList.php +++ b/framework/Web/UI/ActiveControls/TActiveRatingList.php @@ -5,7 +5,7 @@   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @author Bradley Booms <bradley[dot]booms[at]gmail[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id$   * @package System.Web.UI.ActiveControls @@ -116,7 +116,7 @@ class TActiveRatingList extends TRatingList implements IActiveControl, ICallback  	public function setCaption($value)  	{  		parent::setCaption($value); -		// if it's an active control, this should not be needed.  +		// if it's an active control, this should not be needed.  		$this->callClientFunction('setCaption',$value);  	} diff --git a/framework/Web/UI/ActiveControls/TActiveTextBox.php b/framework/Web/UI/ActiveControls/TActiveTextBox.php index 5f96ff29..bfc8db4b 100644 --- a/framework/Web/UI/ActiveControls/TActiveTextBox.php +++ b/framework/Web/UI/ActiveControls/TActiveTextBox.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TActiveTextBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TAutoComplete.php b/framework/Web/UI/ActiveControls/TAutoComplete.php index 5e144040..ca7c6d0b 100644 --- a/framework/Web/UI/ActiveControls/TAutoComplete.php +++ b/framework/Web/UI/ActiveControls/TAutoComplete.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TAutoComplete.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TBaseActiveControl.php b/framework/Web/UI/ActiveControls/TBaseActiveControl.php index 61230719..c19118d8 100644 --- a/framework/Web/UI/ActiveControls/TBaseActiveControl.php +++ b/framework/Web/UI/ActiveControls/TBaseActiveControl.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TBaseActiveControl.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TCallback.php b/framework/Web/UI/ActiveControls/TCallback.php index 2c20567c..cb067f49 100644 --- a/framework/Web/UI/ActiveControls/TCallback.php +++ b/framework/Web/UI/ActiveControls/TCallback.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TCallback.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TCallbackClientScript.php b/framework/Web/UI/ActiveControls/TCallbackClientScript.php index 40051f76..70fdfdf7 100644 --- a/framework/Web/UI/ActiveControls/TCallbackClientScript.php +++ b/framework/Web/UI/ActiveControls/TCallbackClientScript.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TCallbackClientScript.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -127,7 +127,7 @@ class TCallbackClientScript extends TApplicationComponent  	/**  	 * Client script to click on an element. <b>This client-side function is unpredictable.</b> -	 *  +	 *  	 * @param TControl control element or element id  	 */  	public function click($control) @@ -182,14 +182,14 @@ class TCallbackClientScript extends TApplicationComponent  		{  			$promptText		= $control->getPromptText();  			$promptValue	= $control->getPromptValue(); -			 +  			if($promptValue==='')  				$promptValue = $promptText; -	 +  			if($promptValue!=='')  				$options[] = array($promptText, $promptValue);  		} -		 +  		foreach($items as $item)  		{  			if($item->getHasAttributes()) @@ -301,6 +301,7 @@ class TCallbackClientScript extends TApplicationComponent  	/**  	 * Scroll the top of the browser viewing area to the location of the  	 * element. +	 *  	 * @param TControl control element or element id  	 */  	public function scrollTo($element) @@ -449,7 +450,7 @@ class TCallbackClientScript extends TApplicationComponent  		{  			$boundary = $this->getResponseContentBoundary($content);  		} -		 +  		$this->callClientFunction('Prado.Element.appendScriptBlock', array($boundary));  	} diff --git a/framework/Web/UI/ActiveControls/TCallbackClientSide.php b/framework/Web/UI/ActiveControls/TCallbackClientSide.php index ec993c14..27656ec0 100644 --- a/framework/Web/UI/ActiveControls/TCallbackClientSide.php +++ b/framework/Web/UI/ActiveControls/TCallbackClientSide.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TCallbackClientSide.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -28,8 +28,8 @@   *   * * Note that theses 2 events are not fired correctly by Opera. To make   *   them work in this browser, Prado will fire them just after onPreDispatch. - *  - * In a general way, onUninitialized, onLoading, onLoaded and onInteractive events  + * + * In a general way, onUninitialized, onLoading, onLoaded and onInteractive events   * are not implemented consistently in all browsers.When cross browser compatibility is   * needed, it is best to avoid use them   * diff --git a/framework/Web/UI/ActiveControls/TCallbackEventParameter.php b/framework/Web/UI/ActiveControls/TCallbackEventParameter.php index 728ebbba..bae8fccb 100644 --- a/framework/Web/UI/ActiveControls/TCallbackEventParameter.php +++ b/framework/Web/UI/ActiveControls/TCallbackEventParameter.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id$   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TCallbackOptions.php b/framework/Web/UI/ActiveControls/TCallbackOptions.php index 19d53aeb..bfdb53a8 100644 --- a/framework/Web/UI/ActiveControls/TCallbackOptions.php +++ b/framework/Web/UI/ActiveControls/TCallbackOptions.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TCallbackOptions.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php b/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php index 47b5fae4..019bbf38 100755 --- a/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php +++ b/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TCallbackResponseAdapter.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TDropContainer.php b/framework/Web/UI/ActiveControls/TDropContainer.php index 43e8017c..d546048e 100755 --- a/framework/Web/UI/ActiveControls/TDropContainer.php +++ b/framework/Web/UI/ActiveControls/TDropContainer.php @@ -5,7 +5,7 @@   * @author Christophe BOULAIN (Christophe.Boulain@gmail.com)   * @copyright Copyright © 2008, PradoSoft   * @license http://www.pradosoft.com/license - * @version $Id: TDropContainer.php 3159 2012-2013 PradoSoft + * @version $Id: TDropContainer.php 3159 2012-2014 PradoSoft   * @license http://www.pradosoft.com/license   * @version $Id: TDropContainer.php 3285 2013-04-11 07:28:07Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TEventTriggeredCallback.php b/framework/Web/UI/ActiveControls/TEventTriggeredCallback.php index 4f1dbbf8..f7eacebe 100644 --- a/framework/Web/UI/ActiveControls/TEventTriggeredCallback.php +++ b/framework/Web/UI/ActiveControls/TEventTriggeredCallback.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TEventTriggeredCallback.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TInPlaceTextBox.php b/framework/Web/UI/ActiveControls/TInPlaceTextBox.php index 5309b7e8..6677496c 100644 --- a/framework/Web/UI/ActiveControls/TInPlaceTextBox.php +++ b/framework/Web/UI/ActiveControls/TInPlaceTextBox.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TInPlaceTextBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -38,7 +38,7 @@ Prado::using('System.Web.UI.ActiveControls.TActiveTextBox');   *   * Since 3.1.2, you can set the {@link setReadOnly ReadOnly} property to make   * the control not editable. This property can be also changed on callback - *  + *   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>   * @version $Id: TInPlaceTextBox.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls @@ -145,7 +145,7 @@ class TInPlaceTextBox extends TActiveTextBox  			$client->setValue($this, $value);  		}  	} -	 +  	/**  	 * Update ClientSide Readonly property  	 * @param boolean value @@ -232,7 +232,7 @@ class TInPlaceTextBox extends TActiveTextBox  		if($this->hasEventHandler('OnLoadingText'))  			$options['LoadTextOnEdit'] = true; -			 +  		$options['ReadOnly']=$this->getReadOnly();  		return $options;  	} diff --git a/framework/Web/UI/ActiveControls/TTimeTriggeredCallback.php b/framework/Web/UI/ActiveControls/TTimeTriggeredCallback.php index 46df7a22..ef370444 100644 --- a/framework/Web/UI/ActiveControls/TTimeTriggeredCallback.php +++ b/framework/Web/UI/ActiveControls/TTimeTriggeredCallback.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TTimeTriggeredCallback.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TTriggeredCallback.php b/framework/Web/UI/ActiveControls/TTriggeredCallback.php index 2365326b..12f1b8cb 100644 --- a/framework/Web/UI/ActiveControls/TTriggeredCallback.php +++ b/framework/Web/UI/ActiveControls/TTriggeredCallback.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TTriggeredCallback.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls diff --git a/framework/Web/UI/ActiveControls/TValueTriggeredCallback.php b/framework/Web/UI/ActiveControls/TValueTriggeredCallback.php index e9db1bed..66187760 100644 --- a/framework/Web/UI/ActiveControls/TValueTriggeredCallback.php +++ b/framework/Web/UI/ActiveControls/TValueTriggeredCallback.php @@ -4,7 +4,7 @@   *   * @author Wei Zhuo <weizhuo[at]gamil[dot]com>   * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2013 PradoSoft + * @copyright Copyright © 2005-2014 PradoSoft   * @license http://www.pradosoft.com/license/   * @version $Id: TValueTriggeredCallback.php 3245 2013-01-07 20:23:32Z ctrlaltca $   * @package System.Web.UI.ActiveControls  | 
