Calculator 0.1

Simple n-digits calculator with the following supported operations:

  • sum
  • difference
  • division
  • multiplication
  • percentage
  • pow
  • sqrt


Details

Author
abidibo
Current version
0.1
GitHub
abidibo/Calculator
Downloads
2424
Category
Widgets
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_:
    • core/1.4.5
    • more/1.4.0.1 Drag

How to use

Calculator requires

  • core/1.4.5
  • more/1.4.0.1 Drag

Include mootools framework and Calculator plugin

Include Calculator stylesheet

Example code

Javascript:

window.addEvent('domready', function() { var calc = new Calculator({ drag: true, digits: 12 }); })

For more demos please visit the Calculator demo page at http://www.abidibo.net/projects/js/calculator/demo


Links

The project page: http://www.abidibo.net/projects/js/calculator
The documentation page: http://www.abidibo.net/projects/js/calculator/doc
The demo page: http://www.abidibo.net/projects/js/calculator/demo

Please report bugs, errors and advices in the github project page: http://github.com/abidibo/Calculator


Screenshots


Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus