Guest User

Untitled

a guest
Jan 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. [
  2. 'class' => 'yiigridCheckboxColumn',
  3. 'cssClass' => 'actionVerification',
  4. 'name' => 'actionVerification',
  5. 'checkboxOptions' => function($model) {
  6. return [
  7. 'value' => $model->id,
  8. 'id' => 'actionVerification'
  9. ];
  10. },
  11. ],
  12. [
  13. 'class' => 'yiigridCheckboxColumn',
  14. 'cssClass' => 'applyBright',
  15. 'name' => 'applyBright',
  16. 'checkboxOptions' => function($model) {
  17. return [
  18. 'value' => $model->id,
  19. 'id' => 'applyBright',
  20. ];
  21. },
  22. ],
Add Comment
Please, Sign In to add comment