Foren

RE: Documentation on Liferay's jQuery 1.2.6

Omari Wright, geändert vor 13 Jahren.

Documentation on Liferay's jQuery 1.2.6

New Member Beitrag: 1 Beitrittsdatum: 29.04.10 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Documentation on Liferay's jQuery 1.2.6

New Member Beiträge: 3 Beitrittsdatum: 29.01.13 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Documentation on Liferay's jQuery 1.2.6

Liferay Legend Beiträge: 14916 Beitrittsdatum: 02.09.06 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Documentation on Liferay's jQuery 1.2.6

New Member Beiträge: 3 Beitrittsdatum: 29.01.13 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Documentation on Liferay's jQuery 1.2.6

Liferay Legend Beiträge: 1399 Beitrittsdatum: 17.09.10 Neueste Beiträge
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).