Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: rah_expanding // Dynamically growing textareas
maniqui wrote:
An ideal companion for those using rah_expanding on Write tab: hit Ctrl+S and get the article (ajaxly-, if running Txp 4.5.0 or newer) saved.
It indeed is an ideal companion. Saves from having to scroll million miles away.
Offline
Re: rah_expanding // Dynamically growing textareas
Rah_expanding v1.2 released. Changes:
- Fixed: Text flowing workaround for Chrome. It assumably had its set of side-effects.
Offline
Re: rah_expanding // Dynamically growing textareas
Rah_expanding v1.3 released. Changes:
- Fixed: Box-sizing handling compatibility on jQuery 1.8 and newer.
- Fixed: Workaround for a height calculation bug in Firefox on Mac OS when the field’s initial height is set as zero pixels.
Offline
Re: rah_expanding // Dynamically growing textareas
Gocom wrote #268085:
Rah_expanding v1.3 released. Changes:
- Fixed: Box-sizing handling compatibility on jQuery 1.8 and newer.
- Fixed: Workaround for a height calculation bug in Firefox on Mac OS when the field’s initial height is set as zero pixels.
Is this plugin compatible with the latest version of TxP? I need a way to make the excerpt text area bigger.
…. texted postive
Offline
Re: rah_expanding // Dynamically growing textareas
bici wrote #327397:
Is this plugin compatible with the latest version of TxP? I need a way to make the excerpt text area bigger.
I’m not sure the plugin is needed at all any more now that backend has auto-expanding textareas. You might be able to achieve what you want by placing a custom.css
file in your /textpattern/admin-themes/hive/assets/css/
folder (if you’re using “hive” as your admin theme) with the following:
#excerpt {
min-height: 200px;
}
Or whatever height you want. I’m not sure if that will be overridden by the auto-expanding script. Maybe try that with !important
if so.
You can see an example of how to use custom.css in the GitHub repo. Make a note with your installation to copy that file before updating or you may unintentionally delete it when updating.
TXP Builders – finely-crafted code, design and txp
Offline
Re: rah_expanding // Dynamically growing textareas
Thanks. Works as advertised. I have copied the custom.css to all my sites and have a copy (with a comment of were it should reside) outside of /texpattern/ so i can never overwrite the file without having a backup.
…. texted postive
Offline