366
Views
3
Comments
Solved
render webblock html
Question
Im trying to using the function to render a webblock html from htmlRenderer but when the webblock is on another espace even typing the espaceproducer param the function doesnt find the webblock. Anyone with the same problem? Thanks
2019-01-31 18-50-50
José Ramalho
Staff
Solution
Hi Filipe,

Web blocks are never rendered per se. To access a Web block you need to create a screen that has that webblock inside it.

Cheers
2012-03-16 12-21-09
João Rosado
Staff
Hi,

My 2 cents on those HtmlRenderer methods:
   - They were made just to work with ECT and EPA. They may or may not work correctly in any other cases.
   - I don't recommend using them. You should view them as legacy actions that should not be public.

...I'll ask for a deprecated warning on them, since I'm tired of having discussions here about this.

Regards,
João Rosado
2019-10-27 01-32-56
Caio Santana Magalhães
 
MVP
João Rosado wrote:
Hi,

My 2 cents on those HtmlRenderer methods:
   - They were made just to work with ECT and EPA. They may or may not work correctly in any other cases.
   - I don't recommend using them. You should view them as legacy actions that should not be public.

...I'll ask for a deprecated warning on them, since I'm tired of having discussions here about this.

Regards,
João Rosado
Hello, João.

Could you recommend alternatives for gathering the WebBlock/WebScreen generated HTML?

Thank you.
 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.