Download the PHP package atans/yii2-artdialog without Composer
On this page you can find all versions of the php package atans/yii2-artdialog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-artdialog
Yii2 artdialog asset
Artdialog for yii2
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
<?php
// views/site/index.php
use atans\artdialog\ArtdialogAsset;
ArtdialogAsset::register($this);
$js = <<< JS
var d = dialog({
title: "Yii2 Artdialog",
content: "Hello World!"
}).show();
JS;
// register your javascript
$this->registerJs($js);
All versions of yii2-artdialog with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package atans/yii2-artdialog contains the following files
Loading the files please wait ....