<script> var jsondata = [ {text : 'input', value : 'iValue'}, {text : 'picker', value : 'pValue'}, {text : 'radio', value : 'rValue'}, {text : 'select', value : 'sValue'} ]; </script> <sbux-input id="filterInput1" name="filterInput1" uitype="text"></sbux-input> <sbux-listbox id="sbIdx1_1" name="sbTagNm1_1" uitype="single" jsondata-ref="jsondata"></sbux-listbox>
<script> var jsondata = [ {text : 'input', value : 'iValue'}, {text : 'picker', value : 'pValue'}, {text : 'radio', value : 'rValue'}, {text : 'select', value : 'sValue'} ]; </script> <sbux-input id="filterInput1" name="filterInput1" uitype="text"></sbux-input> <sbux-listbox id="sbIdx1_1" name="sbTagNm1_1" uitype="single" jsondata-ref="jsondata" filter-source-name="filterInput1"></sbux-listbox>