If I set the “editable” property of a combobox to “no” the combobox will still be editable. If i attach a table based valuelist to a text_field, the field is not filled with the values specified in “show in field/list”. Are these bugs?
-editable makes it inpossible to type a new custom value
-elements..setEnabled(false) disables a component via javascripting (for a combobox this means not possible to select a value)
-valuelist on field only applies to displaytype CHECK,COMBOBOX,RADIOS as specified in the manual (Press F1)
Hmm correct, we will change this to make it possible, in the mean time you could use a tabless tabpanel with a form in listview to get the same effect as a portal. (in a listview you can address the fields by javascript)
I tried to use scripting on a non-portal combobox and the result was that the box does turn gray, but I can still change the value. What is the problem?