deka6pb / yii2-widget-button_ajax
Yii 2 simple ajax button
Package info
github.com/deka6pb/yii2-widget-button_ajax
Type:yii2-widget
pkg:composer/deka6pb/yii2-widget-button_ajax
dev-master
2016-07-18 15:40 UTC
Requires
- yiisoft/yii2-bootstrap: @dev
This package is not auto-updated.
Last update: 2026-03-07 05:56:09 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 . '"}',
])