Add text or image in the Toolbar/Actionbar

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
joshianjvj83
Posts: 21
Joined: 2024-05-12 10:13

Add text or image in the Toolbar/Actionbar

Post by joshianjvj83 » 2024-10-18 02:00

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.

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1667
Joined: 2018-04-01 10:12

Re: Add text or image in the Toolbar/Actionbar

Post by pbottcher » 2024-10-18 21:10

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.
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.

joshianjvj83
Posts: 21
Joined: 2024-05-12 10:13

Re: Add text or image in the Toolbar/Actionbar

Post by joshianjvj83 » 2024-10-21 07:13

Thanks, I also found a way to edited in the datalist.php

Post Reply