Use toolkit 3.0 color picker.

This commit is contained in:
David Molineus
2017-10-06 14:27:04 +02:00
parent 594b10b0cf
commit 3828c9ce13
2 changed files with 3 additions and 3 deletions

View File

@@ -415,7 +415,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_icon'] = array
'exclude' => true,
'inputType' => 'text',
'wizard' => array(
\Netzmacht\Contao\Toolkit\Dca\Callback\CallbackFactory::colorPicker()
['netzmacht.contao_toolkit.dca.listeners.color_picker', 'handleWizardCallback'],
),
'eval' => array(
'maxlength' => 64,

View File

@@ -207,7 +207,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_style'] = array
'exclude' => true,
'inputType' => 'text',
'wizard' => array(
\Netzmacht\Contao\Toolkit\Dca\Callback\CallbackFactory::colorPicker()
['netzmacht.contao_toolkit.dca.listeners.color_picker', 'handleWizardCallback'],
),
'eval' => array(
'tl_class' => 'w50 wizard clr',
@@ -248,7 +248,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_style'] = array
'exclude' => true,
'inputType' => 'text',
'wizard' => array(
\Netzmacht\Contao\Toolkit\Dca\Callback\CallbackFactory::colorPicker()
['netzmacht.contao_toolkit.dca.listeners.color_picker', 'handleWizardCallback'],
),
'eval' => array(
'tl_class' => 'clr w50 wizard',