mooPrompt


Introduction

This is a JavaScript file that, through the use of mootools, allows easy generation of user prompts.  The prompts are quite customisable and have multiple animations available.

Status

I abandoned this project a while ago now and it has not been updated or tested with newer versions of mootools.  Feel free to take from this code what you might need or if you actually want to take over it feel free to volunteer.

Demos

http://demo.slajax.com/prompts/

Download

https://github.com/misterdai/mooPrompt

5 Responses to mooPrompt

  1. pgkc says:

    Thank you

  2. pgkc says:

    Bad position on Opera 10.61

  3. Gruz says:

    Hi. Where can I download the latest version compatible with mootools 1.2.4 ?

    • misterdai says:

      Hi Gruz, unfortunately there is no official 1.2.4 compatible version. I’ve stopped maintaining this code quite a while ago. If you’re feeling brave you could try getting it up to date yourself. The code is freely available on github, making forks very easy https://github.com/misterdai/mooPrompt

      • Gruz says:

        Hi.
        Your MooPrompt is used inside Virtuemart for joomla.

        To make it compatibel with Joomla’s 1.5.20+ mootools 1.2.4 I had to modify only one thing:

        /*##my#2010-12-11 03:21:08 { Fix mooPrompt to be used with latest Mootools
        //It was:
        Object.extend(this.options, options || {});
        //It became: */
        $extend(this.options, options || {});
        /*##my#2010-12-11 03:21:08 } */

        Everything else seem to work ok.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.