PHP Classes

File: modules/cms/widgets/componentlist/partials/_components.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/widgets/componentlist/partials/_components.php   Download  
File: modules/cms/widgets/componentlist/partials/_components.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 438 bytes
 

Contents

Class file image Download
<div class="layout-absolute">
    <div class="control-scrollbar" data-control="scrollbar">
        <div
            class="control-filelist component-list"
            data-control="filelist"
            data-group-status-handler="<?= $this->getEventHandler('onSetCollapseStatus') ?>"
            id="<?= $this->getId('component-list') ?>">
            <?= $this->makePartial('items', ['items'=>$data]) ?>
</div>
    </div>
</div>