PrototypeXtensions.js is submitted!
Your script is now in the approval queue. After a quick review we will notify you of the script's status by email. If everything's alright, we'll publish your work to the site and rss feed. Otherwise, we'll send you the email explaining what seems questionable. In that case, reply to the email whenever we should review the script again.
Also, don't hesitate to discuss things if you feel that our reasons are unfair. We are real folk, and we don't like bureaucracy. : )
Thank you for your contribution!
1
PrototypeXtensions is a JavaScript library based on the frameworks Prototype.js and Script.aculo.us. The objective of this library is to provide an extension "low level" composed of useful methods and basic components, and components "high level", more dedicated to the user interface.
Available components : Core, History, Ajax.History, Tabs
new Ajax.History.Updater('container', 'url/to/home.html', {
history : {
id : 'page',
state : 'home',
cache : true,
onStateChange: function(state) {
History.setTitle(History.getTitle() + ' - Home');
}
}
});
- Website:
-
PrototypeXtensions.js
- Author:
-
Simon Martins
- Size:
- 8 KB
- Last modified:
- 09/22/2008
- License:
-
MIT Licence
- Tags:
- ajax, cookie, date & time, framework, history, request, scriptaculous, tabs
- Rating:
-
4
(4/5 from 3 votes)
- Your rating:
-
0
Not yet rated
- Please sign in or register to rate this script
- You can't rate your own script.