PHPackages                             twohill/silverstripe-gridfield-newwindowaction - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. twohill/silverstripe-gridfield-newwindowaction

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

twohill/silverstripe-gridfield-newwindowaction
==============================================

Adds a button to the SilverStripe GridField that causes an action to open in a new window.

v1.0(7y ago)044BSD-3-ClausePHP

Since Feb 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/twohill/silverstripe-gridfield-newwindowaction)[ Packagist](https://packagist.org/packages/twohill/silverstripe-gridfield-newwindowaction)[ Docs](https://github.com/twohill/silverstripe-gridfield-newwindowaction)[ RSS](/packages/twohill-silverstripe-gridfield-newwindowaction/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

silverstripe-gridfield-newwindowaction
======================================

[](#silverstripe-gridfield-newwindowaction)

Adds a button to the SilverStripe GridField that causes an action to open in a new window.

How to install
--------------

[](#how-to-install)

`composer require twohill/silverstripe-gridfield-newwindowaction`

How to use
----------

[](#how-to-use)

Simply replace your normal `SilverStripe\Forms\FormAction` with `Twohill\Forms\NewWindowAction`

Typical usecase
---------------

[](#typical-usecase)

### MyModelAdmin.php

[](#mymodeladminphp)

```
