make textarea fullscreen jquery (for use as code editor)
Posted
by Jorre
on Stack Overflow
See other posts from Stack Overflow
or by Jorre
Published on 2010-06-08T21:43:04Z
Indexed on
2010/06/08
22:02 UTC
Read the original article
Hit count: 292
I have a text area in which users can type source code (html/css/js). I want to be able to let them click a "switch to fullscreen" link to make the editor fullscreen.
Of course, this should work on any resolution and must also resize when a users resizes it's window.
I found this plugin, http://plugins.jquery.com/project/fulltextarea, but it's not resizing when the browser windows is resized.
Any tips or plugins for this one?
© Stack Overflow or respective owner