PHP Classes

File: views/label/_attached-list.php

Recommend this page to a friend!
  Classes of Uldis Nelsons   D3 Labels   views/label/_attached-list.php   Download  
File: views/label/_attached-list.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: D3 Labels
Attach label tag values to model objects
Author: By
Last change:
Date: 4 years ago
Size: 720 bytes
 

Contents

Class file image Download
<?php

use yii\helpers\Html;

?>
<div class="panel rounded shadow">
    <div class="panel-heading">
        <div class="pull-left">
            <?= $title ?>
</div>
        <div class="pull-right" style="display: inline-block">
            <button class="btn btn-sm" data-action="collapse" data-toggle="tooltip" data-placement="top" data-title="Collapse" data-original-title="" title="">
                <i class="fa <?= $collapseIcon ?>"></i>
            </button>
        </div>
        <div class="clearfix"></div>
    </div>
    <div class="panel-body"<?= $collapsedHtml ?>>
        <div class="table-responsive">
            <?= Html::tag('table', $table, $tableOptions) ?>
</div>
    </div>
</div>