ITEMS TO DO FOR PT7: - add functionality for Flash and XML data entry forms. I had this in version 6 but was never happy or ocnfident in it. The plumbing is there, we just need to flush out Flash and XML support. NOTE: each property cfc file like textbox.cfc ([root]\components\core\properties\FormPropertyTypes) has a getHTML(), getXML(), and getFLASH() method. Each of these methods are responsible for producing that element for the particular format. When generating a data entry form (using formManager.cfc) you pass formType attribute to createForm method. formType has a value of html, xml, flash and dictates which method listed above is used. FINISHED ITEMS: (10/20/06) TS - add functionality that synchronizes the CFC properties to DB fields (Databse tabs) (10/20/06) TS - add cfcPowerTools logo (10/24/06) TS - deleting a property is not removing the getter/setter (10/26/06) TS - the header items (start, add project, project list, etc) need their functionality put back in place. (10/31/06) TS - address a property name attribute and database fieldName attribute (synchronize? how best to present them to user?) (11/02/06) TS - add functionality that turns cursor into wait when ajax is working (11/02/06) TS - get html wysiwyg editor and calendar elements working (11/07/06) TS - [generate code] from Summary tab. Add functionality that will generate the class (CFC, form, database, etc) from Summary tab (11/07/06) TS - organize the visual queques (check mark, stop sign, and yield sign) in summary tab. Add business logic around when they show up and what needs to happen (11/09/06) TS - add Error log functionality (11/09/06) TS - review adding "native" properties (11/09/06) TS - add lookup functionality for extends CFC attribute. Previously, a popup that would allow user to browse for the parent CFC (11/10/06) TS - order properties (11/10/06) TS - force required fields when creating cfc from scratch (11/10/06) TS - edit mode on component doc view (11/10/06) TS - add create method capability (01/17/07) TS - add selectbox form element type (01/17/07) TS - overwrite inherited proeprty - call super.save() - overwrite includes table name in child xml