Advertisement
Guest User

sample

a guest
Aug 15th, 2011
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // set up the autocomplete on the termB input box for the new mapping
  2. new AutoComplete('mappedTerm[' + index + '].name', new CreateCallback().conceptReferenceTermCallback(), {
  3. select: function(event, ui) {
  4. jquerySelectEscaped('mappedTerm[' + index + '].termB').val(ui.item.object.conceptReferenceTermId);
  5. }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement