Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Tiago Simões
Staff
19
Views
4
Comments
Dynamically set the title of a page
Question
Here is an extension to dynamically set the title of a web screen.
To use it just publish it using OutSystems Integration Studio, add a reference to it, and then call the SetPageTitle action in the preparation of the screen.
Cheers,
Tiago Simoes
PageTitle.xif
André Madeira
Staff
I haven't opened the extension yet…but could that be a way to insert meta tags on the page?…since you are messing with the head section.
2 replies
Last reply 17 May 2007
Show thread
Hide thread
Tiago Simões
Staff
Hi Andre,
With the upcoming support .NET 2.0 in OutSystems Platform 4.1 what you are mentioning should be possible. Unfortunately .NET 1.1 does not allow you to change these settings programatically.
This extension only works in .NET for now but it shouldn't be very hard to port the code to Java.
Cheers,
Tiago Simões
Gonçalo Gaiolas
For the sake of findability, here follows a link to a post with a possible answer ->
https://www.outsystems.com/NetworkForums/ViewTopic.aspx?TopicId=3022
Leonardo Fernandes
MVP
Setting the title of the page can now be done with the HttpRequestHandler extension, which is available in the solutions page:
https://www.outsystems.com/NetworkSolutions/ProjectDetail.aspx?ProjectId=63
Adding meta tags as André Madeira suggested, is also a supported feature in this extension. Check it out!
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...