Tip : Nice Grid or Form title without using the Header

So I have found the Header to be unisightly and a lot of times I just want a nice Title to show up to the top left or top right of a Grid or Form. Like below
2022-02-17 17_40_08-Window

This is how I do it.
Create a PHP Button with a CSS style of sc-image.
Go to Toolbar and place it where you want.
Then go to OnScriptInit and Disable it: sc_btn_disabled(‘buttoName’, ‘on’);
Voila!
Hopefully SC will implement a Grid Title feature in the toolbar someday.

2 Likes