Add text or image in the Toolbar/Actionbar
-
- Posts: 21
- Joined: 2024-05-12 10:13
Add text or image in the Toolbar/Actionbar
I would like to know where and how to add text or images in the Toolbar/Action bar (referring to the bar of add new, print preview, and etc. found in the table view). I would like to add a note for the users within that Table View.
Re: Add text or image in the Toolbar/Actionbar
Hi,
you can use the hooks/TABLENAME.php -> TABLENAME_header function and there the case 'tableview':
Add some javascript to add the needed text / or image to the bar.
you can use the hooks/TABLENAME.php -> TABLENAME_header function and there the case 'tableview':
Add some javascript to add the needed text / or image to the bar.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.
-
- Posts: 21
- Joined: 2024-05-12 10:13
Re: Add text or image in the Toolbar/Actionbar
Thanks, I also found a way to edited in the datalist.php