You are here

constant CCK_TABLE_DEFAULT_ROWS in CCK Table Field 8

Same name and namespace in other branches
  1. 6 cck_table.module \CCK_TABLE_DEFAULT_ROWS
  2. 7 cck_table.module \CCK_TABLE_DEFAULT_ROWS
3 uses of CCK_TABLE_DEFAULT_ROWS
cck_table_field_info in ./cck_table.module
Implements of hook_field_info().
cck_table_field_widget_info in ./cck_table.module
Implements of hook_field_widget_info().
cck_table_field_widget_settings_form in ./cck_table.module
Implements of hook_field_widget_settings_form().

File

./cck_table.module, line 2
Defines a field type that outputs data in a table.

Code

define('CCK_TABLE_DEFAULT_ROWS', 5);