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

Revision #3 has been created by fad on Jul 26, 2012, 1:36:22 PM with the memo:

Change In "CJui" for language support #comment 8402
« previous (#2)

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 623 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