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 <[email protected]> wrote:
> def myfunction():
>
> response.view = 'static/tinymce/jscripts/tiny_mce/plugins/files.html'
>
> return dict()
>
--
Bruno Rocha
[http://rochacbruno.com.br]

