Author Topic: Liquid UI - "boxsize" command  (Read 1963 times)

Benjamin Dasari

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 95
    • View Profile
Liquid UI - "boxsize" command
« on: September 19, 2017, 02:32:27 PM »
Purpose:
The boxsize command is used to resize native SAP group boxes.

The syntax is as follows:
   boxsize("G[box_name]",[rows,columns]);
   
NOTE: The windowsize command does not take any options.   
The boxsize command is only for native SAP screen controls - it cannot be used on Liquid UI screen controls.

Liquid UI Code:
----------------------------------------------------------------------------------------------------------------------------------------------
Script File Name: SAPMV45A.E0101.sjs       // VA01 transaction
----------------------------------------------------------------------------------------------------------------------------------------------
// Resizing the group box
boxsize("G[Organizational Data]",[10,65]);


See attachments for code samples!
« Last Edit: September 19, 2017, 02:54:14 PM by Benjamin Dasari »