aminkt/yii2-bootstrap-ajax-modal-widget

There is no license information available for the latest version (dev-master) of this package.

Bootstrap ajax modal widget

dev-master 2018-12-14 00:08 UTC

This package is auto-updated.

Last update: 2024-04-13 22:26:01 UTC


README

How to install this module:

Step1: Add flowing line to require part of composer.json :

"aminkt/yii2-bootstrap-ajax-modal-widget": "*",

And after that run bellow command in your composer :

Composer update aminkt/yii2-bootstrap-ajax-modal-widget

Step2: Add flowing lines in your application view file:

echo \aminkt\bootstrap\ajaxModal\AjaxModal::widget([
    'id'=>'bot-details-content',
    'modalOptions'=>[
        'header'=>'<h4>نمایش اطلاعات ربات</h4>',
        'id'=>'bot-details',
        'size'=>'modal-lg',
    ]
]);