SV: Drop down menu

Thanks,

I’ve already tried that, but I don’t get a drop down menu, I still have
to scroll down.

Hilde

-----Opprinnelig melding-----Fra: Filip Jonckers [mailto:fjonckers@Interconnect.be]
Sendt: 14. juli 2005 14:52
Til: Hilde T Lauvset Rafaelsen; rt-users@lists.bestpractical.com
Emne: RE: [rt-users] Drop down menu

copy rt\Elements\EditCustomFields to
rt\local\html\Elements\EditCutsomFields

edit rt\local\html\Elements\EditCutsomFields

at the bottom you will find:

<%ARGS>
$Object => undef
$CustomField => undef
$NamePrefix => undef
$Rows => 5
$Cols => 15
$Default => undef
</%ARGS>

change the $Rows value to 1

$Rows => 1

that’s it…

Filip

CONFIDENTIALITY NOTICE
This E-mail message and any documents which accompany it are intended
only for the use of the individual or entity to which addressed, and may
contain information that is privileged, confidential or exempt from
disclosure under applicable law. If the reader is not the intended
recipient, any disclosure, distribution or other use of this E-mail
message is prohibited. If you have received this E-mail message in
error, please delete and notify the sender immediately. Thank you.

At Friday 7/15/2005 05:16 AM, Hilde T Lauvset Rafaelsen wrote:

Hi again,

No I have changed $Rows to 1 in EditCustomField. I have also set Size = 1
in EditCustomFieldSelect. I now got a drop down list on the custom fields
where i have “select one value”. On the custom fields with select multiple
values i got this scroll menu wich shows only one item at the time, and
the custom fields has 8 items.

Do You have an idea how I can fix to get drop down menu on a custom field
with “select multiple values” to?

Hilde

I don’t think you can - what you see is how your browser renders the
multi-select field with one line. I’ve never seen a multi-select field that
has a drop-down list - I’m not sure how you would do multiple selections
from a drop-down.

Steve