I'm using displayTableWindow in JS to display a round end summary:
Is there a way to position this dialog window at the top of the screen instead of the middle? I tried adding:
but that gives a generic error message "Javascript error:"
Code: Select all
this.tableDlg = this.displayTableWindow( 'roundEndSummary', title, table, header, footer);Code: Select all
this.tableDlg.style.top = '10px';but that gives a generic error message "Javascript error:"