Liquid UI - Documentation - 6.02 buttonsize()

6.02 buttonsize()


Purpose

With buttonsize(), you can resize a native SAP pushbutton element.

Note: The buttonsize() command is applicable only to native SAP pushbutton and not to Liquid UI pushbutton element.


Syntax

buttonsize("P[Label name]",[height,width]);


Properties

  • Label name - name of the pushbutton without icon.
  • height, width - height and width of the pushbutton.


Options

The buttonsize command does not take any options.


Example

In this example, buttonsize command is used to resize the Search pushbutton in the VA02 transaction.


Script

buttonsize("P[Search]",[2,25]); 

Script Details


Usage Details


Can't find the answers you're looking for?