emxEditableTable.expand This API requires this input argument:
Example: var arrRowIds = new Array (); var level = "1" ; arrRowIds.push( "0,0" ); arrRowIds.push( "0,0,0" ); arrRowIds.push( "0,1" ); emxEditableTable.expand(arrRowIds,level); Any rowIds that to do not match rows in the context structure browser are ignored. If there are no matching rows, an error displays to the user. |