Extension:Calculator (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
| Summary: Basic calculator. Easily integrated as a popup for NumberField, TriggerField etc much like the popup Calendar for DateField. |
| Author: Toby Stuart, Nullity |
| Published: 31 July 2007 |
| Version: 1.3 (23 August 2007) |
| Ext Version: 1.1 |
| License: |
| Demo Link: View Demo |
| Forum Post: View Post |
Contents |
Information
Basic calculator. Easily integrated as a popup for NumberField, TriggerField etc much like the popup Calendar for DateField.
Please refer to the demo page for changelog etc.
Features
- Supports basic mathematic functions +, -, /, *
- Supports Memory functions (store, add, recall, clear)
- Numpad support
- Easy integration with Ext.form fields eg. NumberField, TriggerField
Sample Usage
var calculator = new Ext.ux.Calculator({showOkBtn: false, showTips: true}); calculator.render(); calculator.alignTo(<some element>, <ext alignTo eg. bl>); calculator.show();
Download
This page was last modified on 23 August 2007, at 00:51.
This page has been accessed 19,933 times.

