Skip to content

Commit

Permalink
modify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehBoiko committed Aug 29, 2019
1 parent 2efae28 commit 1b64abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ to the require section of your `composer.json` file.
<?= mackrais\copyblock\Widget::widget([
'caption'=>'', // any text button
'options'=>[
'class'=>'my-class', // Options yii\helpers\Html::a()
'class'=>'my-class', // Options yii\helpers\Html::a()
'classRemoveBtn' => 'my-class' // for example glyphicon glyphicon-trash
], // any text button
'beforeInsertBlock'=>'beforeClone(event, $this, $cloneBlock)', //
'afterInsertBlock'=>'afterClone(event, $this, $cloneBlock, $tmpBlock)', //
Expand Down

0 comments on commit 1b64abb

Please sign in to comment.