Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix add closure load_callback #230

Merged

Conversation

zonky2
Copy link
Collaborator

@zonky2 zonky2 commented Oct 6, 2017

Hotfix add closure load_callback - #151

            'mcw_text' => array
                (
                'label'         => &$GLOBALS['TL_LANG'][$strTblName]['mcw_text'],
                'exclude'       => true,
                'inputType'     => 'text',
                'eval'          => array('style'=>'width:150px'),
                'load_callback' => function($varValue, $dc) 
                    {
                        return 2;
                    }
                ),

shot369

@zonky2 zonky2 added the Feature label Oct 6, 2017
@zonky2 zonky2 added this to the Version 3.3 milestone Oct 6, 2017
@zonky2 zonky2 requested a review from davidmaack October 6, 2017 18:30
@zonky2 zonky2 mentioned this pull request Oct 6, 2017
@davidmaack davidmaack merged commit adb44c8 into menatwork:master Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants