Download the PHP package menatwork/contao-multicolumnwizard-bundle without Composer
On this page you can find all versions of the php package menatwork/contao-multicolumnwizard-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download menatwork/contao-multicolumnwizard-bundle
More information about menatwork/contao-multicolumnwizard-bundle
Files in menatwork/contao-multicolumnwizard-bundle
Package contao-multicolumnwizard-bundle
Short Description MultiColumWizard for Contao OpenSource CMS
License LGPL-3.0-or-later
Homepage https://www.men-at-work.de
Informations about the package contao-multicolumnwizard-bundle
The repository of contao-multicolumnwizard-bundle was moved to contao-community-alliance. We plan to support this version with bugfixes until the new version from the CCA is released.
MultiColumnWizard
The MultiColumnWizard is a widget for mapping several fields of the same and/or different type (input type) in a DCA element. The individual fields of the MCW are listed column by column in the backend and can be extended row by row as a group. The arrangement corresponds to a multidimensional array of the form array[rows][fields], which is stored in the database as a serialized array. The widget is almost identical to MultiTextWizard or MultiSelectWizard. It extends the functionality of any widget.
More information can be found in the contao wiki http://de.contaowiki.org/MultiColumnWizard
Install
The Multicolumnwizard is usually installed via an extension. If it is necessary to install Multicolumnwizard yourself, please use the console with the composer via the call
composer require menatwork/contao-multicolumnwizard-bundle
or
web/contao-manager.phar.php composer require menatwork/contao-multicolumnwizard-bundle
Developers should add the Multicolumnwizard to their composer.json
as a dependent package.
Usages
Usage with columnFields
Usage with callback
Disable Drag and Drop
Hide buttons
Other parameters
From version 3.6.5:
The Symfony translator can be used to translate the label and description. To do this, set the useTranslator
key to true.
The descriptions of the columns are displayed in the column header as a tooltip next to the icon 🛈
- the
character or text can be changed in the language file.
All versions of contao-multicolumnwizard-bundle with dependencies
ext-json Version *
contao/core-bundle Version ^4.13 || ^5.0
symfony/config Version ^5.4 || ^6.0
symfony/console Version ^5.4 || ^6.0
symfony/dependency-injection Version ^5.4 || ^6.0
symfony/event-dispatcher Version ^5.4 || ^6.0
symfony/http-foundation Version ^5.4 || ^6.0
symfony/http-kernel Version ^5.4 || ^6.0
symfony/translation Version ^5.4 || ^6.0