Documentation

getFirstId

returns the ID of the first item

id getFirstId();

Returns

idthe id of the first item

See also

Example

//"data" is the ID of dataview 
$$('data').select($$('data').getFirstId());

Back to top