Text format preview

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will generate pre-rendered preview for each text_format field directly below it. Rendering is based in two factors - text value and text format. Request to check_markup function will be send on every change or keyup event, but no more than once per 300ms. Also if one ajax request is in progress next one will be aborted.

How to use it?

Just enable this module. Autopreview checkbox will be shown under each instance of text_format field (ex. body field).

crossword generator

Component type

module

Maintenance status

Development status

Component created

Component changed

This module creates a crossword field type and renders it as a crossword.

Once installed and enabled you will have to create a new content type for exemple 'crossword' and add a new field, a crossword_field with unlimited number of values.
Then create a new content of type 'crossword' and add all the words and clues in the crossword field.

Credits :
Based on Rich East's code found on codepen.io

JSON Select List Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The JSON Select List Field module allows you to generate the option name/value pairs for a select dropdown list from an external source that is returning JSON data. An example use-case for this module is where there is a legacy look-up table that you want to synchronize with data in Drupal.

Trim

Component type

module

Maintenance status

Development status

Downloads

1157

Component created

Component changed

Trim strips all leading and trailing whitespace from all fields in all form submissions.

The module trims prior to validation, so for instance if you have an integer field and a person entering data fat-fingers a space after a number, he gets a successfully saved node rather than an error message about invalid input.