valueMarkup - Value Markup
Indicates whether a value list contains an XML markup fragment rather than a list.
Category
dataSyntax
valueMarkup="true|false"
Usage
In Design mode with focus on the typeAhead control, click All Properties and look for valueMarkup under data.Examples
This Edit Box control provides type ahead with full refresh.<xp:inputText id="inputText1" value="#{document1.subject}">
<xp:typeAhead mode="full" minChars="1"
valueList="alpha#beta#charlie#delta#echo#foxtrot"
valueListSeparator="#" tokens=",/" ignoreCase="true">
</xp:typeAhead></xp:inputText>