Blame | Letzte Änderung | Log anzeigen | RSS feed
== script.aculo.us web 2.0 javascriptThe Web is changing. The 30-year-old terminal-like technology it was originallyis gradually giving way to new ways of doing things. The power of AJAX allowsfor rich user interaction without the trouble that has bugged traditionalweb applications.Building upon the wonderful Prototype JavaScript library, script.aculo.usprovides you with some great additional ingredients to mix in.For more information, see http://script.aculo.us/== What's new in this release?See the CHANGELOG file for information on what's new.== Installation/Usagescript.aculo.us includes the Prototype JavaScript FrameworkV1.6.0. You can use later versions, as they become available(see http://prototypejs.org/).Put prototype.js, and the six files scriptaculous.js,builder.js, effects.js, dragdrop.js, controls.js and slider.jsin a directory of your website, e.g. /javascripts.(The sound.js and unittest.js files are optional)Now, you can include the scripts by adding the followingtags to the HEAD section of your HTML pages:<script src="/javascripts/prototype.js" type="text/javascript"></script><script src="/javascripts/scriptaculous.js" type="text/javascript"></script>scriptaculous.js will automatically load the other files of thescript.aculo.us distribution in, provided they are accessiblevia the same path.See http://wiki.script.aculo.us/scriptaculous/show/Usage for detailedusage instructions.== The distributionBesides the script.aculo.us files in src, there's a completetest tree included which holds functional and unit tests forscript.aculo.us.If you need examples on how to implement things, the best place tostart is by opening test/run_functional_tests.html ortest/run_unit_tests.html in your browser, and looking atthe sources of the examples provided.== Licensescript.aculo.us is licensed under the terms of the MIT License,see the included MIT-LICENSE file.