README.txt |
README.txt |
|
Description
-----------
This module adds a new type of Webform component: structured / masked-input text. Specify an input mask, and the form input will be rendered to accept that mask.
How to use
----------
- Go to the main field list of a… |
structured_text.inc |
structured_text.inc |
|
|
webform_structured_text.css |
webform_structured_text.css |
|
/*
Webform Structured Text CSS
===========================
Used when field is rendered to mimic a single input field.
Customising the look of your structured text boxes:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. … |
webform_structured_text.info |
webform_structured_text.info |
|
name = "Webform Structured Text"
description = "A text component that specifies a structured format."
core = 6.x
package = Webform
dependencies[] = webform
php = 5.3 |
webform_structured_text.module |
webform_structured_text.module |
|
Main module file for Webform Structured Text. |