CronField

Component type

module

Maintenance status

Development status

Component created

Component changed

About

This module implemented one special text field. What is a special feature against simple text field? Field validation and cron field generator is extras. Field validation not permitted to save just cron expression(Something like this: * * * * *, 1-5 * 5 8 *). With cron generator easily can to generate cron expressions.
More information about cron expressions:
https://en.wikipedia.org/wiki/Cron

Date Multiselect

Component type

module

Maintenance status

Development status

Downloads

1265

Component created

Component changed

This is a javascript multiselect calendar widget using the MultiDatesPicker library on top of the date_popup module.

It allows you to select multiple dates (with no time) in just one field, instead of having to add multiple popup widgets.

Requirements

It requires the date_popup module.

Custom number of values

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple module that allows site builders to set a custom range for the number of values available for multi-value fields. You can set both the lower and upper limit of the range.

For example, if you set the lower limit to 5 and the upper limit to 25, the resulting range available to choose from for the drop down "number of values" will be from 5 through 25 & unlimited.

Create and Translate

Component type

module

Maintenance status

Development status

Downloads

238

Component created

Component changed

Create and translate is a module that adds a submit button on the node add form to create the node and go directly to the translation page.
On the creation of the node, the button will only show up when selecting a language.

You will save a lot of time creating nodes and their translations without clicking too much around.

There's a settings-form available where you can enable/disable this feature by content type.
There are permissions to enable the use of this feature by role.

Dependencies: Translation, Locale

JSON Fieldset

Component type

module

Maintenance status

Development status

Downloads

580

Component created

Component changed

Attach fieldgroups to an entity without creating tables for those fields, and store the data as a json string as if it was a textfield.

One of the more complex user interface issues yet to be solved is to provide groups of fields to the content manager while maintaining a sound data model. These groups of fields would generally be described as meta data for the content object being curated, and do not serve any purpose outside of the context of its parent object.

Validate Data

Component type

module

Maintenance status

Development status

Component created

Component changed

INTRODUCTION

The 'Validate Data' module allows a developer to add a validation test function to any input field available on a node or web form. We call these entities or functions "validators". This module helps you by building the java and php code needed to test the input data after it is submitted via a "mouse click out" or "tabbing out" of the input field (if JAVA is enabled). A message is display immediately if the data did not meet the criteria. Additional, if the JAVA is available the save button will be disabled until the faulty fields have been corrected. When the module is enabled a directory (/validate_data) and pair of files are created in the sites "Public file system path". If that directory does not contain a "files" directory a warning message is displayed.