How to check for empty script in RTC
Accepted answer
If you know the project area, open it in eclipse client > switch to the Links tab > the scripts are listed in Attachments section along with their sizes...
regarding the dojo version :
for v502, it is 1.8.4 from my setup..
I used
dojo.version.toString();
from a calculated value script writing to a string attribute.
similar script applied on a string attribute in v501 would give us appropriate version on your 501 setup.
hope this helps..
regarding the dojo version :
for v502, it is 1.8.4 from my setup..
I used
dojo.version.toString();
from a calculated value script writing to a string attribute.
similar script applied on a string attribute in v501 would give us appropriate version on your 501 setup.
hope this helps..