Hi All,

I've created a class with a string array-property

Code:
        
{ WebProperty=Client } 
Property String[] psSVGpath ""
I want to use data of the property in the javascript.

The corresponding javascript only defines df.tstring e.a ,
Code:
this.prop(df.tString,"psSVGviewbox","");  //no df.tstring[]
Does anyone know how to get the property data in javascript?

Roel