Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

add buttons_callback for selectAll and editAll views to callback documentation #337

Open
bezin opened this issue Oct 7, 2015 · 0 comments

Comments

@bezin
Copy link

bezin commented Oct 7, 2015

The extension generator includes two templates for callback that are not documented yet:

    // Select
    'select' => array
    (
        'buttons_callback' => array()
    ),

    // Edit
    'edit' => array
    (
        'buttons_callback' => array()
    ),

With these callbacks its possible to add buttons after selecting and editing multiple datasets, eg. the "Generate Alias" button in tl_page.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants