Revision #3                                    has been created by  fad                                    on Jul 26, 2012, 1:36:22 PM with the memo:
 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
      ),
    ),[...]