Fórumok

RE: Documentation on Liferay's jQuery 1.2.6

Omari Wright, módosítva 13 év-val korábban

Documentation on Liferay's jQuery 1.2.6

New Member Bejegyzés: 1 Csatlakozás dátuma: 2010.04.29. Legújabb bejegyzések
Where can I find documentation on the custom jQuery UI that ships with Liferay 5.2.3. In particular, I am interested in the autocomplete plugin.
Bruno De Chirico, módosítva 11 év-val korábban

RE: Documentation on Liferay's jQuery 1.2.6

New Member Bejegyzések: 3 Csatlakozás dátuma: 2013.01.29. Legújabb bejegyzések
I've the same need.
Can anyone provide any information (examples and so on) about jquery autocomplete in Liferay 5.2.3?
thanks.
thumbnail
David H Nebinger, módosítva 11 év-val korábban

RE: Documentation on Liferay's jQuery 1.2.6

Liferay Legend Bejegyzések: 14915 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
I believe jquery has all of their archived documentation; Liferay certainly wouldn't have it around (especially since it wasn't well documented in the first place).
Bruno De Chirico, módosítva 11 év-val korábban

RE: Documentation on Liferay's jQuery 1.2.6

New Member Bejegyzések: 3 Csatlakozás dátuma: 2013.01.29. Legújabb bejegyzések
Thanks David!

You are absolutely right.
I'll try to look for more information on the jQuery web site documentation.

Anyway I found a working and usefull sample in this forum http://www.liferay.com/community/forums/-/message_boards/message/1772285.

Can anyone confirm me that the jQuery UI version shipped with Liferay 5.2.3 is 1.6?

In the administration guide (http://docs.liferay.com/portal/5.2/official/liferay-administration-guide.pdf ?) I found that

#
# jQuery UI 1.6
#
\
jquery/ui.autocomplete.js,\
jquery/ui.tree.js,\

thanks
thumbnail
James Falkner, módosítva 11 év-val korábban

RE: Documentation on Liferay's jQuery 1.2.6

Liferay Legend Bejegyzések: 1399 Csatlakozás dátuma: 2010.09.17. Legújabb bejegyzések
Bruno De Chirico:
Thanks David!

You are absolutely right.
I'll try to look for more information on the jQuery web site documentation.

Anyway I found a working and usefull sample in this forum http://www.liferay.com/community/forums/-/message_boards/message/1772285.

Can anyone confirm me that the jQuery UI version shipped with Liferay 5.2.3 is 1.6?

In the administration guide (http://docs.liferay.com/portal/5.2/official/liferay-administration-guide.pdf ?) I found that

#
# jQuery UI 1.6
#
\
jquery/ui.autocomplete.js,\
jquery/ui.tree.js,\

thanks


jQuery 1.6 came out in May 2011 so it couldn't have been in Liferay 5.2.3 (release in 2009). The version in Liferay 5.2.3 is 1.2.6 (check out tomcat-6.0.18/webapps/ROOT/html/js/jquery/jquery.js in your installation). The docs are incorrect (although they are right, here).