Home
Manage Your Code
Snippet: FLDTYPES_ListColumnPicker.xml (XML)
Title: FLDTYPES_ListColumnPicker.xml Language: XML
Description: Custom field type definition. Views: 859
Author: Tony Bierman Date Added: 7/18/2008
Copy Code  
<?xml version="1.0" encoding="utf-8" ?>
<FieldTypes>
  <FieldType>
    <Field Name="TypeName">ListColumnPicker</Field>
    <Field Name="ParentType">Text</Field>
    <Field Name="TypeDisplayName">The names of one or more fields from another list</Field>
    <Field Name="FieldEditorUserControl">/_controltemplates/SPSolutions/ListColumnPickerEditor.ascx</Field>
    <Field Name="TypeShortDescription">One or more column names from another list</Field>
    <Field Name="UserCreatable">TRUE</Field>
    <Field Name="FieldTypeClass">SPSolutions.SharePoint.ExCM.Dag.Fields.ListColumnPickerField, SPSolutions.SharePoint.ExCM, Version=1.0.0.0, Culture=neutral, PublicKeyToken=08a33cc09f006379</Field>
    <PropertySchema>
      <Fields>
        <Field 
          Name="ListId" 
          DisplayName="Target List Id"
          Type="Text" 
          Hidden="TRUE">
        </Field>
      </Fields>
    </PropertySchema>
  </FieldType>
</FieldTypes>