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
Vinh Bach
1
Views
3
Comments
Web Screen without HTML tag
Question
Hi all,
Is there any case that we can create a webscreen only display the HTML block we want not generated <HTML> or <HEAD> tags.
Sample:
<div class="blk-Content">
<p>This is my content</p>
</div>
Thanks & Regards,
João Rosado
Staff
Hi Vinh,
You can use a Download Node in the preparation of the webscreen to return that as a text, but you won't be able to use any of the Web Screen design features in that scenario.
Web Screens normal rendering always return full web pages, not partials.
Regards,
João Rosado
Vinh Bach
Hi João Rosado,
Thanks for your reply. Then in my case can I use the HTMLRenderer for generated HTML content.
João Rosado
Staff
Actually,
HTMLRenderer extension is for internal use only. Any other use of it is not supported.
Regards,
João Rosado
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...