Scriptable Fields (bundle)
Category: Fields and widgets
—
Other products by this author
Experimental releases
Upcoming and alpha/beta/candidate releases
- Alpha releases should only be used for testing and development.
- Beta releases and Release Candidates are normally released for production testing, but should not be used on mission-critical sites.
- Always install on a separate test server first, and make sure you have proper backups before installing.
Project Description
- Project resources
Often these three products are used together. Release is managed over this bundle. Anyway, you can use each w/o the other.
The bundle contains:
- TALESField
- a StringField like field you store a TALES expression in. It gets evaluated on
getand the result is returned. - PythonField
- a TextArea like field where you can store a whole Script (Python) in. On
getits evaluated and the result is returned. - DTMLField and ZPTField
- both fields working like PythonField but the given text is evaluated as DTML or Zope Page-Template.
Authors:
Sidnei da Silva, Daniel Nouri, Jens W. Klein and contributors
Licence:
GPL - GNU General Public License 2.0 or newer