Good point. I think that should work on Windows as well.

Anthony

On Thursday, April 26, 2012 4:32:45 PM UTC-4, rochacbruno wrote:
>
> if you are on linux, try:
>
> def myfunction():
>
>     response.view = *'../*
> static/tinymce/jscripts/tiny_mce/plugins/files.html' 
>
>     return dict()
>
>
> response.render uses /view as root folder, so you can navigate from there.
>
> On Thu, Apr 26, 2012 at 4:53 PM, CtrlSoft <zerooo...@gmail.com> wrote:
>
>> def myfunction():
>>
>>     response.view = 'static/tinymce/jscripts/tiny_mce/plugins/files.html' 
>>
>>     return dict()
>>
>
>
>
> -- 
>
> Bruno Rocha
> [http://rochacbruno.com.br]
>
>  

Reply via email to