Hi
I am looking for funcnationality
one is autocomplte space and another one is autocomplete page
I saw it is implemented in copy feature
I 've tried
for space <input class="autocomplete-space" data-max="10" data-none-message="No results" data-template="{name}">
similarly for page <input class="autocomplete-page" data-max="10" data-none-message="No results" data-template="{name}">
for space it is working but not for page the
I also read there is AJS.bind('init.rte',funtion(){
// logic for both space and pages
})