閉じる
Access denied - please check your username and password are correct and that you have any permissions required!

Just some notes for the future. To get the autosuggestion feature working on textarea we will need understand how the autosuggestion works:

http://imgur.com/S6fAnqz

To display the autosuggestion box below the caret in the textarea we will also need a new package:

https://github.com/beviz/jquery-caret-position-getter

To get related tags after a suggestion, "addLiAsText" has to call a request and we will need some tags management via javascript to not send the same request twice.