Namespace sap.m.PopupHelperModule: sap/m/library


Helper for Popups.


Since: 1.16.7.
Method Summary
sap.m.PopupHelper.calcPercentageSize(sPercentage, fBaseSize)This methods converts the percentage value to an absolute number based on the given base number.
Method Detail
sap.m.PopupHelper.calcPercentageSize(sPercentage, fBaseSize)
This methods converts the percentage value to an absolute number based on the given base number.
Parameters:
{string}sPercentage A percentage value in string format, for example "25%"
{float}fBaseSize A float number which the calculation is based on.