Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Apr 26, 2016
1 parent e2f84f3 commit e2a47d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/page/misc/virtualpages.php
Expand Up @@ -68,7 +68,8 @@ function init() {


$vp = $gr->add('VirtualPage');
$vp->addColumn('test4');
$vp->addColumn('test4','Delete', ['icon'=>'trash']);
$gr->js(true)->_selector('.pb_test4')->addClass('atk-swatch-red');
$vp->set(function($p){
$p->add('View_Info')->set('A more integrated way to get id='.$p->id);
});
Expand Down

0 comments on commit e2a47d4

Please sign in to comment.