Ignore:
Timestamp:
09/03/10 20:21:49 (21 months ago)
Author:
mattlevine
Message:
  1. changing argument order in the jquery.ckeditor() calls.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2.1/www/admin/view/vArchitecture/ajax/dsp_javascript.cfm

    r2681 r2757  
    7878                oFCKeditor.ReplaceTextarea(); 
    7979             <cfelse> 
    80                 jQuery('##summary').ckeditor(htmlEditorOnComplete,{ 
     80                jQuery('##summary').ckeditor({ 
    8181                        toolbar: 'Summary', 
    8282                        contentsCss: '#application.settingsManager.getSite(attributes.siteid).getThemeAssetPath()#/css/editor.css', 
    8383                                defaultLanguage: '#lcase(session.rb)#', 
    8484                                width: '100%' 
    85                         } 
     85                        }, 
     86                        htmlEditorOnComplete 
    8687                ); 
    8788                summaryLoaded=true; 
Note: See TracChangeset for help on using the changeset viewer.