button on edit

mladen

New member
Hi,

i used the PHP example from the manual to create a button for each record in grid.
I don't know how to show this button for record in edit form.
i added :
$custom_buttons['table'][$cnt]['show_in'][] = 'results_grid';
$custom_buttons['table'][$cnt]['show_in'][] = 'edit_form';
$custom_buttons['table'][$cnt]['show_in'][] = 'insert_form';
 
Top