{ "info": { "author": "Timo Stollenwerk", "author_email": "timo@zmag.de", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\ncollective.autoresizetextarea is a textarea auto-resizer for Plone.\nIt is based on James Padolsey's jQuery `autoResize`_ plugin. Check\nhis website_ for a demo.\n\n.. _autoResize: http://james.padolsey.com/javascript/jquery-plugin-autoresize/\n\n.. _website: http://james.padolsey.com/javascript/jquery-plugin-autoresize/\n\nBuildout Installation\n---------------------\n\nAdd the following code to your buildout.cfg::\n\n [buildout]\n ...\n eggs =\n ...\n collective.autoresizetextarea\n ...\n\n ...\n [instance]\n ...\n zcml =\n ...\n collective.autoresizetextarea\n ...\n\nUsage\n-----\n\nTo add the auto-resize feature to a textarea you can either add an\n\"autoresize\" CSS class to the textarea::\n\n