QueryThingExtension no longer works
Hi there,
We kind a have a problem here.
We successfully upgraded to Thingworx 8.4. We have found that QueryThing extension (queryExecute mashups to be more precise) no longer works as expected. Buttons are gone and we cannot export displayed data to excel nor as csv.
We are using that extension and we have to make it work again. I have noticed that this extension is no longer present on the marketplace. I have narrowed it down to HTML text area. The whole output that needs to be displayed is generated via service getQueryResultAsHtml which returns HTML code. That code goes to HTML text area marked as readonly. On previous versions of ThingWorx (namely 7.3.8) that widget (HTML area) had not perform any safety measures (I guess) and appended the whole content to DOM. It was not very safe, but very convenient and powerful. These days are gone.
I tried simple <script>alert()</script>. No longer works. I would be able to circumvent this issue with Expression widget, but hey that is now also very "save", it wont allow me to use almost anything.
Only solution that comes to mind is to use old HTML Text area widget create a manifest file and make some sort of HTML Legacy area, but if there is also another safety feature above that I cannot tell and it would not be working.
Does anyone has a better idea?
Please?

