Revision: 646 Author: batiste.bieler Date: Fri Aug 14 10:08:17 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/django-page-cms/source/detail?r=646
Modified: /wiki/PlaceHolders.wiki ======================================= --- /wiki/PlaceHolders.wiki Fri Aug 14 09:36:01 2009 +++ /wiki/PlaceHolders.wiki Fri Aug 14 10:08:17 2009 @@ -101,9 +101,17 @@ HTML editor based on [http://tinymce.moxiecode.com/ TinyMCE] -*You should install [http://pypi.python.org/pypi/django-tinymce/1.5 django-tinymce] first* - -And then follow carefully the instructions noted here : http://code.google.com/p/django-tinymce/source/browse/trunk/docs/installation.rst +*You should install the [http://pypi.python.org/pypi/django-tinymce/1.5 django-tinymce] application first* + +Then in your settings you should activate the application + +{{ +PAGE_TINYMCE = True +}} + +And add ``tinymce`` in your ``INSTALLED_APPS`` list. + +The basic javascript files required to run TinyMCE are distributed with this CSM. However if you want to use plugins you need to make a full install of TinyMCE. To do that follow carefully those instructions : http://code.google.com/p/django-tinymce/source/browse/trunk/docs/installation.rst {{{ {% placeholder [name] with TinyMCE %} --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
