| 113 | | ||'''controller'''||string||controller name of the item target URL||don't use directly, use get method instead|| |
| 114 | | ||'''function'''||string||function name of the item target URL||don't use directly, use get method instead|| |
| 115 | | ||'''application'''||string||application name of the item target URL||don't use directly, use get method instead|| |
| | 113 | ||'''controller'''||string||controller name of the target URL||don't use directly, use get method instead|| |
| | 114 | ||'''function'''||string||function name of the target URL||don't use directly, use get method instead|| |
| | 115 | ||'''application'''||string||application name of the target URL||don't use directly, use get method instead|| |
| 117 | | ||'''args'''||list of strings||the args for the item target URL|| || |
| 118 | | ||'''vars'''||dict of strings||the query variables for the item target URL|| || |
| 119 | | ||'''extension'''||string||the format extension for the item target URL|| || |
| 120 | | ||'''tablename'''||string||the name of the target table of the item target URL|| || |
| | 117 | ||'''args'''||list of strings||the args for the target URL|| || |
| | 118 | ||'''vars'''||dict of strings||the query variables for the target URL|| || |
| | 119 | ||'''extension'''||string||the format extension for the target URL|| || |
| | 120 | ||'''tablename'''||string||the name of the target table of the target URL|| || |