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
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.
Replies
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
Thank you I solved my problem.