Skip to content

Commit

Permalink
Last tweaking of readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dugan committed Mar 29, 2010
1 parent 691dae6 commit 5fe7dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -33,9 +33,9 @@ What's that, you want more details? You got it, buddy.
take the same options as <tt>ActionController::Base#render</tt>. It'll also take a few more, namely:

* <tt>:before_show</tt> - a Javascript function that will be invoked before the dialog is shown
* <tt>:after_show&nbsp;</tt> - a Javascript function that will be invoked after the dialog has become visible
* <tt>:after_show</tt> - a Javascript function that will be invoked after the dialog has become visible
* <tt>:before_hide</tt> - a Javascript function that will be invoked before the dialog is hidden
* <tt>:after_hide&nbsp;</tt> - a Javascript function that will be invoked after the dialog has been hidden
* <tt>:after_hide</tt> - a Javascript function that will be invoked after the dialog has been hidden

Here's an example using the <tt>before_show</tt> option:

Expand Down

0 comments on commit 5fe7dbc

Please sign in to comment.