FormHeaderResourceKey
Applies to: AddDataFormTemplateSpec, EditDataFormTemplateSpec, ViewDataFormTemplateSpec
Indicates the resource key to use for the localized form header. For example the for the Payment Add Form:
FormHeaderResourceKey="$$add_a_payment"
This is defined in conjunction with the ResourceFile child element which references a resource file (*.resx) to be included with the catalog assembly:
<ResourceFile AssemblyName="Blackbaud.AppFx.Fundraising.Catalog.dll"
ClassName="Blackbaud.AppFx.Fundraising.Catalog.Payment.Add" />
Within the project and subsequent DLL which contains the Payment Add Form spec (Payment.Add.xml), there is also a Payment.Add.resx file which contains the Name/Value pairs. The FormHeaderResourceKey value corresponds to the Name portion of the Name/Value pair in the Payment.Add.resx file.
Name: $$add_a_payment
Value: Add a payment
Comment: *** AUTO-GENERATED. DO NOT EDIT ***
Note: The comment for this pair indicates that the *.resx file was generated by a utility for spec localization. But a *.resx file can be added manually to a project.