This release is a pre-release and may not be stable for production use.
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]
Release files for collective.autoresizetextarea 1.0b2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| collective.autoresizetextarea-1.0b2.tar.gz | 9.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| collective.autoresizetextarea-1.0b2-py2.4.egg | Legacy Egg format | - | - | Details |
Total release size: 16.8 kB
Release files / collective.autoresizetextarea-1.0b2.tar.gz
| Download URL | collective.autoresizetextarea-1.0b2.tar.gz |
|---|---|
| Size | 9.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
34d36a24aeb6b40d086ec130d0afd8a85e2b12066cad058694e1648da1005832
|
|
BLAKE2b-256 checksum How to use checksums |
166588cc20afd821ab08dd739340ee882ba536e7671e25330b0da80e7a73e532
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / collective.autoresizetextarea-1.0b2-py2.4.egg
| Download URL | collective.autoresizetextarea-1.0b2-py2.4.egg |
|---|---|
| Size | 7.1 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
e39af4f58e2a4c673f80297ec1ae682609db2faeda801627b5dc1048781a0058
|
|
BLAKE2b-256 checksum How to use checksums |
bf2f2b8444fe9ebeff39918ca8e9d1bfdf8db61abda7c887ee6e2fabe5c9e31f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |