CtrlSoft Thu, 26 Apr 2012 12:53:35 -0700
i have a file located under static folder that i want to return as view
i tried this: def myfunction(): response.view = 'static/tinymce/jscripts/tiny_mce/plugins/files.html' return dict() but doesnt workt any ideas?