New UI library for Prototype in the works
November 5th, 2007 | Published in Blogroll, CakePHP, HTML, JavaScript/AJAX
<
p>New UI library for Prototype in the works: “
Sébastien Gruhier, author of the VERY cool Prototype Window class has started a new initiative to build a complimentary UI library for Prototype. Accompanied by Samuel Lebeau, Juriy Zaytsev and Vincent Le Moign, the team aims to build easy to implement UI components that will enhance the user experience in web applications.
<blockquote><p>At the beginning of the project, it was only a full rewrite of Prototype Window but it became quickly a UI library based on <a href="http://prototypejs.org/">Prototype 1.6</a> and <a href="http://script.aculo.us/">script.aculo.us 1.8</a> to include all my previous components like <a href="http://prototype-carousel.xilinus.com/">Prototype Carousel</a> ….</p></blockquote>
<p>The current version is still in early stages but already provides some nice components:</p>
<ul>
<li>window
<ul>
<li>skinnable</li>
<li>shadowing system independent from window and skinnable</li>
<li>div based</li>
<li>resizable from all borders and corners</li>
<li>custom buttons</li>
<li>Dialogs (like it’s done in <span class="caps">PWC</span>) are not yet implemented but will be done soon</li>
</ul>
- carousel: only HTML content (no Ajax content)
- dock (experimental)
- shadow: a simple class to add shadow on any element with a absolute position.
<p>Full details of the project can be found on <a href="http://blog.xilinus.com/2007/11/4/prototype-ui-beta-version-pwc-reloaded">Sébastien’s blog</a>.
This looks like a great start for those of us who like to use stuff that just works
(Via Ajaxian Blog.)
