Skip to content

Commit

Permalink
Item11383: JQueryUIDialog.txt add doco for jqUIDialogClose
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@14475 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KipLubliner authored and KipLubliner committed Mar 27, 2012
1 parent 5e443f7 commit fe3130e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions JQueryPlugin/data/System/JQueryUIDialog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ to the =jqDialogLink= has been disabled:

In this case the dialog will alwas be fetched again from the backend using the given url.

---++ Button Click Actions
When the button is clicked:
* If the <a> element has the =jqUIDialogClose= class, then the dialog box will close.
* If the <a> element has the =jqUIDialogSubmit= class, then a form defined in the dialog box will be submitted.
* If the <a> element has an href attribute, then the specified page will be loaded.

---++ Examples
%JQREQUIRE{"ui::dialog, ui::button"}%

Expand Down

0 comments on commit fe3130e

Please sign in to comment.