Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Custom Field Type and HTML Encoding

$
0
0

 This is driving my nuts.

I have a custom field type whose output I want to display as HTML.

The definition is thus, but it's always showing up as HTML encoded. Any ideas why?

<?

xmlversion="1.0"encoding="utf-8"?>

<

FieldTypes>

  <

FieldType>

    <

FieldName="TypeName">...</Field>

    <

FieldName="ParentType">Note</Field>

    <

FieldName="TypeDisplayName">...</Field>

    <

FieldName="TypeShortDescription">...</Field>

    <

FieldName="UserCreatable">FALSE</Field>

    <

FieldName="Sortable">FALSE</Field>

    <

FieldName="AllowBaseTypeRendering">TRUE</Field>

    <

FieldName="Filterable">FALSE</Field>

    <

FieldName="FieldTypeClass">...</Field>

    <

RenderPatternName="DisplayPattern">

        <

ColumnHTMLEncode="FALSE"/>

    </

RenderPattern>

  </

FieldType>

</

FieldTypes>


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>