X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FCustomGroup.xml;h=f264952515b1787b2c6923ee0935d038886158a7;hb=edc34436fd10d8e12031650fd633ce7a1fc3619b;hp=3e2319bb481912734f3211e740db170fb238c7f9;hpb=a055fd3bcb8341e6a9c25e32432cf4f4776a2781;p=civicrm-core.git diff --git a/xml/schema/Core/CustomGroup.xml b/xml/schema/Core/CustomGroup.xml index 3e2319bb48..f264952515 100644 --- a/xml/schema/Core/CustomGroup.xml +++ b/xml/schema/Core/CustomGroup.xml @@ -4,153 +4,156 @@ CRM/Core CustomGroup civicrm_custom_group - All extended (custom) properties are associated with a group. These are logical sets of related data. + All extended (custom) properties are associated with a group. These are logical sets of related data. + 1.1 true - - id - int unsigned - true - Unique Custom Group ID - 1.1 + + id + int unsigned + true + Unique Custom Group ID + 1.1 - id - true + id + true - name - varchar - 64 - Variable name/programmatic handle for this group. - 1.1 - - - title - varchar - 64 - true - true - Friendly Name. - 1.1 - - - extends - varchar - 255 - 'Contact' - Type of object this group extends (can add other options later e.g. contact_address, etc.). - 1.1 - - - extends_entity_column_name - varchar - 64 - linking custom group for dynamic object - 1.6 - 2.2 + name + varchar + 64 + Variable name/programmatic handle for this group. + 1.1 - extends_entity_column_id - int unsigned - NULL - FK to civicrm_option_value.id (for option group custom_data_type.) - 2.2 + title + varchar + 64 + true + true + Friendly Name. + 1.1 - - extends_entity_column_value - varchar - 255 - linking custom group for dynamic object - 1.6 - - - style - enum - Tab, Inline - Visual relationship between this form and its parent. - 1.1 - - Select - + extends + varchar + 255 + 'Contact' + Type of object this group extends (can add other options later e.g. contact_address, etc.). + 1.1 - collapse_display - int unsigned - 0 - Will this group be in collapsed or expanded mode on initial display ? - 1.1 + extends_entity_column_name + varchar + 64 + linking custom group for dynamic object + 1.6 + 2.2 - help_pre - text - true - Description and/or help text to display before fields in form. - - TextArea - 4 - 80 - - 1.1 + extends_entity_column_id + int unsigned + NULL + FK to civicrm_option_value.id (for option group custom_data_type.) + 2.2 - help_post - text - true - Description and/or help text to display after fields in form. - - TextArea - 4 - 80 - - 1.1 + extends_entity_column_value + varchar + 255 + linking custom group for dynamic object + 1.6 - weight - int - true - 1 - Controls display order when multiple extended property groups are setup for the same class. - 1.1 + style + varchar + 15 + Visual relationship between this form and its parent. + + CRM_Core_SelectValues::customGroupStyle + + 1.1 + + Select + - is_active - boolean - Is this property active? - 1.1 + collapse_display + int unsigned + 0 + Will this group be in collapsed or expanded mode on initial display ? + 1.1 + + + help_pre + text + true + Description and/or help text to display before fields in form. + + TextArea + 4 + 80 + + 1.1 + + + help_post + text + true + Description and/or help text to display after fields in form. + + TextArea + 4 + 80 + + 1.1 + + + weight + int + true + 1 + Controls display order when multiple extended property groups are setup for the same class. + 1.1 + + + is_active + boolean + Is this property active? + 1.1 - table_name - varchar - 255 - Name of the table that holds the values for this group. - 2.0 + table_name + varchar + 255 + Name of the table that holds the values for this group. + 2.0 - is_multiple - boolean - Does this group hold multiple values? - 2.0 + is_multiple + boolean + Does this group hold multiple values? + 2.0 - min_multiple - int unsigned - minimum number of multiple records (typically 0?) - 2.2 + min_multiple + int unsigned + minimum number of multiple records (typically 0?) + 2.2 - max_multiple - int unsigned - maximum number of multiple records, if 0 - no max - 2.2 + max_multiple + int unsigned + maximum number of multiple records, if 0 - no max + 2.2 - collapse_adv_display - int unsigned - 0 - Will this group be in collapsed or expanded mode on advanced search display ? - 3.0 + collapse_adv_display + int unsigned + 0 + Will this group be in collapsed or expanded mode on advanced search display ? + 3.0 UI_title_extends