Hi,
Two questions, but all related to the same topic:
1) When I use a combo to view a list of item from another table and obtain the corresponding id as foreign key, the value are displayed and grouped correctly but they appear doubled. The first line is bold text and looks like a label, then the value to be selected appears afterwards in normal, indented text. I understand this could be useful when creating different groups of options, but if one wants to show a simple list of terms, without labels, where is the code to be modified?
Second question is similar, although in this case I have something like:
- Table registry, fields: 'name', 'surname', 'name_surname'
- User insert surname (A) and name (B ) and then inside the prepareTable() function the values are concatenated and saved into name_surname (A,B ) (just an example)
2) In another view I have my jDOM list that shows name_surname list, but again I have a label (name_surname) and the value to select, that in this case is "surname". That is, the result appears like this:
- select name and surname -
A,B
A
Can I have some hints about how to customize label and item inside jDOM list (and combo as well) or, possibly, a reference to a guide ?
Thanks
Elena