Changes between Version 23 and Version 24 of S3/S3Navigation
- Timestamp:
- 03/05/12 13:36:22 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v23 v24 115 115 ||'''function'''||string||function name of the target URL||don't use directly, use get method instead|| 116 116 ||'''application'''||string||application name of the target URL||don't use directly, use get method instead|| 117 ||'''r'''||request object||the request this item gotmatched against||defaults to current.request||117 ||'''r'''||request object||the request this item was matched against||defaults to current.request|| 118 118 ||'''args'''||list of strings||the args for the target URL|| || 119 119 ||'''vars'''||dict of strings||the query variables for the target URL|| ||