fullTextArea jQuery plug-in
I’ve just written it, and have to provide a homepage for it. will add more details later.
Demo: fulltextarea.html
Current release
Release details:
- Tidied up and optimised code
Previous versions
- fullTextArea v0.3 (zip)
Disabled web page while textarea is active - fullTextArea v0.2 (zip)
Fixed problems with focus not switching to new text area
Enabled preselection of default text
No related posts.
Tags: forms, full screen, fulltextarea, jquery, overlay, plugin, textarea
The plugin doesn’t works with internet explorer 8. Could you give me any suggest to fix it?
Thanks
Can you do something for the IE8 issue.
Thanks
Aromal
I still need to update the latest release on plugins.jQuery.com, but the version on the demo page now works cross browser, and also has new options for changing the button text.
Thanks for pointing out the bug.
There’s a bug in the code, where the option save_txt is configured, but is later referred to as ‘save_text’ and so comes up blank.
Also, in the $(save).click() handler, you should add $(original).change() after updating the val(), so that the form element can react appropriately.
This is a really nice bit of work… I’m retooling it now to work w/ jQuery UI themes and icons. For starters, it won’t be necessary to include bigframe.js, because the jQuery overlay stuff handles that.
Thanks!
Thanks for the feedback Rob.
The save_txt bug is fixed already, but possibly I haven’t got the latest bug free version available for download in all appropriate places. Where & when did you get your copy?
I don’t know too much about jQuery-UI, but really happy to see someone is not only using but also adapting what I’d originally written just as an exercise in getting to grips with jQuery.