namespace sap.m.PopupHelper

Control sample: sap.m.PopupHelper
Visiblity: protected
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Helper for Popups.


Nodes Overview

Node Description

Methods Overview

Method Description
sap.m.PopupHelper.calcPercentageSize

Converts the given percentage value to an absolute number based on the given base size.

sap.m.PopupHelper.calcPercentageSize

Converts the given percentage value to an absolute number based on the given base size.

Param Type DefaultValue Description
sPercentage string

A percentage value in string format, for example "25%"

fBaseSize float

A float number which the calculation is based on.