Create a mashup with own HTML code
I need to open a page with HTML code generated by a service, I can use:
- a standard mashup with the Html TextArea widget inside (passing to it the html generated by a service)
this works if edit mode is enabled, but if I set "read only" to hide the editing bar, the HTML is not rendered correctly (there is a basic table <table> <tr> <td>..... it just shows text, not the table grid. May be a bug) - Generate the .html file on a repository, and open with browser.
I didn't tested but it should work ..
are there other options ?
// I have thingworx 8.5.9

