Questions tagged [juice-ui]

Juice UI is an open-source collection of WebForms components that brings jQuery UI Widgets to your project with ease.

Juice UI is an open-source collection of WebForms components that brings jQuery UI Widgets to your project with ease. Start leveraging the power of the world's most popular JavaScript UI library while working with familiar code in your ASP.NET projects.

49 questions
3
votes
2 answers

JuiceUI - 'jQuery' is undefined

enter code hereHi I am new to juice UI and jQuery in general, but wanted to used juice in my app. Now I downloaded the package via Nuget and install log was fine. And all scripts is located in the scripts folder and contents folder, in short all…
2
votes
1 answer

CJuiDateTimePicker showing Chinese characters for 'en' language setting

I toggle language setting ('en' or 'ru') for CJuiDateTimePicker in yii: $this->widget('ext.CJuiDateTimePicker.CJuiDateTimePicker',array( 'model'=>$model, 'attribute'=>'Begin', 'language'=> substr(Yii::app()->getLanguage(), 0,…
Igor Savinkin
  • 5,669
  • 8
  • 37
  • 69
2
votes
0 answers

juice:dialog gives "Unrecognized tag prefix or device filter"

I'm trying to get the modal dialog to work. I'm using JuiceUI in a Web Form. In my master page's head, I have this code: