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,
2012-03-16 12-21-09
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
UserImage.jpg
Vinh Bach
Hi João Rosado,

Thanks for your reply. Then in my case can I use the HTMLRenderer for generated HTML content.
2012-03-16 12-21-09
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 GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.