English 中文(简体)
JQuery UI Autocomplete in Liferay
原标题:
    I have implemented Jquery UI Autocomplete functionlaity in Liferay 6 ...

its running well but when I m dng this into Liferay 5.2.3 .....its having various probelms with Jquery .....Can I use js 1.4 version files in my custom portlet????...

Thanks in Advance

问题回答

Liferay older versions use JQuery which may be conflicting with your version of JQuery library. Liferay 6 has resolved that issue by introducing AlloyUI which uses YUI library. Liferay 6 does not contain any Jquery library in it so any version you use should go well.

I can think of two ways to solve this problem

  • On liferay 5 do not add your own JQuery library. just add the plugin js and see if it works.
  • You check the JQuery version which ships with Liferay 5.2.3 and see if your autocomplete plugin works with it.

Hope this helps





相关问题
Error getting SVN repo of Liferay in Eclipse

Im using Eclipse Galileo and have installed Subclipse. I looked at the svn repo url at http://www.liferay.com/web/brian.chan/blog/-/blogs/changes-to-anonymous-access-to-liferay-s-svn and then tried to ...

Liferay + google openid HOW?

Is there someone who knows how to use Liferay 5.2.3 the most up2date free version of liferay with google openid ? I ve try to use the http://www.google.com/accounts/o8/id url but it doesnt work. For ...

How can I determine Objects in application context?

I am trying to write a portlet for Liferay (using Tomcat and Spring) and need to use a database via Persistence API/Hibernate. I am using some configuration XMLs (applicationContext.xml, etc.) and ...

how to delete liferay s theme cache files? [closed]

i have developed a theme for liferay and i have deployed it. but when i choose the theme it doesnt recognize it s styles and it is reading styles from previous theme caches. how can i delete ...

热门标签