Skip to main content

jQuery textarea auto-resizer for Plone.

Project description

Introduction

collective.autoresizetextarea is a textarea auto-resizer for Plone. It is based on James Padolsey’s jQuery autoResize plugin. Check his website for a demo.

Buildout Installation

Add the following code to your buildout.cfg:

[buildout]
...
eggs =
    ...
    collective.autoresizetextarea
    ...

...
[instance]
...
zcml =
    ...
    collective.autoresizetextarea
...

Usage

To add the auto-resize feature to a textarea you can either add an “autoresize” CSS class to the textarea:

<textarea class="autoresize" />

or change the jQuery selector in the second line of the javascripts/autoresize.js file:

...
jq('textarea.mycssclass').autoResize({
   ...
...

Consult the jQuery documentation for more about jQuery selectors.

Changelog

1.0b2 2010-07-13

  • Metadata added to GS [timo]

  • HISTORY.txt moved to CHANGES.txt [timo]

1.0b1 2010-02-05

  • z3c.autoinclude added. [timo]

1.0a1 2009-09-24

  • Initial release. [timo]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.autoresizetextarea-1.0b2.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

collective.autoresizetextarea-1.0b2-py2.4.egg (7.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page