How to use JQueryUI in a custom MVC search result template

Posted by Community Admin on 05-Aug-2018 16:58

How to use JQueryUI in a custom MVC search result template

All Replies

Posted by Community Admin on 15-Jul-2016 00:00

I want to use the JqueryUI tabs feature on my custom search result template and I have included Jquery, JqueryUi and Jquery css but still the tabs dont seems to appear and the console is giving me errors in loading the script.

I have included the scripts as follows:

@Html.Script(ScriptRef.JQuery, "top", false)
@Html.Script(ScriptRef.JQueryUI, "top", false)

@Html.StyleSheet(Url.EmbeddedResource("Telerik.Sitefinity.Resources.Reference", "Telerik.Sitefinity.Resources.Themes.Basic.Styles.jquery-ui.css"))

Can someone pls tell me what is wrong?

Posted by Community Admin on 15-Jul-2016 00:00

One small update, the javascripts are loading fine, the css is throwing an error.

Posted by Community Admin on 17-Jul-2016 00:00

Hi Ridhi. The problem is that assembly  Telerik.Sitefinity.Resources.Reference.dll dont have resource "Telerik.Sitefinity.Resources.Themes.Basic.Styles.jquery-ui.css"

I can't find jquery-ui.css inside sitefinity dlls. Looks like it doesn't exists and you need to include it from file

This thread is closed