https://github.com/xutl/yii2-art-dialog-widget
https://github.com/xutl/yii2-art-dialog-widget
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xutl/yii2-art-dialog-widget
- Owner: xutl
- License: bsd-3-clause
- Created: 2016-09-02T08:28:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T09:31:54.000Z (over 8 years ago)
- Last Synced: 2025-01-20T12:46:37.285Z (4 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
适用于 Yii2 的 artDialog 小部件
================================该扩展为 Yii2 framework 添加 [artDialog](https://github.com/aui/artDialog) 小部件。
For license information check the [LICENSE](LICENSE.md)-file.
Documentation is at [docs/guide/README.md](docs/guide/README.md).
[](https://packagist.org/packages/xutl/yii2-art-dialog-widget)
[](https://packagist.org/packages/xutl/yii2-art-dialog-widget)安装
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist xutl/yii2-art-dialog-widget
```or add
```json
"xutl/yii2-art-dialog-widget": "*"
```to the `require` section of your `composer.json`.
### Thanks to
* [Yii framework](https://github.com/yiisoft/yii2)
* [artDialog](https://github.com/aui/artDialog)