getValue

retrieves the values of DataLayout elements

array getValue();
arrayan array of objects with values of datalayout elements

Example

var values = $$("datalayout").getValue();

See also
Back to top