Page 1 of 1

Other browser tab title than header caption?

PostPosted: 31 Mar 2014 10:20
by magosk
It seems like TIWCGJQMPageHeader.JQMPageHeaderOptions.Caption overrides TIWAppForm.Title when it comes to what is shown as title for the browser tab. In my case, I would like the same text as browser tab title on all the pages of the app (but the header caption varies between pages). Is this possible?

Re: Other browser tab title than header caption?

PostPosted: 31 Mar 2014 14:11
by Alexander Bulei
Hi magosk,

Please use TIWCGJQMRegionOptionsPage.Title property :

http://www.cgdevtools.com/docs/_html/IWCGJQMRegion.TIWCGJQMRegionOptionsPage.Title.htm

Best Regards.

Re: Other browser tab title than header caption?

PostPosted: 31 Mar 2014 14:39
by magosk
Excellent, thanks!