Helper for Popups.
Node | Description |
---|
Method | Description |
---|---|
sap.m.PopupHelper.calcPercentageSize |
Converts the given percentage value to an absolute number based on the given base size. |
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. |