Customizing the HTML browser header

Get help with troubleshooting issues
Post Reply
fakebrains
Posts: 51
Joined: Tue May 17, 2016 8:24 pm

Customizing the HTML browser header

Post by fakebrains » Mon Nov 27, 2017 6:41 pm

Are there any options to customize the HTML5 browser header ?

Once users logon to the portal their tab at the top says HTML5, is there anyway to modify / customize that so the tab is easier for the user to find ?

Thanks
Gary
Fakebrains

IvanGB
Posts: 93
Joined: Sat Feb 06, 2016 2:26 pm

Re: Customizing the HTML browser header

Post by IvanGB » Mon Nov 27, 2017 6:46 pm

Hi Gary.

Open "C:\Program Files (x86)\TSplus\Clients\www\software\html5\settings.js".
Find line: W.setDocuTitle = function() { try { document.title = "HTML5"; } catch(b) { } }();
Replace HTML5 to your needs.

Hope it helps.

Ivan

juwagn
Site Admin
Posts: 239
Joined: Wed Oct 15, 2014 8:25 pm

Re: Customizing the HTML browser header

Post by juwagn » Mon Nov 27, 2017 6:49 pm

Hello,

check also www\software\html5\settings.js > W.setDocuTitle = function() { try { document.title = "HTML5"; } catch(b) { } }();
TSplus HTML5 and Java web engineer

fakebrains
Posts: 51
Joined: Tue May 17, 2016 8:24 pm

Re: Customizing the HTML browser header

Post by fakebrains » Mon Nov 27, 2017 10:27 pm

This is exactly what I was looking for.
Thank you very much

Post Reply