button_field.info |
button_field.info |
|
name = Button Field
description = Adds a button field type
package = Fields
core = 7.x
dependencies[] = field
dependencies[] = rules
scripts[] = js/button_field.ajax.js
; Views handlers
files[] = includes/views/handlers/button_field_handler_field.inc |
button_field.module |
button_field.module |
|
Defines a field, widget and formatter for the button field type. |
button_field.rules.inc |
button_field.rules.inc |
|
Rules integration for the button_field module. |
button_field.views.inc |
includes/views/button_field.views.inc |
|
Provides Views integration for the button_field field. |
button_field_handler_field.inc |
includes/views/handlers/button_field_handler_field.inc |
|
Views field handler for button fields. |
README.txt |
README.txt |
|
Adds a button field type for use with any fieldable entity type and Rules.
Provides two different widgets: HTML Button and Image Button. Adds a new button
click event, clicked button comparison, and reload page action for use with
rules. When the… |