|
5 registered users in last 24 hours ]po[ DynField AttributeDynField attribute represent meta information about an object's attributes/database columns. For an overview on dynamic fields please see the [DynField package documentation].
DynField attributes have been defined in ]po[ to extend the acs_attribute type in order to add a number of features. We hope that the OpenACS community will eventually decide to merge im_dynfield_attributes with acs_attributes.
DynField Attribute Fields
Structure of the im_dynfield_attributes database table:
Column | Type | Modifiers ---------------------+------------------------+------------------------------ attribute_id | integer | not null acs_attribute_id | integer | not null widget_name | character varying(100) | not null already_existed_p | character(1) | not null default 't'::bpchar deprecated_p | character(1) | not null default 'f'::bpchar include_in_search_p | character(1) | default 'f'::bpchar also_hard_coded_p | character(1) | default 'f'::bpchar
|
