Changes between Version 2 and Version 3 of ConfigPageCodingFramework

Show
Ignore:
Author:
gregmac (IP: 66.102.80.249)
Timestamp:
10/31/06 00:56:02 (7 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigPageCodingFramework

    v2 v3  
    99   * Section (e.g. 'Extension Options, 'Recording Options') 
    1010   * Page Footer (i.e. below the various Sections) 
    11    * Include a Sort Order (1-9) for sorting within this, default to 5 if not specified.  All 'core' should be 0 to appear first 
     11   * Include a Sort Order (-10 to 10) for sorting within this, default to 0 if not specified.  All 'core' should be -5 to appear earlier. Items within the same sort order are sorted alphabetically. 
    1212 
    1313== Discusssion == 
    1414 
    1515Q: Any questions ? 
     16 
     17 
     18 * Perphas we should use PEAR's QuickForm for this, and an array to define all the elements on a page. That way, it doesn't really matter where elements come from, they all just get added to the array. The array is then passed to a build function, that builds a Quickform from it and displays it on the page. Callbacks can be used to process everything. 
     19 * I think this is big enough change that I'm changing it to milestone:3.0