Differences between revisions 3 and 4
Revision 3 as of 2003-07-02 17:33:10
Size: 396
Comment:
Revision 4 as of 2003-07-03 00:58:35
Size: 575
Editor: inktomi4-lee
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * Example of using <al-for> to iterate over the following:
   * a list of strings
   * a list of objects
   * a list of lists
   * a list of dictionaries
   * a dictionary

This page is somewhere to add quick notes about pages or topics that would be useful but do not yet exist.

  • Basic form processing
  • Complex form processing, i.e. dynamic forms, forms that contain a series of checkboxes to manage options etc.
  • Data presentation from a database or whatever source comes to your mind with some form processing for sorting columns and filtering data.
  • Example of using <al-for> to iterate over the following:

    • a list of strings
    • a list of objects
    • a list of lists
    • a list of dictionaries
    • a dictionary

None: RequestsForContent (last edited 2012-03-18 23:28:10 by AndrewMcNamara)