Changes between Version 2 and Version 3 of ConfigPageCodingFramework
- Timestamp:
- 10/31/06 00:56:02 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigPageCodingFramework
v2 v3 9 9 * Section (e.g. 'Extension Options, 'Recording Options') 10 10 * 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 first11 * 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. 12 12 13 13 == Discusssion == 14 14 15 15 Q: 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
