well, I know that web2py is reading a py/txt file and uploading that into CodeMirror when the page is loaded to be edited under admin. then when saved it writes it back to the file to update it.
I'd like to get the py/txt from a text field in PostgreSQL table. and then when its saved, it will update that text field in the PG table. can that be done with a web2py object or method that emulates the admin/CodeMirror without having to recreate all of the divs and textareas etc that I see when I inspect the admin code editor under safari or Firefox? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

