本文整理汇总了PHP中backend\assets\AppAsset::addCss方法的典型用法代码示例。如果您正苦于以下问题:PHP AppAsset::addCss方法的具体用法?PHP AppAsset::addCss怎么用?PHP AppAsset::addCss使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类backend\assets\AppAsset
的用法示例。
在下文中一共展示了AppAsset::addCss方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
<?php
use yii\helpers\Html;
use common\helpers\Common;
use backend\widgets\LinkPager;
use backend\widgets\Delete;
use yii\helpers\Url;
use backend\assets\AppAsset;
AppAsset::addCss($this, '@web/css/select2.css');
AppAsset::addScript($this, '@web/js/jquery.uniform.js');
AppAsset::addScript($this, '@web/js/select2.min.js');
AppAsset::addScript($this, '@web/js/unicorn.js');
AppAsset::addScript($this, '@web/js/jquery.dataTables.min.js');
AppAsset::addScript($this, '@web/js/unicorn.tables.js');
$this->params = ['breadcrumb' => [['name' => '素材管理', 'url' => '#', 'current' => 0], ['name' => '本地素材', 'url' => '#', 'current' => 1]]];
?>
<div class="row-fluid">
<div class="span12">
<div class="widget-box">
<div class="widget-title">
<span class="icon">
<i class="icon-th"></i>
</span>
<h5>本地素材列表</h5>
</div>
<div class="widget-content">
<table class="table table-bordered table-striped with-check">
<thead>
<tr>
<th><input type="checkbox" id="title-table-checkbox" name="title-table-checkbox" /></th>
<th>文件名</th>