I would like to add the controltype, Telligent.Evolution.Controls.UserOrRoleLookupTextBox to the configuration content section of my widget. However, when I attempt to add it, it doesn't show up when I go to configure the widget under edit page. I know I am configuring it wrong but I cannot find any documentation on how to add the control. Here is what I did
<propertyGroup id="options" resourceName="Options">
<property id="tbAddSME" resourceName="CF_TextBox" dataType="custom" defaultValue="" controlType="Telligent.Evolution.Controls.UserOrRoleLookupTextBox, Telligent.Evolution.Controls" width="100" />
</propertyGroup>
How do I properly add this control to my widget in the Configuration Content section?