Changes between Version 72 and Version 73 of AjaxList


Ignore:
Timestamp:
2010-09-08T19:34:46Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v72 v73  
    227227==== Join Table Filters ====
    228228
    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 this case, the $joinTable is:
     229Join 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:
    230230{{{
    231231#!php
     
    259259
    260260}}}
    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.
     261The above is a great example, because it shows all the features of the Join Table Filters in one example.
    265262
    266263{{{