From a2fdc110c90dbc5a1159de253a2d69e71e48a893 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 6 Mar 2007 19:45:45 +0000 Subject: removed trailing spaces. --- framework/Web/TAssetManager.php | 2 +- framework/Web/UI/ActiveControls/TActiveRatingList.php | 2 +- framework/Web/UI/TClientScriptManager.php | 2 +- framework/Web/UI/WebControls/TBaseValidator.php | 2 +- framework/Web/UI/WebControls/TBulletedList.php | 6 +++--- framework/Web/UI/WebControls/TButton.php | 2 +- framework/Web/UI/WebControls/TCheckBox.php | 2 +- framework/Web/UI/WebControls/TClientScript.php | 2 +- framework/Web/UI/WebControls/THtmlArea.php | 2 +- framework/Web/UI/WebControls/TImageButton.php | 2 +- framework/Web/UI/WebControls/TImageMap.php | 2 +- framework/Web/UI/WebControls/TLinkButton.php | 2 +- framework/Web/UI/WebControls/TListControl.php | 2 +- framework/Web/UI/WebControls/TRadioButton.php | 2 +- framework/Web/UI/WebControls/TValidationSummary.php | 10 +++++----- framework/Web/UI/WebControls/TXmlTransform.php | 11 ++++++----- 16 files changed, 27 insertions(+), 26 deletions(-) (limited to 'framework/Web') diff --git a/framework/Web/TAssetManager.php b/framework/Web/TAssetManager.php index 77bd04f6..d0769a0a 100644 --- a/framework/Web/TAssetManager.php +++ b/framework/Web/TAssetManager.php @@ -328,4 +328,4 @@ class TAssetManager extends TModule } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/ActiveControls/TActiveRatingList.php b/framework/Web/UI/ActiveControls/TActiveRatingList.php index c8ed524f..f6070151 100644 --- a/framework/Web/UI/ActiveControls/TActiveRatingList.php +++ b/framework/Web/UI/ActiveControls/TActiveRatingList.php @@ -372,4 +372,4 @@ class TActiveRatingList extends TActiveRadioButtonList } } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index e128844d..32d5fc52 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -645,4 +645,4 @@ abstract class TClientSideOptions extends TComponent } } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TBaseValidator.php b/framework/Web/UI/WebControls/TBaseValidator.php index 60dfb9da..ac2d53b8 100644 --- a/framework/Web/UI/WebControls/TBaseValidator.php +++ b/framework/Web/UI/WebControls/TBaseValidator.php @@ -712,4 +712,4 @@ class TValidationDataType extends TEnumerable const String='String'; } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TBulletedList.php b/framework/Web/UI/WebControls/TBulletedList.php index 5105d14d..fc42baad 100644 --- a/framework/Web/UI/WebControls/TBulletedList.php +++ b/framework/Web/UI/WebControls/TBulletedList.php @@ -393,14 +393,14 @@ class TBulletedList extends TListControl implements IPostBackEventHandler { throw new TNotSupportedException('bulletedlist_selectedvalue_unsupported'); } - + /** * @throws TNotSupportedException if this method is invoked */ public function setSelectedValues($values) { throw new TNotSupportedException('bulletedlist_selectedvalue_unsupported'); - } + } } /** @@ -485,4 +485,4 @@ class TBulletedListDisplayMode extends TEnumerable const LinkButton='LinkButton'; } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TButton.php b/framework/Web/UI/WebControls/TButton.php index 34f27ff2..304710e9 100644 --- a/framework/Web/UI/WebControls/TButton.php +++ b/framework/Web/UI/WebControls/TButton.php @@ -349,4 +349,4 @@ class TButtonType extends TEnumerable const Button='Button'; } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TCheckBox.php b/framework/Web/UI/WebControls/TCheckBox.php index 78002644..df90fc9a 100644 --- a/framework/Web/UI/WebControls/TCheckBox.php +++ b/framework/Web/UI/WebControls/TCheckBox.php @@ -487,4 +487,4 @@ class TTextAlign extends TEnumerable const Right='Right'; } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TClientScript.php b/framework/Web/UI/WebControls/TClientScript.php index 78febb61..43817c44 100644 --- a/framework/Web/UI/WebControls/TClientScript.php +++ b/framework/Web/UI/WebControls/TClientScript.php @@ -130,4 +130,4 @@ class TClientScript extends TControl } } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/THtmlArea.php b/framework/Web/UI/WebControls/THtmlArea.php index d62801ea..f70f8d25 100644 --- a/framework/Web/UI/WebControls/THtmlArea.php +++ b/framework/Web/UI/WebControls/THtmlArea.php @@ -448,4 +448,4 @@ class THtmlArea extends TTextBox } } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TImageButton.php b/framework/Web/UI/WebControls/TImageButton.php index 8c1f2190..a1ca7e2f 100644 --- a/framework/Web/UI/WebControls/TImageButton.php +++ b/framework/Web/UI/WebControls/TImageButton.php @@ -401,4 +401,4 @@ class TImageClickEventParameter extends TEventParameter } } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TImageMap.php b/framework/Web/UI/WebControls/TImageMap.php index 22b06e66..c5041205 100644 --- a/framework/Web/UI/WebControls/TImageMap.php +++ b/framework/Web/UI/WebControls/TImageMap.php @@ -756,4 +756,4 @@ class THotSpotMode extends TEnumerable const Inactive='Inactive'; } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TLinkButton.php b/framework/Web/UI/WebControls/TLinkButton.php index b193226e..d993b9f5 100644 --- a/framework/Web/UI/WebControls/TLinkButton.php +++ b/framework/Web/UI/WebControls/TLinkButton.php @@ -316,4 +316,4 @@ class TLinkButton extends TWebControl implements IPostBackEventHandler, IButtonC } } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TListControl.php b/framework/Web/UI/WebControls/TListControl.php index 056a8548..d726d1a2 100644 --- a/framework/Web/UI/WebControls/TListControl.php +++ b/framework/Web/UI/WebControls/TListControl.php @@ -980,4 +980,4 @@ interface IListControlAdapter } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TRadioButton.php b/framework/Web/UI/WebControls/TRadioButton.php index 9b6bf794..d35372b3 100644 --- a/framework/Web/UI/WebControls/TRadioButton.php +++ b/framework/Web/UI/WebControls/TRadioButton.php @@ -308,4 +308,4 @@ class TRadioButton extends TCheckBox } } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TValidationSummary.php b/framework/Web/UI/WebControls/TValidationSummary.php index 212f8859..edd42b55 100644 --- a/framework/Web/UI/WebControls/TValidationSummary.php +++ b/framework/Web/UI/WebControls/TValidationSummary.php @@ -263,7 +263,7 @@ class TValidationSummary extends TWebControl if(!is_null($this->_clientSide)) $options = array_merge($options,$this->_clientSide->getOptions()->toArray()); - + return $options; } @@ -412,7 +412,7 @@ class TClientSideValidationSummaryOptions extends TClientSideOptions */ public function getOnHideSummary() { - return $this->getOption('OnHideSummary'); + return $this->getOption('OnHideSummary'); } /** @@ -444,7 +444,7 @@ class TClientSideValidationSummaryOptions extends TClientSideOptions { return $this->getOption('OnShowSummary'); } - + /** * Ensure the string is a valid javascript function. If the string begins * with "javascript:" valid javascript function is assumed, otherwise the @@ -455,7 +455,7 @@ class TClientSideValidationSummaryOptions extends TClientSideOptions protected function ensureFunction($javascript) { return "function(summary, validators){ {$javascript} }"; - } + } } @@ -504,4 +504,4 @@ class TValidationSummaryDisplayStyle extends TEnumerable const Fixed='Fixed'; } -?> +?> \ No newline at end of file diff --git a/framework/Web/UI/WebControls/TXmlTransform.php b/framework/Web/UI/WebControls/TXmlTransform.php index 12dae09d..79e96af0 100644 --- a/framework/Web/UI/WebControls/TXmlTransform.php +++ b/framework/Web/UI/WebControls/TXmlTransform.php @@ -161,7 +161,7 @@ class TXmlTransform extends TControl { return null; } } - + /** * Performs XSL transformation and render the output. * @param THtmlWriter The writer used for the rendering purpose @@ -174,20 +174,21 @@ class TXmlTransform extends TControl { $document->loadXML($textWriter->flush()); } $stylesheet = $this->getTransformXmlDocument(); - + // Perform XSL transformation $xslt = new XSLTProcessor(); $xslt->importStyleSheet($stylesheet); - + // Check for parameters $parameters = $this->getParameters(); foreach($parameters as $name => $value) { $xslt->setParameter('', $name, $value); } $output = $xslt->transformToXML($document); - + // Write output $writer->write($output); } } -?> + +?> \ No newline at end of file -- cgit v1.2.3