jQuery UI AutoComplete with server side

jQuery UI AutoComplete with server side

koko82koko82 Posts: 12Questions: 2Answers: 0

Hi,

I'm trying to obtain the purpose in the object.
The goal is activate the autocomplete for many fields in the editor and get the source of the data from php (server side).
Do you know how to obtain the goal?
BR

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Hi,

    Have you configured the jQuery UI AutoComplete control to use a remote data source? You can do so using the source property defined in their documentation.

    Use the opts property in the Editor field to pass options into jQuery UI. There is an example here.

    Regards,
    Allan

  • koko82koko82 Posts: 12Questions: 2Answers: 0

    Thank you I solved my problem.

This discussion has been closed.