| | 70 | # |
|---|
| | 71 | # You can customize further browser side call logic by passing |
|---|
| | 72 | # in Javascript code snippets via some optional parameters. In |
|---|
| | 73 | # their order of use these are: |
|---|
| | 74 | # |
|---|
| | 75 | # <tt>:confirm</tt>:: Adds confirmation dialog. |
|---|
| | 76 | # <tt>:condition</tt>:: Perform remote request conditionally |
|---|
| | 77 | # by this expression. Use this to |
|---|
| | 78 | # describe browser-side conditions when |
|---|
| | 79 | # request should not be initiated. |
|---|
| | 80 | # <tt>:before</tt>:: Called before request is initiated. |
|---|
| | 81 | # <tt>:after</tt>:: Called immediately after request was |
|---|
| | 82 | # initiated and before <tt>:loading</tt>. |
|---|