modal.rb

Path: lib/modal.rb
Last Update: Wed Oct 05 15:14:24 PDT 2005

Implement modal web pages. When you are done with one of these pages, they will redirect you to an internal page anchor within the page that linked to them. In other words, you don’t just go back to the referring page. You go back to the place within the referring page where the link was.

This implementation is in two parts: the library module Modal, and the view helper ModalHelper.

[Validate]