Hello,
It is possible to get the code for an HTML component from a database.
If so, how to do that?
Thanks in advance!
Hello,
It is possible to get the code for an HTML component from a database.
If so, how to do that?
Thanks in advance!
Short answer: no
Long answer: well, sort of. You will need to write a script for the HtmlComponent that can modify itself to accept new code that you send to it in a message. Not a simple task, but it’s doable. See the article Corvid: Working with the HTML Element for more information.