ezkeyword_autocomplete
Last updated: Saturday 20 September 2025 22:21
Version |
Compatible with |
0.1
|
4.x
|
External URL
ezkeyword_autocomplete
Adds an autocomplete feature on the Keywords datatype ( ezkeyword ) during content edition. Previously entered keywords will be shown in a suggestion drop down. It also makes sure an already picked up keyword is not picked again. It is based on YUI's Autocomplete component.
Adds an autocomplete feature on the Keywords datatype ( ezkeyword ) during content edition, based on YUI's Autocomplete component.
Some features :
- Previously entered keywords will be shown in a suggestion drop down
- An already picked up keyword is not picked again
- Added a policy to the backend ajax view, plus a policy omit list entry. This gives the possibility to restrict access to this feature if required
- ezini check in the template will bypass the template cache, so that no template cache clearing is required when modifying something in datatype.ini
New configuration directive will let one :
- Choose whether keywords should be picked from the global keyword scope or per content class
- Choose the macimum amount of autocomplete suggestions
Screenshot
opened suggestion dropdown
Interesting remark from Andrew Duck
Friday 18 July 2008 08:21
Nicolas Pastorino