You are here

constant CCK_LIST_DEFAULT_ROWS in CCK List 7

Same name and namespace in other branches
  1. 8 cck_list.module \CCK_LIST_DEFAULT_ROWS
3 uses of CCK_LIST_DEFAULT_ROWS
cck_list_field_info in ./cck_list.module
Implements hook_field_info().
cck_list_field_widget_info in ./cck_list.module
Implements hook_field_widget_info().
cck_list_field_widget_settings_form in ./cck_list.module
Implements hook_field_widget_settings_form().

File

./cck_list.module, line 2
Defines a field type that outputs data in an unordered or ordered list.

Code

define('CCK_LIST_DEFAULT_ROWS', 5);