Changeset 1803:7424f0641db1
- Timestamp:
- 10/20/09 17:21:56 (9 months ago)
- Author:
- Pablo Hoffman <pablo@…>
- Branch:
- default
- Message:
-
updated new clickdata argument doc
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1802
|
r1803
|
|
| 272 | 272 | :type formdata: dict |
| 273 | 273 | |
| 274 | | :param clickdata: The arguments in clickdata are passed directly to |
| 275 | | ClientForm's click_request_data() method. See <ClientForm> for more |
| 276 | | info. |
| | 274 | :param clickdata: Arguments to be passed directly to ClientForm |
| | 275 | ``click_request_data()`` method. See `ClientForm`_ homepage for |
| | 276 | more info. |
| 277 | 277 | :type clickdata: dict |
| 278 | 278 | |
| 279 | 279 | The other parameters of this class method are passed directly to the |
| 280 | 280 | :class:`FormRequest` constructor. |
| 281 | | |
| 282 | 281 | |
| 283 | 282 | Request usage examples |