deka6pb/yii2-widget-button_ajax

Yii 2 simple ajax button

dev-master 2016-07-18 15:40 UTC

This package is not auto-updated.

Last update: 2024-04-19 20:10:41 UTC


README

Description

Simple button in grid

For example:

ButtonWidget::widget([
    'model'       => $model,
    'uniqueClass' => 'btn-send-link-to-telegram',
    'btnClass'    => 'btn-xs btn-primary',
    'iconClass'   => 'glyphicon-send',
    'action'      => '/users/send-link-with-telegram-hash',
    'data'        => '{"id": "' . $model->id . '"}',
])