Il modulo Simple Field Formatter permette di customizzare il display dei campi di un contenuto.

Caratteristiche:

  1. Prepend the field value with specified text/HTML
  2. Append the field value with specified text/HTML
  3. Reverse the Field Value
  4. Trim the Field Value
  5. Convert the field value to lowercase letters
  6. Convert the field value to uppercase letters
  7. Convert the first character of the field value to uppercase
  8. Convert the first character of each word in the field value to uppercase (7.x-1.x-dev)
  9. Replace some characters with some other characters in the field value (7.x-1.x-dev)
  10. Link the field value to node(7.x-2.x-dev)

Quando lo puoi utilizzare:

1)Easily apply HTML wrapper code to field values.
example:

Prefix:<strong>Suffix:</strong>


2)Seperate inline fields in a field group with a coma
example: Prefix:,


3)render image from url in a text field.
example:

Prefix: <img src="Suffix: " />

Tipi di campi supportati:

  1. Text