Fórumok

Nyitólap » Liferay Portal » English » 3. Development

Kombinált nézet Egyszerű nézet Fa-nézet
Szálak [ Előző | Következő ]
toggle
Omari Wright
Documentation on Liferay's jQuery 1.2.6
2010. április 29. 15:36
Válasz

Omari Wright

Rangsorolás: New Member

Hozzászólások: 1

Csatlakozás dátuma: 2010. április 29.

Legújabb hozzászólások

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
RE: Documentation on Liferay's jQuery 1.2.6
2013. január 29. 11:06
Válasz

Bruno De Chirico

Rangsorolás: New Member

Hozzászólások: 2

Csatlakozás dátuma: 2013. január 29.

Legújabb hozzászólások

I've the same need.
Can anyone provide any information (examples and so on) about jquery autocomplete in Liferay 5.2.3?
thanks.
David H Nebinger
RE: Documentation on Liferay's jQuery 1.2.6
2013. január 29. 13:06
Válasz

David H Nebinger

Rangsorolás: Liferay Legend

Hozzászólások: 4496

Csatlakozás dátuma: 2006. szeptember 1.

Legújabb hozzászólások

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
RE: Documentation on Liferay's jQuery 1.2.6
2013. január 30. 2:25
Válasz

Bruno De Chirico

Rangsorolás: New Member

Hozzászólások: 2

Csatlakozás dátuma: 2013. január 29.

Legújabb hozzászólások

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
James Falkner
RE: Documentation on Liferay's jQuery 1.2.6
2013. január 30. 4:49
Válasz

James Falkner

LIFERAY STAFF

Rangsorolás: Liferay Master

Hozzászólások: 976

Csatlakozás dátuma: 2010. szeptember 17.

Legújabb hozzászólások

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).