diff options
author | ctrlaltca <> | 2012-07-12 12:13:23 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-12 12:13:23 +0000 |
commit | 712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (patch) | |
tree | 2f71cfc97e15a8b0f390c4c56807db80c634870b /framework/Web/UI | |
parent | 903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 (diff) |
removed ?> from php files
Diffstat (limited to 'framework/Web/UI')
24 files changed, 0 insertions, 24 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveCheckBox.php b/framework/Web/UI/ActiveControls/TActiveCheckBox.php index fa42e973..2631de34 100644 --- a/framework/Web/UI/ActiveControls/TActiveCheckBox.php +++ b/framework/Web/UI/ActiveControls/TActiveCheckBox.php @@ -179,4 +179,3 @@ class TActiveCheckBox extends TCheckBox implements ICallbackEventHandler, IActiv } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php index 6f9a14a4..5699d8dc 100644 --- a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php +++ b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php @@ -107,4 +107,3 @@ class TActiveCheckBoxList extends TCheckBoxList implements IActiveControl, ICall } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveDropDownList.php b/framework/Web/UI/ActiveControls/TActiveDropDownList.php index 873c1de2..49b14c61 100644 --- a/framework/Web/UI/ActiveControls/TActiveDropDownList.php +++ b/framework/Web/UI/ActiveControls/TActiveDropDownList.php @@ -143,4 +143,3 @@ class TActiveDropDownList extends TDropDownList implements ICallbackEventHandler } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveHyperLink.php b/framework/Web/UI/ActiveControls/TActiveHyperLink.php index 8f981088..e012e29f 100644 --- a/framework/Web/UI/ActiveControls/TActiveHyperLink.php +++ b/framework/Web/UI/ActiveControls/TActiveHyperLink.php @@ -100,4 +100,3 @@ class TActiveHyperLink extends THyperLink implements IActiveControl } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveImage.php b/framework/Web/UI/ActiveControls/TActiveImage.php index fc782577..f20bb539 100644 --- a/framework/Web/UI/ActiveControls/TActiveImage.php +++ b/framework/Web/UI/ActiveControls/TActiveImage.php @@ -90,4 +90,3 @@ class TActiveImage extends TImage implements IActiveControl } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveLinkButton.php b/framework/Web/UI/ActiveControls/TActiveLinkButton.php index cdbf194d..8884a47f 100644 --- a/framework/Web/UI/ActiveControls/TActiveLinkButton.php +++ b/framework/Web/UI/ActiveControls/TActiveLinkButton.php @@ -132,4 +132,3 @@ class TActiveLinkButton extends TLinkButton implements IActiveControl, ICallback } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveListBox.php b/framework/Web/UI/ActiveControls/TActiveListBox.php index 38e9f6d9..09a2db28 100644 --- a/framework/Web/UI/ActiveControls/TActiveListBox.php +++ b/framework/Web/UI/ActiveControls/TActiveListBox.php @@ -158,4 +158,3 @@ class TActiveListBox extends TListBox implements IActiveControl, ICallbackEventH } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php b/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php index 36e83c54..3181ae25 100644 --- a/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php +++ b/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php @@ -256,4 +256,3 @@ class TActiveListItemCollection extends TListItemCollection } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveRadioButton.php b/framework/Web/UI/ActiveControls/TActiveRadioButton.php index 1b0d0f93..4dc38a11 100644 --- a/framework/Web/UI/ActiveControls/TActiveRadioButton.php +++ b/framework/Web/UI/ActiveControls/TActiveRadioButton.php @@ -174,4 +174,3 @@ class TActiveRadioButton extends TRadioButton implements IActiveControl, ICallba } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php index e712e696..3209a94a 100644 --- a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php +++ b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php @@ -108,4 +108,3 @@ class TActiveRadioButtonList extends TRadioButtonList implements IActiveControl, } } -?> diff --git a/framework/Web/UI/ActiveControls/TActiveRepeater.php b/framework/Web/UI/ActiveControls/TActiveRepeater.php index 8b30bbe2..08e6f93a 100644 --- a/framework/Web/UI/ActiveControls/TActiveRepeater.php +++ b/framework/Web/UI/ActiveControls/TActiveRepeater.php @@ -110,4 +110,3 @@ class TActiveRepeater extends TRepeater implements IActiveControl, ISurroundable } -?>
\ No newline at end of file diff --git a/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php b/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php index 729d0944..7045e4d1 100755 --- a/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php +++ b/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php @@ -159,4 +159,3 @@ class TCallbackResponseWriter extends TTextWriter } } -?> diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 2adabb55..b079587a 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -2392,4 +2392,3 @@ class TCompositeLiteral extends TComponent implements IRenderable, IBindable } } -?> diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index 0d6befd4..069b6d27 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -514,4 +514,3 @@ class TTheme extends TApplicationComponent implements ITheme } } -?> diff --git a/framework/Web/UI/WebControls/TAccordion.php b/framework/Web/UI/WebControls/TAccordion.php index bfe3451d..782e6b0b 100644 --- a/framework/Web/UI/WebControls/TAccordion.php +++ b/framework/Web/UI/WebControls/TAccordion.php @@ -741,4 +741,3 @@ class TAccordionViewCollection extends TControlCollection } } -?> diff --git a/framework/Web/UI/WebControls/TCheckBox.php b/framework/Web/UI/WebControls/TCheckBox.php index fe8bfbca..1df6ba43 100644 --- a/framework/Web/UI/WebControls/TCheckBox.php +++ b/framework/Web/UI/WebControls/TCheckBox.php @@ -529,4 +529,3 @@ class TTextAlign extends TEnumerable const Right='Right'; } -?> diff --git a/framework/Web/UI/WebControls/TDataBoundControl.php b/framework/Web/UI/WebControls/TDataBoundControl.php index 076179fb..2823dd22 100644 --- a/framework/Web/UI/WebControls/TDataBoundControl.php +++ b/framework/Web/UI/WebControls/TDataBoundControl.php @@ -584,4 +584,3 @@ interface IItemDataRenderer extends IDataRenderer public function setItemType($value); } -?> diff --git a/framework/Web/UI/WebControls/TFlushOutput.php b/framework/Web/UI/WebControls/TFlushOutput.php index 0ea9b389..dba35c79 100644 --- a/framework/Web/UI/WebControls/TFlushOutput.php +++ b/framework/Web/UI/WebControls/TFlushOutput.php @@ -83,4 +83,3 @@ class TFlushOutput extends TControl } } -?>
\ No newline at end of file diff --git a/framework/Web/UI/WebControls/THead.php b/framework/Web/UI/WebControls/THead.php index 7966f2d3..898f05db 100644 --- a/framework/Web/UI/WebControls/THead.php +++ b/framework/Web/UI/WebControls/THead.php @@ -374,4 +374,3 @@ class TMetaTagCollection extends TList } } -?> diff --git a/framework/Web/UI/WebControls/TImageButton.php b/framework/Web/UI/WebControls/TImageButton.php index a92a9df8..83d12063 100644 --- a/framework/Web/UI/WebControls/TImageButton.php +++ b/framework/Web/UI/WebControls/TImageButton.php @@ -439,4 +439,3 @@ class TImageClickEventParameter extends TEventParameter } } -?> diff --git a/framework/Web/UI/WebControls/TListControl.php b/framework/Web/UI/WebControls/TListControl.php index 4d388d45..86656b08 100644 --- a/framework/Web/UI/WebControls/TListControl.php +++ b/framework/Web/UI/WebControls/TListControl.php @@ -920,4 +920,3 @@ interface IListControlAdapter } -?> diff --git a/framework/Web/UI/WebControls/TReCaptcha.php b/framework/Web/UI/WebControls/TReCaptcha.php index cbdc2e36..b63edad8 100644 --- a/framework/Web/UI/WebControls/TReCaptcha.php +++ b/framework/Web/UI/WebControls/TReCaptcha.php @@ -230,4 +230,3 @@ class TReCaptcha extends TWebControl implements IValidatable } -?>
\ No newline at end of file diff --git a/framework/Web/UI/WebControls/TReCaptchaValidator.php b/framework/Web/UI/WebControls/TReCaptchaValidator.php index 41abbc5a..cc1a4080 100644 --- a/framework/Web/UI/WebControls/TReCaptchaValidator.php +++ b/framework/Web/UI/WebControls/TReCaptchaValidator.php @@ -120,4 +120,3 @@ class TReCaptchaValidator extends TBaseValidator } -?>
\ No newline at end of file diff --git a/framework/Web/UI/WebControls/TStyleSheet.php b/framework/Web/UI/WebControls/TStyleSheet.php index 5bc0eea9..c54b18cd 100644 --- a/framework/Web/UI/WebControls/TStyleSheet.php +++ b/framework/Web/UI/WebControls/TStyleSheet.php @@ -88,4 +88,3 @@ class TStyleSheet extends TControl } } -?> |