<? if ($this->widget->isAsynchronous()): ?>
<div dojoType="dojox.layout.ContentPane"
class="widget-container<?= $this->widget->class ? ' '. $this->escapeAttr($this->widget->class) : '' ?> widget-<?= $this->widgetCounter ?>"
containerClass="<?= $this->escapeAttr($this->widget->class) ?>"
executeScripts="true"
href="<?= $this->url(array(
'module' => 'widget',
'controller' => 'index',
'action' => 'index',
'region' => $this->widget->region,
'widget' => $this->widget->id,
'format' => 'partial',
'widgetContext' => ($this->widgetContext ? $this->widgetContext : null),
)) ?>">
</div>
<? else: ?>
<div dojoType="dojox.layout.ContentPane"
class="widget-container<?= $this->widget->class ? ' '. $this->escapeAttr($this->widget->class) : '' ?> widget-<?= $this->widgetCounter ?>"
containerClass="<?= $this->escapeAttr($this->widget->class) ?>"
executeScripts="true">
<?= $this->render('widget-body.phtml') ?>
</div>
<? endif; ?>
# |
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/widget.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|