Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Clear Play Area
-
Hi,
Is there a way to clear the play area without opening it and editing the file (i.e clear it in the file store). I was testing some code I found online and saved it - now because of the CSS formatting the play screen goes completely white when I open it.Cheers,
Henry -
Hi Henry,
In the SQL console,
select id, xid, name from jsonData where xid like 'play-area-%';
then
delete from jsonData where id=
-
Perfect, Thank you!