[Product-Developers] TinyMCE behind deliverance

JC Brand jc at opkode.com
Fri Sep 25 12:16:26 UTC 2009


Mirto Silvio Busico wrote:
> Hi all,
>
> how can I use TinyMCE with delierance?
>
> I have problems with the popup windows.

<snip>


Hi Mirto,

I had similar problems before.

I used the following proxy path rules to allow the TinyMCE popups and 
javascript to be loaded without any interference:
(Note that I don't apply a class to these proxy definitions)

    <!-- BEGIN: TinyMCE Popups -->
    <proxy path="regex:/.*/portal_javascripts/.*">
        <dest href="http://localhost:8099/" />
    </proxy>

    <proxy path="regex:/.*/tinymce-upload">
        <dest href="http://localhost:8099/" />
    </proxy>
    <!-- END: TinyMCE Popups -->


Hope this helps.

Regards
JC Brand







More information about the Product-Developers mailing list