From b4434d8077a28fc9d5ce87974432e30898054779 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 5 Mar 2013 15:02:50 +0100 Subject: [PATCH] README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d26f1ac..7a2cfab 100644 --- a/README.md +++ b/README.md @@ -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: