docs-archive icon indicating copy to clipboard operation
docs-archive copied to clipboard

add buttons_callback for selectAll and editAll views to callback documentation

Open bezin opened this issue 10 years ago • 0 comments

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.

bezin avatar Oct 07 '15 08:10 bezin