choices.css |
modules/choices/theme/choices.css |
|
.field-type-choices .choice-item {
position: relative;
height: 1.5em;
}
.field-type-choices .field-items {
border-top: 1px #EEE solid;
}
.field-type-choices .choice-data {
width: 100%;
position: relative;
border: 1px #EEE solid;
… |
choices.info |
modules/choices/choices.info |
|
name = Choice field for Poll Improved
description = Defines simple choice field.
package = Poll
version = VERSION
core = 7.x
dependencies[] = entity
files[] = choices.migrate.inc
stylesheets[all][] = theme/choices.css
scripts[] =… |
choices.install |
modules/choices/choices.install |
|
Install, update and uninstall functions for the choices module. |
choices.migrate.inc |
modules/choices/choices.migrate.inc |
|
Code for choices.migrate.inc. |
choices.module |
modules/choices/choices.module |
|
Defines simple choices field. |
choices.theme.inc |
modules/choices/theme/choices.theme.inc |
|
|
field-type-choices.tpl.php |
modules/choices/field-type-choices.tpl.php |
|
choices-vote-with-percentage.tpl.php |
pollim-sample-data.tpl.php |
pollim-sample-data.tpl.php |
|
Example tpl file for theming a single pollim-specific theme |
pollim.admin.inc |
pollim.admin.inc |
|
Pollim editing UI. |
pollim.info |
pollim.info |
|
name = Poll Improved
description = Provides entity based poll functionality for both authenticated and anonymous users.
core = 7.x
version = VERSION
package = Poll
configure = admin/config/content/pollim
dependencies[] = entity
dependencies[] =… |
pollim.install |
pollim.install |
|
Sets up the base table for our entity and a table to store information about
the entity types. |
pollim.migrate.inc |
pollim.migrate.inc |
|
Code for pollim.migrate.inc. |
pollim.module |
pollim.module |
|
Module for the Pollim Entity - a starting point to create your own Entity
and associated administration interface |
pollim.settings.admin.inc |
pollim.settings.admin.inc |
|
Administration functions and forms. |
pollim.tpl.php |
pollim.tpl.php |
|
A basic template for pollim entities |
pollim.views.inc |
views/pollim.views.inc |
|
Providing extra functionality for the pollim UI via views. |
pollim_handler_delete_link_field.inc |
views/pollim_handler_delete_link_field.inc |
|
Contains a Views field handler to take care of displaying deletes links
as fields |
pollim_handler_edit_link_field.inc |
views/pollim_handler_edit_link_field.inc |
|
Contains a Views field handler to take care of displaying edit links
as fields |
pollim_handler_link_field.inc |
views/pollim_handler_link_field.inc |
|
Contains a Views field handler to take care of displaying links to entities
as fields. |
pollim_handler_pollim_operations_field.inc |
views/pollim_handler_pollim_operations_field.inc |
|
|
pollim_type.admin.inc |
pollim_type.admin.inc |
|
Pollim type editing UI. |