Changeset 5

Show
Ignore:
Timestamp:
10/04/08 22:59:19 (3 years ago)
Author:
235
Message:

fckeditor-connector

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plesonet_fckeditor/trunk/plesonet_fckeditor/README.txt

    r4 r5  
    33 
    44 
    5 add to your settings: 
     51. add to your settings: 
    66#--FCK connector 
    77FCK_BASE_PATH = MEDIA_ROOT 
     
    1111 
    1212 
    13 connect to urls: 
     132. connect to urls: 
    1414urlpatterns = patterns('', 
    1515    (r'^fckeditor_connector/', include('apps.plesonet_fckeditor.urls')), ) 
    1616     
    1717     
    18 use in admin models: 
    19  
     183. use in admin models: 
    2019class EntryAdmin(admin.ModelAdmin): 
    2120    class Media: 
     
    2423                '../media-admin/js/admin/textareas.js', )  #script that replaces textareas with FCK 
    2524 
     25 
     264. tune FCK settings in fckconfig.js