Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[request] Full-screen textareas
I’m wondering if it is possible to create a plug-in that would make the textareas in the Pages, Forms, Style and Plugins/edit tabs go full-screen? Maybe a little button under each textarea, maybe hit “Esc” to go back to normal view.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#2 2009-01-04 01:55:18
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [request] Full-screen textareas
Isn’t that what EditArea does? Don’t know if hakjoon’s plugin still works though.
Offline
Re: [request] Full-screen textareas
Yes, editarea has a fullscreen toggle-button for that.
TXP Builders – finely-crafted code, design and txp
Offline
Re: [request] Full-screen textareas
Thanks but I already know that and I don’t want all the EditArea functions along with all the additional files required to run it. I just want expandable textareas which I would have thought would be a much simpler plug-in, maybe calling on jQuery, but then what do I know?
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: [request] Full-screen textareas
Just some thoughts: if useing jQuery, you can asign some event, for example, focus of textarea. After this event textarea’s size could be expanded to browser’s windwos dimensions or some else size. Additionaly textarea’s css position could be set to fixed
, and it would float over all elements at the page. Reverting textarea styles can be assigned to some key pressing, for example ESC.
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: [request] Full-screen textareas
Thanks Victor. Something to think about. :)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: [request] Full-screen textareas
Actually it can all be done in CSS so thanks for the hint. :)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline