Skip to content

A Ruby-on-Rails plugin for using Prototype UI (very early stage) - it is depricated by now as Rails would prefer unobstrusive JS. An approach of unobstrusive rich JS (dialogs, D'n'D, ...) can be found at the humpyard project.

License

Notifications You must be signed in to change notification settings

starpeak/prototypeui_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Ruby-on-Rails plugin for using Prototype UI (very early stage) - it is depricated by now as Rails would prefer unobstrusive JS. An approach of unobstrusive rich JS (dialogs, D'n'D, ...) can be found at the humpyard project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages