Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-07-03 08:13:04
- Gocom
- Plugin Author
- From: Helsinki, Finland
- Registered: 2006-07-14
- Posts: 4,533
- Website
rah_expanding // Dynamically growing textareas
Rah_expanding is an admin-side plugin that makes textarea elements grow automatically with the user’s input. While the user types, the field’s height will increase to fit the content.
Last edited by Gocom (2012-08-08 08:15:58)
Offline
#2 2008-07-03 08:45:01
- Zanza
- Plugin Author
- Registered: 2005-08-18
- Posts: 699
- Website
Re: rah_expanding // Dynamically growing textareas
Really nice! To have this working with aro_myadmin I have to change aro_myadmin <div id=“body”> to <div=“body1”> both in plugin code and in corresponding selectors in myadmin.css. There is an issue because id=“body” is used also for the first textarea and you can use only one in a page. Fortunately with this modification everything work. I’ll post this also on aro_myadmin thread.
Thanks!
Offline
#3 2008-07-03 09:02:38
- Gocom
- Plugin Author
- From: Helsinki, Finland
- Registered: 2006-07-14
- Posts: 4,533
- Website
Re: rah_expanding // Dynamically growing textareas
Zanza wrote:
There is an issue because id=“body” is used also for the first textarea and you can use only one in a page.
Yep, that is “little” mistake in the default aro_myadmin layout, ‘cause same ID can be used only once :) And when this plugin uses it as selector (textarea#body
), then it kinda makes it unfunctional.
Offline
#4 2008-07-03 09:22:59
- Gocom
- Plugin Author
- From: Helsinki, Finland
- Registered: 2006-07-14
- Posts: 4,533
- Website
Offline
#5 2008-07-03 09:39:00
- jakob
- Admin
- From: Germany
- Registered: 2005-01-20
- Posts: 4,036
- Website
Re: rah_expanding // Dynamically growing textareas
A nice little addition that makes things easier for authors. Thanks!
TXP Builders – finely-crafted code, design and txp
Offline
#6 2008-07-03 10:43:35
- kemie
- Plugin Author
- From: mexico<-->sweden
- Registered: 2004-05-20
- Posts: 495
- Website
Re: rah_expanding // Dynamically growing textareas
excellent plugin! thanks!
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
#7 2008-07-03 10:46:15
- Gocom
- Plugin Author
- From: Helsinki, Finland
- Registered: 2006-07-14
- Posts: 4,533
- Website
Offline
#8 2008-07-03 12:01:08
- wet
- Developer
- From: Lenzing, Austria
- Registered: 2005-06-06
- Posts: 3,267
- Website
Re: rah_expanding // Dynamically growing textareas
This would make a fine extension for the public-facing side when attached to .txpCommentInputMessage
, I think.
Me | f/rwetzlmayr | Repos
Offline
#9 2008-07-03 19:18:43
- the_ghost
- Plugin Author
- From: Minsk, The Republic of Belarus
- Registered: 2007-07-26
- Posts: 907
- Website
Re: rah_expanding // Dynamically growing textareas
For myself i’ve done a little more interesting thing – besides adjusting height of textareas i made then wider, using such formula: new_width=width_of_browser - width_of_left_column - width_of_right_column
because default width of textareas (forms, plugins_code, pages is too little for me.
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
#10 2008-07-04 09:24:04
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: rah_expanding // Dynamically growing textareas
Cool plugin ! I love it !
Nico
Offline