raj542
3 Apr 2012, 5:33 AM
Hi all,
i am new to extjs, i am facing difficulty in solving following requirement,
In combobox a drop down list is there.extjs filters the list when we enter any text characters like 'b'... which will display all words starting with 'b'.
Requirement:
while filtering values in combo box, a '?'(question mark) specifies any match from a to z and 0 to 9
Example:i have a list of values like 1.raja 2.123 3.ram 4.1021
1.In the combobox if i enter '?' it should display all values
2.If i enter '?a' it should display raja,ram
3.If i enter '?2?' it should display 123
4.If i enter '?0?1' it should display 1021
Thanks,
Rajasekhar
i am new to extjs, i am facing difficulty in solving following requirement,
In combobox a drop down list is there.extjs filters the list when we enter any text characters like 'b'... which will display all words starting with 'b'.
Requirement:
while filtering values in combo box, a '?'(question mark) specifies any match from a to z and 0 to 9
Example:i have a list of values like 1.raja 2.123 3.ram 4.1021
1.In the combobox if i enter '?' it should display all values
2.If i enter '?a' it should display raja,ram
3.If i enter '?2?' it should display 123
4.If i enter '?0?1' it should display 1021
Thanks,
Rajasekhar