Skip to content
starpeak edited this page Sep 14, 2010 · 11 revisions

The purpose of this project is to create a ruby on rails plugin that allows to use prototypeui in rhtml files the easy way.

This plugin is depricated and will no longer be supported! We’re now working on unobstrusive rails function for creating dialogs, D’n’D and so on using PrototypeUI, jQuery, and perhaps some more …

Install

just run


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

from within your project

Usage

For now just try to add


<%= javascript_include_tag :defaults, :cache=>true >
<
= pui_css_theme ‘leopard’ >

to the header of your page (e.g. in layouts) and something like

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

in the body

Report Bugs and Requests

Even if the project is at a very early stage you can commit bugs and requests at Lighthouse

Clone this wiki locally