Author Topic: Liquid UI - "windowsize" command  (Read 2218 times)

Benjamin Dasari

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 95
    • View Profile
Liquid UI - "windowsize" command
« on: August 09, 2017, 12:02:54 PM »
Purpose:
Re-size or re-position popup windows in SAP.
The windowsize command is used to re-size or re-position onscreen popup windows in SAP.

The syntax is as follows:
   windowsize([startRow, startCol, width, height]);
   
NOTE: The windowsize command does not take any options.   

Liquid UI Code:
----------------------------------------------------------------------------------------------------------------------------------------------
Script File Name: RSM04000_ALV_NEW.E2000.sjs
----------------------------------------------------------------------------------------------------------------------------------------------
// "/o" - Session Popup
windowsize([15,4,80,12]);

See attachments for code samples!

« Last Edit: September 19, 2017, 02:26:12 PM by Benjamin Dasari »