API Reference > ui-framework > Admin > FrameworkUiAdmin > showCalculator showCalculator Method Show a calculator at a particular location. showCalculator(initialValue: number, resultIcon: string, location: XAndY, onOk: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean Parameter Type Description initialValue number Value initially displayed in the calculator. resultIcon string Icon displayed to the left of the value. location XAndY Location of the calculator, relative to the origin of htmlElement or the window. onOk OnNumberCommitFunc Function called when the OK button or the Enter key is pressed. onCancel OnCancelFunc Function called when the Cancel button or the Escape key is pressed. htmlElement HTMLElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window. Returns - boolean true if the menu was displayed, false if the menu could not be displayed. Defined in ui/framework/src/ui-framework/uiadmin/FrameworkUiAdmin.tsx Line 128 Last Updated: 13 June, 2024