Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Mar 5, 2013
1 parent b2f1bcc commit b4434d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Any click on the link will pop up a dialog asking the user to confirm the action

List of the options:

* text: Text to display in the dialog
* confirm: Handler executed when the user confirms
* cancel: Handler executed when the user cancels
* confirmButton: Label of the confirm button
* cancelButton: Label of the cancel button
* post: If false (default) and no confirm handler is set, redirects the user to the URL of the button/link with a GET request. If true, redirects with a POST request (like a form submission).
* `text`: Text to display in the dialog
* `confirm`: Handler executed when the user confirms
* `cancel`: Handler executed when the user cancels
* `confirmButton`: Label of the confirm button
* `cancelButton`: Label of the cancel button
* `post`: If false (default) and no confirm handler is set, redirects the user to the URL of the button/link with a GET request. If true, redirects with a POST request (like a form submission).

Example:

Expand Down

0 comments on commit b4434d8

Please sign in to comment.