This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Wed May 07 00:57:31 -0700 2008 | [seriph] |
| |
MODALBOX-LICENSE | Wed May 07 00:57:31 -0700 2008 | [seriph] |
| |
README | Wed Jun 04 01:01:39 -0700 2008 | [seriph] |
| |
Rakefile | Wed May 07 00:57:31 -0700 2008 | [seriph] |
| |
generators/ | Wed May 07 00:57:31 -0700 2008 | [seriph] |
| |
init.rb | Wed May 07 00:57:31 -0700 2008 | [seriph] |
| |
install.rb | Wed May 07 00:57:31 -0700 2008 | [seriph] |
| |
lib/ | Wed Jun 04 00:51:54 -0700 2008 | [Andres Koetsier] |
| |
tasks/ | Wed May 07 00:57:31 -0700 2008 | [seriph] |
| |
test/ | Wed May 07 00:57:31 -0700 2008 | [seriph] |
README
modalbox_confirm Plugin ======================= modalbox_confirm Plugin hooks into the default rails link_to helpers to implement ModalBox (a javascript message display library) when using a :confirm message ModalBox website: http://www.wildbit.com/labs/modalbox/ INSTALL ======= - Install this plugin $ ruby script/plugin install git://github.com/seriph/modalbox_confirm.git - Install the modalbox library $ ruby script/generate modalbox_install USAGE ===== - On pages where you use confirm messages make sure you are using <%= javascript_include_tag :defaults %> and <%= stylesheet_link_tag 'modalbox.css' %> - Any :confirm message you use is now replaced with the ModalBox Copyright (c) 2008 Chris Cherry (ctcherry@gmail.com), released under the MIT license




