| [ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
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 |
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| 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.Classe: TInlineFrameScrollBars - X-Ref
TInlineFrameScrollBars class.| Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |