mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 06:58:49 +02:00
AutoComplete usage: code cleanup
SVN:trunk[935]
This commit is contained in:
@@ -359,24 +359,6 @@ EOF
|
||||
// }
|
||||
// }
|
||||
|
||||
// For automplete
|
||||
function findValue(li) {
|
||||
if( li == null ) return alert("No match!");
|
||||
|
||||
// if coming from an AJAX call, let's use the CityId as the value
|
||||
if( !!li.extra ) var sValue = li.extra[0];
|
||||
|
||||
// otherwise, let's just display the value in the text box
|
||||
else var sValue = li.selectValue;
|
||||
|
||||
//alert(\"The value you selected was: \" + sValue);
|
||||
}
|
||||
|
||||
function selectItem(li) {
|
||||
findValue(li);
|
||||
}
|
||||
|
||||
|
||||
function formatItem(row) {
|
||||
return row[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user