4 users online. Create an account or sign in to join them.Users
Text Box Field
One text field to do it all
Description
The Text Box Field is a replacement for both the standard text input and textarea fields. It combines both to create a field that supports text formatting and validation rules.
Features
- Boolean searching with the
booleanfilter. - Regular expression searching with the
regexpfilter. - Partial searching with
starts-with,ends-withandcontainsfilters. - The above filters can be negated by prefixing with
not-. - Text formatter and validation rule support.
- Output grouping on handle.
- 'Raw' output mode for unformatted data.
- Parameter output support.
- Limit the number of characters that can be entered.
- Limit the number of characters shown in publish table columns.
- Handles are always unique.
Changelog
Version 2.2, 11 April 2011
- Force tables to be created with the MyISAM table engine.
Version 2.1, 1 November 2010
- Added checkbox to wrap output in CDATA regardless of formatting.
- Added checkbox to toggle inclusion of handles in output.
- Output values instead of handles as parameters if handles are disabled.
- Fixed datasource filter editor JavaScript.
- A couple of other minor issues.
Version 2.0.14, 19 February 2010
- Improved upgrade process.
- Added a setting that lets you display more than 75 characters in publish table columns.
Version 2.0.11, 9 December 2009
- Really fixed the upgrade issues, really!
- Changed the way handles are created to make sure they are always unique.
Version 2.0.10, 1 December 2009
- Fixed issue where upgrades for 2.0.9 where not being applied due to a Symphony bug.
Version 2.0.9, 1 December 2009
- Added a fancy interface to select filter modes when editing data sources.
- Added ability to limit input to a specified length.
- Fixed a few minor bugs.
Version 2.0.6, 24 July 2009
- Added 'raw' output mode to get unformatted data.
- Added delegates to modify the publish panel.
Version 2.0.4, 29 June 2009
- Fixed a couple of minor issues with data sanitisation.
- Added
starts-with,ends-withandcontainsfilter methods.
Version 2.0.2, 11 May 2009
- This is a complete rewrite of the old extension, it isn't backwards compatible, so don't try to upgrade.