Changes between Version 72 and Version 73 of AjaxList
- Timestamp:
- 2010-09-08T19:34:46Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v72 v73 227 227 ==== Join Table Filters ==== 228 228 229 Join Table Filters are used to render a drop down menu, where the user can select from a list of item the specific category of items to display. For example, it is used in iPeer to allow instructors to select which courses to display students for. In thiscase, the $joinTable is:229 Join Table Filters are used to render a drop down menu, where the user can select from a list of item the specific category of items to display. For example, it is used in iPeer to allow instructors to select which courses to display students for. Join Table filters are created by passing a few extra fields for each table joined in the $joinTables array. In the above case, the $joinTable is: 230 230 {{{ 231 231 #!php … … 259 259 260 260 }}} 261 The above is a great example, because it shows all the features of the joinTables in one example. 262 263 264 Join Table filters are created by passing a few extra fields for each table joined in the $joinTables array. 261 The above is a great example, because it shows all the features of the Join Table Filters in one example. 265 262 266 263 {{{