New features Please use http://kentico.uservoice.com as the primary place to submit your suggestions and allow others to vote for your ideas!
Version 5.x > New features > jquery easyslider integration View modes: 
User avatar
Member
Member
rwornor-yahoo - 7/30/2010 6:56:38 AM
   
jquery easyslider integration
I am interested in integrating jquery easyslider into Kentico CMS 5.5 and need direction s on where to start. Do I first need to integrate a jquery module? How would I go about accomplishing this?

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 8/5/2010 5:57:33 AM
   
RE:jquery easyslider integration
Hello,

We use jQuery as well in our system so you can register it by our API:
CMS.GlobalHelper.ScriptHelper.RegisterJQuery()

It prevents the duplicate jQuery registration which could cause the problems. Then you can use its methods in your code.

Please see this knowledge base article about Integrating 3rd party components in Kentico - http://devnet.kentico.com/Knowledge-Base/Web-parts---Controls/Integrating-3rd-party-components-in-Kentico-CMS.aspx.

http://devnet.kentico.com/Knowledge-Base/Web-parts---Controls/Integrating-3rd-party-components-in-Kentico-CMS.aspx

The API Reference is here: http://devnet.kentico.com/downloads/kenticocms_api.zip

Best regards,
Helena Grulichova

User avatar
Member
Member
m.abujamous86-gmail - 1/23/2013 6:47:11 AM
   
RE:jquery easyslider integration
I am newbie to CMS. Could you please guide me where I have to add the CMS.GlobalHelper.ScriptHelper.RegisterJQuery() in my code ?

User avatar
Kentico Customer Success
Kentico Customer Success
kentico_martind2 - 1/23/2013 6:50:10 AM
   
RE:jquery easyslider integration
Hi,

please take a look at the following KB article where as I think you will find all the necessary details: http://devnet.kentico.com/Knowledge-Base/API-and-Internals/How-to-register-and-use-the-native-Kentico-jQuery.aspx.

Best regards,
Martin Danko