Skip to content

Commit

Permalink
Update to release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jul 19, 2015
1 parent 91c087d commit f667507
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ExportMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,13 @@ class ExportMenu extends GridView
*/
public $deleteAfterSave = false;

/**
* @var string|bool the view file to show details of exported file link. This property will
* be validated only when `$stream` is `false` and `streamAfterSave` is `false`. You can
* set this to `false` to not display any file link details for view.
*/
public $afterSaveView = '_view';

/**
* @var int fetch models from the dataprovider using batches of this size. Set this to `0`
* (the default) to disable. If `$dataProvider` does not have a pagination object, this
Expand All @@ -326,13 +333,6 @@ class ExportMenu extends GridView
*/
public $batchSize = 0;

/**
* @var string|bool the view file to show details of exported file link. This property will
* be validated only when `$stream` is `false` and `streamAfterSave` is `false`. You can
* set this to `false` to not display any file link details for view.
*/
public $afterSaveView = '_view';

/**
* @var array, the configuration of various messages that will be displayed at runtime:
* - allowPopups: string, the message to be shown to disable browser popups for download.
Expand Down

0 comments on commit f667507

Please sign in to comment.