form_options_attributes.info |
form_options_attributes.info |
|
name = Form Options Attributes
description = Allows form options for select elements to have individual attributes.
core = 7.x
files[] = tests/form_options_attributes.test |
form_options_attributes.module |
form_options_attributes.module |
|
Form options attributes module. |
form_options_attributes.test |
tests/form_options_attributes.test |
|
Tests for Form Options Attributes module |
form_options_attributes_test.info |
tests/form_options_attributes_test.info |
|
name = Form Options Attributes Test
description = For testing Form Options Attributes
core = 7.x
dependencies[] = form_options_attributes
hidden = TRUE |
form_options_attributes_test.module |
tests/form_options_attributes_test.module |
|
Form Options Attributes test module |
README.txt |
README.txt |
|
# Form Options Attributes Module
## Overview
This module adds the ability to specify attributes for individual options
on Drupal Form API elements of the types select, checkboxes, and radios.
This is an API module, with no user interface. You would… |