Difference between #2 and #3 of
Serve jQuery and jQuery-UI from Google's CDN

Changes

Title unchanged

Serve jQuery and jQuery-UI from Google's CDN

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

jquery, jqueryui, google, CDN

Content changed

[...]
),
'widgetFactory'=>array(
'widgets'=>array(
'CJui<WidgetName>'=>array( // where <WidgetName> is the name of the JUI Widget (Tabs, DatePicker, etc.). Each CJuiWidget used must be declared
'scriptUrl'=>'//ajax.googleapis.com/ajax/libs/jqueryui/1/',
          'i18nScriptFile' => 'i18n/jquery-ui-i18n.min.js',
 
'theme'=>JUI-THEME,
'themeUrl'=>'//ajax.googleapis.com/ajax/libs/jqueryui/1/themes/',
),
// Repeat for other CJuiWidgets
),
),
[...]
14 0
17 followers
Viewed: 42 625 times
Version: 1.1
Category: Tutorials
Written by: Yeti
Last updated by: fad
Created on: Oct 18, 2011
Last updated: 11 years ago
Update Article

Revisions

View all history