<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>html Property Template</title><link>https://community.telligent.com/community/13/w/api-documentation/73234/html-property-template</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>html Property Template</title><link>https://community.telligent.com/community/13/w/api-documentation/73234/html-property-template</link><pubDate>Fri, 08 Mar 2024 17:22:41 GMT</pubDate><guid isPermaLink="false">66e66fbe-7c7c-4f36-96be-ac0201b43d4c</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/73234/html-property-template#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:22:41&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;div class="documentation"&gt;&lt;p&gt;Enables rendering of HTML configuration properties.&lt;/p&gt;&lt;h4&gt;&lt;em&gt;Supported Data Types&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;html&lt;p&gt;&lt;h4&gt;&lt;em&gt;Scripted Extension Configuration XML&lt;/em&gt;&lt;/h4&gt;&lt;pre&gt;&amp;lt;property id=&amp;quot;propertyId&amp;quot; labelResourceName=&amp;quot;nameResource&amp;quot; descriptionResourceName=&amp;quot;descriptionResource&amp;quot; dataType=&amp;quot;html&amp;quot; template=&amp;quot;html&amp;quot; enableRichEditing=&amp;quot;false&amp;quot; rows=&amp;quot;1&amp;quot; columns=&amp;quot;40&amp;quot; contentTypeId=&amp;quot;&amp;quot; /&amp;gt;&lt;/pre&gt;&lt;h4&gt;&lt;em&gt;Plugin Configuration C#&lt;/em&gt;&lt;/h4&gt;&lt;pre&gt;var property = new Property
{
	Id = &amp;quot;propertyId&amp;quot;,
	LabelResourceName = &amp;quot;nameResource&amp;quot;,
	DescriptionResourceName = &amp;quot;descriptionResource&amp;quot;,
	DataType = &amp;quot;html&amp;quot;,
	Template = &amp;quot;html&amp;quot;,
	Options = new NameValueCollection
	{
		{ &amp;quot;enableRichEditing&amp;quot;, &amp;quot;false&amp;quot; },
		{ &amp;quot;rows&amp;quot;, &amp;quot;1&amp;quot; },
		{ &amp;quot;columns&amp;quot;, &amp;quot;40&amp;quot; },
		{ &amp;quot;contentTypeId&amp;quot;, &amp;quot;&amp;quot; }
	}
};&lt;/pre&gt;&lt;h4&gt;&lt;em&gt;Options&lt;/em&gt;&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;enableRichEditing&lt;/td&gt;&lt;td&gt;If true, the rich editor will be used for WYSIWYG editing.&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;true, false&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;rows&lt;/td&gt;&lt;td&gt;The number of rows to show. If greater than 1, a source or rich editor will be used (dependent on the value of enableRichEditing).&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;columns&lt;/td&gt;&lt;td&gt;The number of columns to show.&lt;/td&gt;&lt;td&gt;40&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;contentTypeId&lt;/td&gt;&lt;td&gt;The content type being edited, if applicable. When enableRichEditing is enabled, this setting will be used to configure the rich text editor according to content filtering configuration for the provided content type.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>