Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    redsolutioncms.django-tinymce 1.5.1

    Download button

    No screenshots available
    Downloads: 189  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Joost Cassee | More programs
    MIT/X Consortium Lic... / FREE
    June 4th, 2012, 08:50 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    redsolutioncms.django-tinymce description

    Use the TinyMCE WYSIWYG editor for your form text areas

    tinymce is a Django application that contains a widget to render a form field as a TinyMCE editor.

    Installation
    :

    1. Place the tinymce module in your Python path. You can put it into your Django project directory or run python setup.py install from a shell. 2. Copy the jscripts/tiny_mce directory from the TinyMCE distribution into a directory named js in your media root. You can override the location in your settings (see below). 3. If you want to use any of the views add tinymce your installed applications list and URLconf:

    settings.py:

    INSTALLED_APPS = (
     ...
     'tinymce',
     ...
    )

    urls.py:

    urlpatterns = patterns('',
     ...
     (r'^tinymce/', include('tinymce.urls')),
     ...
    )


    Configuration:

    The application can be configured by editing the project's settings.py file.

    TINYMCE_JS_URL (default: settings.MEDIA_URL + 'js/tiny_mce/tiny_mce.js')
     The URL of the TinyMCE javascript file.
    TINYMCE_JS_ROOT (default: settings.MEDIA_ROOT + 'js/tiny_mce')
     The filesystem location of the TinyMCE files.
    TINYMCE_DEFAULT_CONFIG (default: {'theme': "simple", 'relative_urls': False})
     The default TinyMCE configuration to use. See the TinyMCE manual for all options. To set the configuration for a specific TinyMCE editor, see the mce_attrs parameter for the widget.
    TINYMCE_SPELLCHECKER (default: False)
     Whether to use the spell checker through the supplied view. You must add spellchecker to the TinyMCE plugin list yourself, it is not added automatically.
    TINYMCE_COMPRESSOR (default: False)
     Whether to use the TinyMCE compressor, which gzips all Javascript files into a single stream. This makes the overall download size 75% smaller and also reduces the number of requests. The overall initialization time for TinyMCE will be reduced dramatically if you use this option.
    TINYMCE_FILEBROWSER (default: True if 'filebrowser' is in INSTALLED_APPS, else False)
     Whether to use django-filebrowser as a custom filebrowser for media inclusion. See the official TinyMCE documentation on custom filebrowsers.

    Example:

    TINYMCE_JS_URL = 'http://debug.example.org/tiny_mce/tiny_mce_src.js'
    TINYMCE_DEFAULT_CONFIG = {
     'plugins': "table,spellchecker,paste,searchreplace",
     'theme': "advanced",
    }
    TINYMCE_SPELLCHECKER = True
    TINYMCE_COMPRESSOR = True



    Product's homepage

    Here are some key features of "redsolutioncms.django-tinymce":

    · Use as a form widget or with a view.
    · Enhanced support for content languages.
    · Integration with the TinyMCE spellchecker.
    · Enables predefined link and image lists for dialogs.
    · Can compress the TinyMCE Javascript code.
    · Integration with django-filebrowser.

    Requirements:

    · Python

      


    TAGS:

    Django TinyMCE | WYSIWYG editor | Django | TinyMCE | WYSIWYG

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM