Easy way to add custum header?

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
peteraj
Posts: 27
Joined: 2016-02-05 12:25

Easy way to add custum header?

Post by peteraj » 2016-03-24 17:37

Hi All,

Does anybody know an easy (quick n dirty) way to add a custom logo at the top of the page, without messing with css?

Thank you very much

Regards
Peter

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 356
Joined: 2013-03-21 04:37

Re: Easy way to add custum header?

Post by peebee » 2016-03-25 00:49

You can insert html to specific table headers using the tablename_header() hook:

http://bigprof.com/appgini/help/advance ... ame_header

Or you can add some global header html to all pages using the header-extras.php file (also found in the hooks folder - only available after V5.40)

You will likely have to add some CSS (even bootstrap classes) to get it to place nicely and perform responsively though.

peteraj
Posts: 27
Joined: 2016-02-05 12:25

Re: Easy way to add custum header?

Post by peteraj » 2016-03-26 12:26

Thank you, that seems like at fair solution / workaround, until I get to learn more about the mysteries of css! ;-)

Post Reply