Advertisement
pjog

combobox

Jul 24th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. getResourceType:  function(data){
  2.     return  '<div class="input-append">'
  3.     +   '<select id="t_resource_type" class="combobox input-small" value='+data+'>'
  4.     +   '<option></option>'
  5.     +   '<option>SEARCH_BACKEND</option>'
  6.     +   '</select>'
  7.     +   '</div>';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement