Hi,

there is a new feature in CVS for OTRS 2.3.x.

You can now use a Title-Attribute in BuildSelection.
So you can build Dropdownlists that show a Tooltip-Text on mouseover.

Here is an example:

$Param{'NextStatesStrg'} = $Self->{LayoutObject}->BuildSelection(
    Data          => $Param{NextStates},
    Name          => 'NextStateID',
    Translation   => 1,
    SelectedValue => $Param{NextState},
    Title         => 'This text will be shown as tooltip on mouseover!',
);


Best regards,
Udo



--
((otrs)) :: OTRS AG :: Europaring 4 :: D- 94315 Straubing
 Fon: +49 (0) 9421 56818 0 :: Fax: +49 (0) 9421 56818 18
      http://www.otrs.com/ :: Communication with success!

Geschäftssitz: Bad Homburg
Amtsgericht Bad Homburg, HRB 10751
Steuernummer: 003 240 97505

Aufsichtsratsvorsitzender: Burchard Steinbild
Vorstandsvorsitzender: André Mindermann
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to