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?

Reply via email to