diff options
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | framework/Web/UI/WebControls/TInlineFrame.php (renamed from framework/Web/UI/WebControls/TIframe.php) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes index e390dfd1..1de938ec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -732,9 +732,9 @@ framework/Web/UI/WebControls/THiddenField.php -text framework/Web/UI/WebControls/THtmlArea.php -text framework/Web/UI/WebControls/THyperLink.php -text framework/Web/UI/WebControls/THyperLinkColumn.php -text -framework/Web/UI/WebControls/TIframe.php -text framework/Web/UI/WebControls/TImage.php -text framework/Web/UI/WebControls/TImageButton.php -text +framework/Web/UI/WebControls/TInlineFrame.php -text framework/Web/UI/WebControls/TJavascriptLogger.php -text framework/Web/UI/WebControls/TLabel.php -text framework/Web/UI/WebControls/TLinkButton.php -text diff --git a/framework/Web/UI/WebControls/TIframe.php b/framework/Web/UI/WebControls/TInlineFrame.php index e6a919ba..0daee2d3 100644 --- a/framework/Web/UI/WebControls/TIframe.php +++ b/framework/Web/UI/WebControls/TInlineFrame.php @@ -1,6 +1,6 @@ <?php /** - * TIframe class file. + * TInlineFrame class file. * * @author Jason Ragsdale <jrags@jasrags.net> * @author Harry Pottash <hpottash@gmail.com> @@ -12,9 +12,9 @@ */ /** - * TIframe class + * TInlineFrame class * - * TIframe displays an inline frame (iframe) on a Web page. + * TInlineFrame displays an inline frame (iframe) on a Web page. * The location of the frame content is specified by {@link setFrameUrl FrameUrl}. * The frame's alignment is specified by {@link setAlign Align}. * The {@link setMarginWidth MarginWidth} and {@link setMarginHeight MarginHeight} @@ -31,7 +31,7 @@ * @package System.Web.UI.WebControls * @since 3.0 */ -class TIframe extends TWebControl +class TInlineFrame extends TWebControl { /** * @return string tag name of the iframe. |