public
Description: A Ruby-on-Rails plugin for using Prototype UI (very early stage)
Homepage:
Clone URL: git://github.com/starpeak/prototypeui_plugin.git
name age message
file MIT-LICENSE Fri May 30 09:36:10 -0700 2008 initial commit [starpeak]
file README Fri May 30 10:03:07 -0700 2008 fixed some issues [starpeak]
file Rakefile Fri May 30 10:03:07 -0700 2008 fixed some issues [starpeak]
file init.rb Fri May 30 09:36:10 -0700 2008 initial commit [starpeak]
file install.rb Fri May 30 10:03:07 -0700 2008 fixed some issues [starpeak]
directory lib/ Fri May 30 09:36:10 -0700 2008 initial commit [starpeak]
directory public/ Fri May 30 09:36:10 -0700 2008 initial commit [starpeak]
directory tasks/ Fri May 30 09:36:10 -0700 2008 initial commit [starpeak]
directory test/ Fri May 30 09:36:10 -0700 2008 initial commit [starpeak]
file uninstall.rb Fri May 30 10:03:07 -0700 2008 fixed some issues [starpeak]
README
Prototypeui
===========

Plugin for using prototype-ui within RoR.
See http://www.prototype-ui.com/ for prototype-ui

To install run

script/plugin install git://github.com/starpeak/prototypeui_plugin.git

from your project.


Example
=======

Example for opening content in a prototype-ui ajax window within a .rhtml file:

<%= link_to_window 'Test Window', :url=>{:controller=>'home',:action=>'testwindow',:id=>12, :test=>true}, 
:theme=>"leopard", :shadow=>true %>



Copyright (c) 2008 StarPeak OnlineMedia and Sven G. Bršnstrup, released under the MIT license