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
Customizing the HTML browser header
Re: Customizing the HTML browser header
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
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
Re: Customizing the HTML browser header
Hello,
check also www\software\html5\settings.js > W.setDocuTitle = function() { try { document.title = "HTML5"; } catch(b) { } }();
check also www\software\html5\settings.js > W.setDocuTitle = function() { try { document.title = "HTML5"; } catch(b) { } }();
TSplus HTML5 and Java web engineer
-
- Posts: 51
- Joined: Tue May 17, 2016 8:24 pm
Re: Customizing the HTML browser header
This is exactly what I was looking for.
Thank you very much
Thank you very much