2017 © Pedro Peláez
 

contao-module contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

image

heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  • Friday, June 8, 2018
  • by digitales@heimrich-hannot.de
  • Repository
  • 5 Watchers
  • 0 Stars
  • 3,794 Installations
  • PHP
  • 9 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 39 Versions
  • 22 % Grown

The README.md

Multi Column Editor

This module offers an input type for editing one or more records in backend and frontend., (*1)

The module is similar to menatwork/MultiColumnWizard but works in frontend as well (in combination with the form generator module heimrichhannot/contao-formhybrid., (*2)

alt text, (*3)

Features

Technical instructions

Use the inputType "multiColumnEditor" for your field., (*4)

'someField' => array(
    'label'     => &$GLOBALS['TL_LANG']['tl_my_table']['someField'],
    'inputType' => 'multiColumnEditor',
    'eval'      => array(
        'multiColumnEditor' => array(
            // set to true if the rows should be sortable (backend only atm)
            'sortable' => false,
            'class' => 'some-class',
            // set to 0 if it should also be possible to have *no* row (default: 1)
            'minRowCount' => 2,
            // set to 0 if an infinite number of rows should be possible (default: 0)
            'maxRowCount' => 5,
            // defaults to false
            'skipCopyValuesOnAdd' => false,
            'fields' => array(
                // place your fields here as you would normally in your DCA
                // (sql is not required)
                'field1' => [
                    'label' => 'field 1'
                    'inputType' => 'text',
                    'eval' => ['groupStyle' => 'width:150px']
                ]
            )
        )
    ),
    'sql'       => "blob NULL"
),

The Versions

08/06 2018

dev-master

9999999-dev https://github.com/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+ LGPL-3.0-or-later

The Requires

 

editor contao edit column multi wizard

08/06 2018

1.4.4

1.4.4.0 https://github.com/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0-or-later

The Requires

 

editor contao edit column multi wizard

01/06 2018

1.4.3

1.4.3.0 https://github.com/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0-or-later

The Requires

 

editor contao edit column multi wizard

26/03 2018

1.4.2

1.4.2.0 https://github.com/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0-or-later

The Requires

 

editor contao edit column multi wizard

14/03 2018

1.4.1

1.4.1.0 https://github.com/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0-or-later

The Requires

 

editor contao edit column multi wizard

01/02 2018

1.4.0

1.4.0.0 https://github.com/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0-or-later

The Requires

 

editor contao edit column multi wizard

20/12 2017

1.3.1

1.3.1.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

18/12 2017

1.3.0

1.3.0.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

17/11 2017

1.2.11

1.2.11.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

07/11 2017

1.2.10

1.2.10.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

07/11 2017

1.2.9

1.2.9.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

06/11 2017

1.2.8

1.2.8.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

03/11 2017

1.2.7

1.2.7.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

01/11 2017

1.2.6

1.2.6.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

30/10 2017

1.2.5

1.2.5.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

25/10 2017

1.2.4

1.2.4.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

04/09 2017

1.2.3

1.2.3.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

30/08 2017

1.2.2

1.2.2.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

28/08 2017

1.2.1

1.2.1.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

28/08 2017

1.2.0

1.2.0.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

27/07 2017

1.1.13

1.1.13.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

27/07 2017

1.1.12

1.1.12.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

24/07 2017

1.1.11

1.1.11.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

08/06 2017

1.1.10

1.1.10.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

20/03 2017

1.1.9

1.1.9.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

17/03 2017

1.1.8

1.1.8.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

17/03 2017

1.1.7

1.1.7.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

17/03 2017

1.1.6

1.1.6.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

13/02 2017

1.1.5

1.1.5.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

09/02 2017

1.1.4

1.1.4.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

08/02 2017

1.1.3

1.1.3.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

20/01 2017

1.1.2

1.1.2.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

17/01 2017

1.1.1

1.1.1.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

16/01 2017

1.1.0

1.1.0.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

14/12 2016

1.0.4

1.0.4.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

14/12 2016

1.0.3

1.0.3.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

12/12 2016

1.0.2

1.0.2.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

12/12 2016

1.0.1

1.0.1.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard

12/12 2016

1.0.0

1.0.0.0 https://bitbucket.org/heimrichhannot/contao-multi_column_editor

This module offers an input type for editing one or more records in frontend and backend.

  Sources   Download

LGPL-3.0+

The Requires

 

editor contao edit column multi wizard