<?
// show the iframe if we have one.
if ($this->widget->getConfig('iframeSrc')) {
?>
<iframe scrolling="<?= $this->escapeAttr($this->widget->getConfig('iframeScroll')) ?>"
src="<?= $this->escapeAttr($this->widget->getConfig('iframeSrc')) ?>"
height="<?= $this->escapeAttr($this->widget->getConfig('iframeHeight')) ?>"
width="<?= $this->escapeAttr($this->widget->getConfig('iframeWidth')) ?>"></iframe>
<? } else { ?>
<p>IFrame source URL not set.</p>
<? } ?>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/widget/views/scripts/iframe-widget/index.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|