Home » Database » DB_DataObject_FormBuilder » Bug #4187
fieldLabels postfix/prefix
Details
| Request #4187 | fieldLabels postfix/prefix |
|---|---|
| Submitted | 2005-04-20 14:40 UTC |
| From | papipo at gmail dot com |
| Status | Open |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.11 |
| OS | np |
| Roadmaps | (Not assigned) |
Comments
[2005-04-20 14:40 UTC] papipo at gmail dot com
Description:
------------
It could be interesting to use prefixes or postfixes for fieldLabels. For example, take a look at the code below.
Reproduce code:
---------------
var $fb_fieldLabels = array('name', 'price');
Expected result:
----------------
Instead of:
<option>Ford mustang, 14508.45</option>
we should be able to get:
<option>Ford mustang, 14508.45 €</option>