Skip to content

Commit

Permalink
Add confirmFormSubmit to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian committed Jan 27, 2010
1 parent 234eecd commit 8ec2bab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ Create a confirm dialog if the user really want to follow this link
$('confirmDelete').confirmLinkClick('Are you sure you want to click this link');


#### Element.confirmFormSubmit

Create a confirm dialog if the user try to submit a form

#JS
document.getElement('form#myForm').confirmFormSubmit('Do you want to submit this form');'

### Class: MooDialog.Prompt

Create an prompt dialog, replacement for prompt()
Expand Down

0 comments on commit 8ec2bab

Please sign in to comment.