2017 © Pedro Peláez
 

contao-module contao-banking_widgets

Banking widgets for Contao Open Source CMS and Frontendedit Module

image

heimrichhannot/contao-banking_widgets

Banking widgets for Contao Open Source CMS and Frontendedit Module

  • Wednesday, January 10, 2018
  • by digitales@heimrich-hannot.de
  • Repository
  • 6 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Contao Banking Widgets

This module is currently only used in a single project and not generally tested. Feedback is welcome., (*1)

This module is a collection of widgets for banking purpose. They are designed to use with Formhybrid module., (*2)

Install

With composer:, (*3)

composer require heimrichhannot/contao-banking_widgets, (*4)

Widgets

IBAN

A widget to input iban number. It make use of cmpayments/iban to validate IBAN inputs., (*5)

Usage

'iban'                => [
    'label'     => &$GLOBALS['TL_LANG']['tl_submission']['iban'],
    'exclude'   => true,
    'inputType' => 'ibanwidget',
    'eval'      => [
        'encrypt'   => true,
        'mandatory' => true,
        'tl_class'  => 'w50 clr'
    ],
    'sql'       => "varchar(255) NOT NULL default ''"
]

The Versions

10/01 2018

1.0.1

1.0.1.0

Banking widgets for Contao Open Source CMS and Frontendedit Module

  Sources   Download

LGPL-3.0+

The Requires

 

contao haste

10/01 2018

1.0.0

1.0.0.0

Banking widgets for Contao Open Source CMS and Frontendedit Module

  Sources   Download

LGPL-3.0+

The Requires

 

contao haste