
22 Sep
2011
22 Sep
'11
2:22 p.m.
Ralf Hildebrandt wrote:
To add autocomplete to Cc and Bcc you just need to add the following code: Core.Agent.CustomerSearch.Init($("#Cc"), $QData{"ActiveAutoComplete"}); Core.Agent.CustomerSearch.Init($("#Bcc"), $QData{"ActiveAutoComplete"}); to Kernel\Output\HTML\Standard\AgentCustomerSearch.dtl.
Funktioniert sogar.
Hatten wir das nicht neulich im Thread "CustomerAutoComplete bei Cc und Bcc" - mit komplizierterer Lösung? Muss ich jedenfalls auch demnächst mal anwenden. Micha