| 1 |
***********
|
| 2 |
* README: *
|
| 3 |
***********
|
| 4 |
|
| 5 |
DESCRIPTION:
|
| 6 |
------------
|
| 7 |
This module offers the possibility to add prefix and suffix
|
| 8 |
values for each cck widget.
|
| 9 |
|
| 10 |
|
| 11 |
REQUIREMENTS:
|
| 12 |
-------------
|
| 13 |
The form_markup.module requires the content.module to be installed.
|
| 14 |
|
| 15 |
|
| 16 |
INSTALLATION:
|
| 17 |
-------------
|
| 18 |
1. Place the entire form_markup directory into your Drupal modules/
|
| 19 |
directory.
|
| 20 |
|
| 21 |
2. Enable the form_markup module by navigating to:
|
| 22 |
|
| 23 |
administer > modules
|
| 24 |
|
| 25 |
|
| 26 |
USING FORM_MARKUP:
|
| 27 |
-----------------
|
| 28 |
When creating a new or editing an existing field, there will appear a fieldset called Markup.
|
| 29 |
Here you can set, what additional html markup will be added around your field. Both fields are
|
| 30 |
optional, so you can leave it empty or just fill in one or both.
|
| 31 |
For example you can put a <div id="tel-number"> (prefix) and <div> (suffix) around for
|
| 32 |
additional css-design.
|
| 33 |
|
| 34 |
Author:
|
| 35 |
-------
|
| 36 |
Matthias Hutterer
|
| 37 |
mh86@drupal.org
|
| 38 |
m_hutterer@hotmail.com
|