What's new

Welcome to xCrud Community - Data Management and extended PHP CRUD

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Add button options

andyrav

New member
Joined
Mar 19, 2023
Messages
27
Reaction score
0
Points
1
Location
Uk
Hi
is there away to remove some of these button so only have a Save & Return and Return?

1679321290773.png

thanks
 

DaDo

Administrator
Staff member
Joined
Dec 1, 2021
Messages
108
Reaction score
23
Points
18
Hi
is there away to remove some of these button so only have a Save & Return and Return?

View attachment 23

thanks
Code:
hide_button( button_name(s) ) - hides system or your custom button
$xcrud->hide_button('save_edit');
$xcrud->hide_button('save_new');
 
Top Bottom