background preloader

MooTools

Facebook Twitter

Mootools en 30 jours : jour 1 - Introduction. Installation de Mootools 1.2 Tout d'abord, téléchargez et installez le noyau (core) de la librairie Mootools 1.2. Téléchargez la librairie Mootools 1.2 CoreUploadez la librairie de Mootools 1.2 sur votre serveur ou espace de travailFaites un lien vers la librairie Mootools 1.2 Core entre les balises de votre page - 2. Créer un fichier JavaScript externe et faire le lien vers celui-ci dans votre : A partir de là, vous pouvez utiliser l'une ou l'autre des méthodes. J'appellerai souvent des fonctions dans l'évènement domready à l'intérieur des balises script, mais je placerai les fonctions dans un fichier JavaScript externe. Placer dans le domready Les fonctions Mootools doivent être appelées dans l'évènement domready. window.addEvent('domready', function() { exampleFunction();}); Placer dans une Fonction Vous pouvez quand même placer vos fonctions en dehors du domready, puis les appeler à l'intérieur de celui-ci. var exampleFunction = function() { alert('hello')}; Description de la librairie Noyau.

Highcharts - Interactive JavaScript charts for your webpage. Open-Source Ajax Projects. BySlideMenu : Accordion Menu - Free and Open Source Mootools plugin to create accordion menu. MooWheel: a javascript connections visualization library. View the project on Google Code 06.29.2008 version 0.2 now available!

Get it. What's new? Looking for version 0.1 instead? The purpose of this script is to provide a unique and elegant way to visualize data using Javascript and the <canvas> object. This type of visualization can be used to display connections between many different objects, be them people, places, things, or otherwise. The script is licensed under an MIT-style license. This script requires three libraries to support it. MooWheel only requires 2 arguments to create a basic wheel graph. New MooWheel(dataArray, canvasElement); The canvas element can be passed as either an element reference or an id string. Note: In this context, the first argument (the data parameter), doesn't matter. Each item that has an "imageUrl" will have that image preloaded, and then added to the wheel when it is drawnIn terms of options, there are a number of options available that allow you to change the way the graph is generated and displayed: