Download the PHP package marekpetras/yii2-ajax-box-widget without Composer
On this page you can find all versions of the php package marekpetras/yii2-ajax-box-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marekpetras/yii2-ajax-box-widget
More information about marekpetras/yii2-ajax-box-widget
Files in marekpetras/yii2-ajax-box-widget
Package yii2-ajax-box-widget
Short Description Ajax Box widget for Yii 2 Framework.
License MIT
Homepage https://github.com/marekpetras/yii2-ajax-box-widget
Informations about the package yii2-ajax-box-widget
yii2-ajax-box-widget
Yii2 Ajax Box Widget
About
Style taken from the fabulous AdminLte bootstrap template, however, since only using tiny portion of it, I made it standalone, all the design creadits go to there though.
https://almsaeedstudio.com/themes/AdminLTE/index2.html
Depending also on the http://github.com/rpflorence/jQuery.addObject plugin to manage jquery objects
Buttons are by default rendered with fa icons, I not going to add the dependency, just install them yourself or do your own buttons. For example https://github.com/rmrevin/yii2-fontawesome
Scroll all the way down to see box reloaded with form data.
Fully supports grids:
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
Two types of usages, remote or local
Remote:
Local:
Possible Options:
Js Usage
I usually overload render() in my controllers to detect ajax by itself and just load whichever action that I want properly.
Sample
dashboard.php