When I use the following code :
<tokenList id="preferencesList"
caption="Preferred <b>contact method:</b>"
captionAsHtml="true"
clearEnabled="false"
inline="true"
dataContainer="patientDc"
position="BOTTOM"
property="preferences"
width="100%">
<lookup optionsContainer="allPreferencesDc"/>
</tokenList>
I received the following error : “tokenList …must not contain the ‘<’ character”
Why is this so ? I thought once I specify captionAsHtml=“true”, I am allowed to use HTML code in caption attribute ?
I am also having problem with contextHelpText attribute in the same way after specifying contextHelpTextHtmlEnabled="true"