> > thanks. works also on windows, > http://agsystem.md/
On Thursday, April 26, 2012 11:32:45 PM UTC+3, 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 <[email protected]> wrote: > >> def myfunction(): >> >> response.view = 'static/tinymce/jscripts/tiny_mce/plugins/files.html' >> >> return dict() >> > > > > -- > > Bruno Rocha > [http://rochacbruno.com.br] > > On Thursday, April 26, 2012 11:32:45 PM UTC+3, 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 <[email protected]> wrote: > >> def myfunction(): >> >> response.view = 'static/tinymce/jscripts/tiny_mce/plugins/files.html' >> >> return dict() >> > > > > -- > > Bruno Rocha > [http://rochacbruno.com.br] > > On Thursday, April 26, 2012 11:32:45 PM UTC+3, 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 <[email protected]> wrote: > >> def myfunction(): >> >> response.view = 'static/tinymce/jscripts/tiny_mce/plugins/files.html' >> >> return dict() >> > > > > -- > > Bruno Rocha > [http://rochacbruno.com.br] > >

