matrix.inc |
components/matrix.inc |
|
Webform module matrix component. |
README.txt |
README.txt |
|
Description
-----------
This module adds a webform matrix component in webform
components list.In webform matrix component you
can add as many as rows and columns. Subcomponent
of matrix component is Textfield, Select , Label ,Date.
This module also… |
webform_matrix_component.api.php |
webform_matrix_component.api.php |
|
Sample hooks demonstrating usage in Webform_matrix_component. |
webform_matrix_component.css |
webform_matrix_component.css |
|
.webform-component-matrix .form-radios .form-type-radio{display: inline;}
.webform-component-matrix .form-checkbox .form-type-checkbox{display: inline}
.webform-component-matrix { clear: both; } |
webform_matrix_component.info |
webform_matrix_component.info |
|
name =Webform Matrix Component
description = Matrix Component for webform
core = 7.x
package = Webform
dependencies[] = webform
files[] = tests/webform_matrix_component.test |
webform_matrix_component.module |
webform_matrix_component.module |
|
|
webform_matrix_component.test |
tests/webform_matrix_component.test |
|
Tests for the Weform Matrix Component module. |