eForm Modal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows the use of eForm forms in modal windows.

Add a block with modal link to a block region.
- Go to "Admin -> Structure-> Block layout"
- Click 'Place block' of the region you want to place a eform modal block in.
- Search for 'Eform Modal Block' in the listed blocks and click 'Place block'.
- Enter a link title
- Select the eForm type you want to show in this block.
- Save the block.
- Optionally, create another eform modal block.

DROWL word no linebreak (white-space:nowrap at runtime)

Component type

module

Maintenance status

Development status

Downloads

264

Component created

Component changed

Simply wraps defined words in a nowrap span element at runtime by JavaScript to prevent breaks within or between these words. This is for example useful for trademarks with more than one word.

The words not to break can be defined on the module page as comma-separated list.

BTW: This is NOT being done by an input filter intentionally, because words coming from the menu system or other areas without input filtering are also replaced this way.

DROWL Trademark

Component type

module

Maintenance status

Development status

Downloads

309

Component created

Component changed

Simply adds a registered trademark sign (®) as <sup> element behind defined words at runtime by JavaScript.

The words to append the trademark to can be defined on the module page as comma-separated list.

BTW: This is NOT being done by an input filter intentionally, because words coming from the menu system or other areas without input filtering are also replaced this way.

Focal Point No Upscale

Component type

module

Maintenance status

Development status

Component created

Component changed

Focal Point No Upscale adds a new image effect to allow you to disable upscaling when scaling and cropping with Focal Point.

This is helpful when you want to use Focal Point to scale and crop larger images, but still be able to use images smaller than your desired max size.

File Image Formatter

Component type

module

Maintenance status

Development status

Downloads

319

Component created

Component changed

File Image Formatter provides an image formatter for file fields.

This is most useful for web sites migrated from Drupal 6 with the default "upload" field for nodes that were used as a free form file or image field.

Usage

  • Best used when you need to display an image formatter in a view where a node with a file field may have images referenced as file entities.
  • Not as useful when used as a default display for a file field as non-image fields will be hidden by this formatter.

Entity Print Form

Component type

module

Maintenance status

Development status

Component created

Component changed

Do you need to export an entity form to PDF?

Use cases:
- Exporting current user input in a form e.g. sending a user a copy of their input via email
- Exporting a user printable form for offline use e.g. an application form

Use form modes to change the output of your form, and export these too!

URL format for export: /entityprint/form/[export-type]/[entity-type]/[entity-id]/[form-mode]

Also includes a handy debug URL for checking what will be exported.

Requirements:
Entity Print 8.x-2.x-dev