承接 c006/yii2-alerts 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

c006/yii2-alerts

最新稳定版本:v2.1

Composer 安装命令:

composer require c006/yii2-alerts

包简介

Display simple alert message(s) on page

README 文档

README

Updated: August, 2015

  • Added scss and css files to set your own colors

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-source "c006/yii2-alerts" "dev-master"

or add

"c006/yii2-alerts": "dev-master"

to the require section of your composer.json file.

Required

  • jQuery

  • yii \ widgets \ Bootstrap

Options

message => {string}
Alert message (HTML)

alert_type => {string}

  • Alerts::ALERT_DANGER
  • Alerts::ALERT_WARNING
  • Alerts::ALERT_INFO
  • Alerts::ALERT_SUCCESS

close => {boolean}
Show close link for alert

countdown => {int}
Automatically remove alert in X seconds

Demo

Demo: http://demo.c006.us

Usage

Set message

Alerts::setMessage('Session Timeout');
Alerts::setAlertType(Alerts::ALERT_WARNING);
Alerts::setCountdown(10); /* optional */

Display message

<?= Alerts::widget() ?>

Comments / Suggestions

Please provide any helpful feedback or requests.

Thanks.

统计信息

  • 总下载量: 1.54k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-06