getRow( id or object )



This function returns the row number of a specific element.

Parameters:

  • id or object - id or object reference of the element

  • ignore original - optional flag used to ignore the original row of the element and to determine the row based on its new position, assuming the element has been moved using the Genie designer or with JavaScript code

Example:

var row = getRow('D_6_12'); // returns 6