Home » Database » DB_DataObject_FormBuilder » Bug #5964
Domain support
Details
| Request #5964 | Domain support |
|---|---|
| Submitted | 2005-11-15 00:11 UTC |
| From | bwragg at westnet dot com dot au |
| Status | Open |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.4 |
| OS | Redhat 8.0 |
| Roadmaps | (Not assigned) |
Comments
[2005-11-15 00:11 UTC] bwragg at westnet dot com dot au
Description:
------------
Is it possible to map custom database types to custom form elements. For example I'm using postgresql so if I specify a domain called "email" and build an "email" quickform element can I somehow map these too together?
On line 809 of FormBuilder.php there is the $elementTypeMap var that maps field types to quick form element types. Is this where the change needs to be made?