MooTools Documentation in PDF Format

By  on  

Trolling through the MooTools forums, I stumbled on a post by DigiMute. DigiMute has automated complete MooTools documentation in PDF format using PHP and FPDF . If you hate referring to the MooTools website every time you need API help, download the MooTools documentation in PDF format!

http://www.digimute.com/index.php?page=mootoolspdf

Recent Features

  • By
    Animated 3D Flipping Menu with CSS

    CSS animations aren't just for basic fades or sliding elements anymore -- CSS animations are capable of much more.  I've showed you how you can create an exploding logo (applied with JavaScript, but all animation is CSS), an animated Photo Stack, a sweet...

  • By
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

Incredible Demos

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

  • By
    Send Email Notifications for Broken Images Using MooTools AJAX

    One of the little known JavaScript events is the image onError event. This event is triggered when an image 404's out because it doesn't exist. Broken images can make your website look unprofessional and it's important to fix broken images as soon as possible.

Discussion

  1. Great just what I was looking for.

  2. Masawma

    Thanks! When will you make for v. 1.2?

  3. Masawma

    David Thanks alot..

  4. “MooTools 1.2 Documentation:”

    Thats just the cheatsheet..

    But thanks for this! Pretty much helpful.

  5. Seem he does not have the PDF any longer.

  6. Dan

    Version 1.2.3 (This PDF isn’t the nicest layout)
    http://nouincolor.com/pub/mootools-pdf-docs/

  7. Hey thanks guys, this is great. Searchable and all, as opposed to the standard web docs… A PDF version or something more functional and readable than the current documentation should be offered on the official site.

  8. David, I’m a great fan of you and Mootols. Could you by any chance get me a PDF documentation for the latest version of Mootools [1.4] ?

    -Thanks

  9. Thank you. Very nice and useful. Can someone post the latest 1.4 version of mootools PDF version?

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!