[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/Web/UI/WebControls/ -> TInlineFrame.php (sommaire)

TInlineFrame class file.

Author: Jason Ragsdale <jrags@jasrags.net>
Author: Harry Pottash <hpottash@gmail.com>
Copyright: Copyright © 2005 PradoSoft
License: http://www.pradosoft.com/license/
Version: $Id: TInlineFrame.php 1397 2006-09-07 07:55:53Z wei $
Poids: 251 lignes (7 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 3 classes

TInlineFrame:: (16 méthodes):
  getTagName()
  getAlign()
  setAlign()
  getDescriptionUrl()
  setDescriptionUrl()
  getShowBorder()
  setShowBorder()
  getFrameUrl()
  setFrameUrl()
  getScrollBars()
  setScrollBars()
  getMarginWidth()
  setMarginWidth()
  getMarginHeight()
  setMarginHeight()
  addAttributesToRender()

TInlineFrameAlign:: (0 méthodes):

TInlineFrameScrollBars:: (0 méthodes):


Classe: TInlineFrame  - X-Ref

TInlineFrame class

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}
properties define the number of pixels to use as the left/right margins and
top/bottom margins, respectively, within the inline frame.
The {@link setScrollBars ScrollBars} property specifies whether scrollbars are
provided for the inline frame. And {@link setDescriptionUrl DescriptionUrl}
gives the URI of a long description of the frame's contents.

Original Prado v2 IFrame Author Information
getTagName()   X-Ref

return: string tag name of the iframe.

getAlign()   X-Ref

return: TInlineFrameAlign alignment of the iframe. Defaults to TInlineFrameAlign::NotSet.

setAlign($value)   X-Ref

param: TInlineFrameAlign alignment of the iframe.

getDescriptionUrl()   X-Ref

return: string the URL to long description

setDescriptionUrl($value)   X-Ref

param: string the URL to the long description of the image.

getShowBorder()   X-Ref

return: boolean whether there should be a visual separator between the frames. Defaults to true.

setShowBorder($value)   X-Ref

param: boolean whether there should be a visual separator between the frames.

getFrameUrl()   X-Ref

return: string URL that this iframe will load content from. Defaults to ''.

setFrameUrl($value)   X-Ref

param: string URL that this iframe will load content from.

getScrollBars()   X-Ref

return: TInlineFrameScrollBars the visibility and position of scroll bars in an iframe. Defaults to TInlineFrameScrollBars::Auto.

setScrollBars($value)   X-Ref

param: TInlineFrameScrollBars the visibility and position of scroll bars in an iframe.

getMarginWidth()   X-Ref

return: integer the amount of space, in pixels, that should be left between

setMarginWidth($value)   X-Ref

param: integer the amount of space, in pixels, that should be left between

getMarginHeight()   X-Ref

return: integer the amount of space, in pixels, that should be left between

setMarginHeight($value)   X-Ref

param: integer the amount of space, in pixels, that should be left between

addAttributesToRender($writer)   X-Ref
Adds attribute name-value pairs to renderer.
This overrides the parent implementation with additional button specific attributes.

param: THtmlWriter the writer used for the rendering purpose

Classe: TInlineFrameAlign  - X-Ref

TInlineFrameAlign class.
TInlineFrameAlign defines the enumerable type for the possible alignments
that the content in a {@link TInlineFrame} could be.

The following enumerable values are defined:
- NotSet: the alignment is not specified.
- Left: left aligned
- Right: right aligned
- Top: top aligned
- Middle: middle aligned
- Bottom: bottom aligned

Classe: TInlineFrameScrollBars  - X-Ref

TInlineFrameScrollBars class.
TInlineFrameScrollBars defines the enumerable type for the possible scroll bar mode
that a {@link TInlineFrame} control could use.

The following enumerable values are defined:
- None: no scroll bars.
- Auto: scroll bars automatically appeared when needed.
- Both: show both horizontal and vertical scroll bars all the time.



Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7