Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install megrok.tinymce

How to install megrok.tinymce

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install megrok.tinymce
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
3.1.0.1.1 Available View build log
Windows (64-bit)
3.1.0.1.1 Available View build log
Mac OS X (10.5+)
3.1.0.1.1 Available View build log
Linux (32-bit)
3.1.0.1.1 Available View build log
Linux (64-bit)
3.1.0.1.1 Available View build log
 
Author
License
LGPL
Imports
Lastest release
version 3.1.0.1.1 on Jan 5th, 2011

megrok.tinymce: tinymce packaged for Grok

This is a Grok extension that packages TinyMCE, a Javascript HTML WYSIWYG editor control.

Simply include megrok.tinymce as a dependency in your project's setup.py to make it available in your project.

To construct URLs to TinyMCE javascript libraries, use something like this:

<script type="text/javascript"

System Message: ERROR/3 (<string>, line 15)

Inconsistent literal block quoting.

tal:attributes="src context/@@/TinyMCE/tiny_mce.js"></script>

Alternatively you can also declare that your template or Python code needs the widget somewhere in the code path that's executed during the display of the page. In a page template this looks like this:

<tal:block replace="resource_library:TinyMCE"/>

In Python code you can do the following:

System Message: WARNING/2 (<string>, line 25)

Literal block expected; none found.

from megrok.tinymce import TinyMCE

def mywidgetcode(): ... TinyMCE.need() ...

Changes

3.1.0.1.1 (2008-08-07, TinyMCE release date: 2008-06-18)
  • Turn off zip-safe-ness in setup.py. This makes this package actually

System Message: WARNING/2 (<string>, line 39)

Bullet list ends without a blank line; unexpected unindent.

get registered properly using z3c.autoinclude.

3.1.0.1 (2008-08-07, TinyMCE release date: 2008-06-18)
  • Package version 3.1.0.1 of TinyMCE.

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:4

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.