Mashiane Expert Licensed User Longtime User Aug 21, 2019 #1 Hi there How can I change the Header.Title at runtime? Assumptions: 'Different Pages' can have different titles on the web-browser title bar. There can be different descriptions, indexes etc. #JustAThought
Hi there How can I change the Header.Title at runtime? Assumptions: 'Different Pages' can have different titles on the web-browser title bar. There can be different descriptions, indexes etc. #JustAThought
Kiffi Well-Known Member Licensed User Longtime User Aug 21, 2019 #2 Mashiane said: How can I change the Header.Title at runtime? Click to expand... B4X: Dim doc As BANanoObject doc.Initialize("document") doc.SetField("title", "YourNewTitle") Greetings ... Peter Upvote 0
Mashiane said: How can I change the Header.Title at runtime? Click to expand... B4X: Dim doc As BANanoObject doc.Initialize("document") doc.SetField("title", "YourNewTitle") Greetings ... Peter