illagrenan/nette-bootstrap-alert-control
Composer 安装命令:
composer require illagrenan/nette-bootstrap-alert-control
包简介
Nette komponenta pro výpis Twitter Bootstrap alertů
README 文档
README
Licence: MIT
{
"require": {
"illagrenan/nette-bootstrap-alert-control": "dev-master"
}
}
Závislosti:
Použití
Vytvoření komponenty v presenteru
<?php protected function createComponentTWAlerts($name) { $twAlerts = new \Illagrenan\BootstrapAlert\BootstrapAlert($this, $name); return $twAlerts; } ?>
Použití v šabloně
{* Bude vykresleno jako blok *}
{widget tWAlerts "Na druhou kolej přijel osobní vlak z Pardubic", "Upozornění pro cestující", \Illagrenan\BootstrapAlert\AlertType::INFO()}
{* Vykreslíme inline s defaultním stylem "Warning" *}
{widget tWAlerts "Natala neznámá chyba"}
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-03-17