Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download webform_structured_text-7.x-1.7.tar.gztar.gz 19.53 KB
MD5: 19be732d16f46d0412161ac12438520c
SHA-1: 65c68ab3e785a6b6f2622c882775b25e7562a0bf
SHA-256: fe3fe8524c3aa8f69d75290d3c42e57394c69367745ac19b3c429a58838586fc
Download webform_structured_text-7.x-1.7.zipzip 21.79 KB
MD5: c9c675b57f7297d45391e148d005e6c5
SHA-1: 74a4695585b09a78b7f0f0d1a6ecf92d748dd395
SHA-256: 07ba0576b302550e736d533cbb1c467a6b43e6612a9d53769dc97098271c5225

Release notes

A defect remediation and a couple of enhancements to the field:

Defect fix: #2504541: Hidden Structured Text Component Produces Warning Upon Submission

Enhancements:

  1. You can now specify that the field should be unique - #2582767: No option for 'unique'.
  2. Default values for each chunk can now be specified as well.
  3. The webform structured text component is now rendered by default to appear as a single text field, with the option to render it as individual input boxes (the old behaviour). Note that this change may mean you have to do some theming to get the outer <div> to look like a regular text input field. The new webform_structured_text.css file has instructions on how to do this.
  4. Text within each chunk is now centered by default. You can turn this off and then use your own styling to modify as appropriate.
  5. Error messages on the component configuration page are now more complete, indicating everything that appears to be wrong with any of the mask RegEx, placeholders, labels, and default values, not just the first error found.
  6. RegEx's are now checked for validity as part of the component configuration validation, with validation failure error messages indicating what the problem appears to be in the RegEx.

There has also been a bit of code refactoring.

Created by: sdsheridan
Created on: 27 Nov 2015 at 17:27 UTC
Last updated: 3 Dec 2015 at 23:53 UTC
Bug fixes
New features

Other releases