getCol( id or object )



This function returns the column 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 column of the element and to determine the column based on its new position, assuming the element has been moved using the Genie designer or with JavaScript code

Example:

var column = getCol('D_6_12'); // returns 12