This topic is locked

Listbox instead of Dropdown?

11/28/2007 4:15:38 PM
PHPRunner General questions
P
punch author

Hello,
i´m using the dropdown-listbox within the add-form. Is it possible, to use a "real" Listbox with several entries in html-style like "< option value =$value" or so?
Best regards
Punch

J
Jane 11/29/2007

Hi,
I'm not sure that I understand you correctly.

Please clarify me difference between dropdown-listbox and real" Listbox.

P
punch author 11/29/2007

Hi,

I'm not sure that I understand you correctly.

Please clarify me difference between dropdown-listbox and real" Listbox.


ok, so i try to explain:
My listbox should show about 10 entries. If i generate a dropdown-box in phpr, i can change the size in phpr, but as i open the file, phpr has builded, the dropdown always shoe one entry and the user has to klick on the dropdown to see the following entries.
If i build a deopdown with pure html, i can see all entries without a mouseclick.
So the problem is, that i wish to generate a dropdown with a size, that allows to see all entries with one view.
Thanks so long
Patrick

J
Jane 11/29/2007

Patrick,
try to increase Multiline rows value on the "Edit as" settings dialog for your dropdown.

P
punch author 11/29/2007

Patrick,

try to increase Multiline rows value on the "Edit as" settings dialog for your dropdown.


Jane,
at the moment i´m not in my office, so i can´t look at my project in phpr. But i´m sure i have used this setting.
The code, which phpr generates, looks (in the template) like this:
{build_edit_control field="Leistung" value=$value_Leistung mode="edit"}
Is there a possibility to change it directly in the code?
Best regards
Patrick