- <layout:collectionItem title=“TxtSC82CntTitle_Recipient” >
<html:select property=“selRecCodeLabel” style=“width:150px;” styleId=“combo_zone1”>
<html:option value=“”/>
<html:optionsCollection name=“storageServiceForm” property=“reciPayerList” label=“codeLabel” value=“codeLabel” />
</html:select>
</layout:collectionItem>
COMBO BOX
var combo= dhtmlXComboFromSelect(“combo_zone1”);
combo.enableFilteringMode(true);
When i use html:optionsCollection only for the first line the DHTMLX style is applied for the remaining lines it is not applied.Please help on this issue
2)I need to restrict the number of lines typed by the user in the combobox.How to achieve this.
3)When the typed text is not mathching in combo i need to disply it in red.
Please help me resolving the issues