2017 © Pedro Peláez
 

silverstripe-module gridfield-selectexisting

Manage relationships in Gridfield by ticking/unticking from a list of existing records

image

danbroooks/gridfield-selectexisting

Manage relationships in Gridfield by ticking/unticking from a list of existing records

  • Tuesday, January 24, 2017
  • by dangerdan
  • Repository
  • 1 Watchers
  • 2 Stars
  • 155 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

GridFieldSelectExisting

Silverstripe Gridfield component that allows you to manage relationships by ticking/unticking from a list of existing data objects, (*1)

Installation

composer require danbroooks/gridfield-selectexisting, (*2)

Usage

$config = GridFieldConfig_RelationEditor::create(10)
    ->addComponent(new GridFieldSelectExisting());

GridField::create('Relationship', 'Relationship', $this->Relationship(), $config));

The Versions

24/01 2017

dev-master

9999999-dev

Manage relationships in Gridfield by ticking/unticking from a list of existing records

  Sources   Download

The Requires

 

28/04 2015

0.1.2

0.1.2.0

Manage relationships in Gridfield by ticking/unticking from a list of existing records

  Sources   Download

The Requires

 

23/04 2015

0.1.1

0.1.1.0

Manage relationships in Gridfield by ticking/unticking from a list of existing records

  Sources   Download

The Requires

 

23/04 2015

0.1.0

0.1.0.0

Manage relationships in Gridfield by ticking/unticking from a list of existing records

  Sources   Download

The Requires