Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scsmith/lightview-rails
A Ruby on Rails plugin with helper functions to aid the use of Nick Stakenburg's Lightview.
https://github.com/scsmith/lightview-rails
Last synced: 17 days ago
JSON representation
A Ruby on Rails plugin with helper functions to aid the use of Nick Stakenburg's Lightview.
- Host: GitHub
- URL: https://github.com/scsmith/lightview-rails
- Owner: scsmith
- License: mit
- Created: 2009-08-06T13:48:35.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-11T11:42:08.000Z (over 15 years ago)
- Last Synced: 2024-10-30T14:09:18.970Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: MIT-LICENSE
Awesome Lists containing this project
README
=Lightview Rails Plugin
This is a simple plugin with helper functions to aid the use of Nick Stakenburg's Lightview in Rails.
The plugin allows you to post forms to a new modal window and open links in a new modal window. It makes use of the 'ajax' method of the Lightview plugin.
==Example
modal_form_for @foo do |f|
...
link_to_modal 'Text', :url => new_foo_path==Todo
* Tests!
* Add the ability to specify more options (including a title and description)Copyright (c) 2009 Steve smith, released under the MIT license