select2.js 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693
  1. /*
  2. Copyright 2012 Igor Vaynberg
  3. Version: @@ver@@ Timestamp: @@timestamp@@
  4. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in
  5. compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software distributed under the License is
  8. distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and limitations under the License.
  10. */
  11. (function ($) {
  12. if(typeof $.fn.each2 == "undefined"){
  13. $.fn.extend({
  14. /*
  15. * 4-10 times faster .each replacement
  16. * use it carefully, as it overrides jQuery context of element on each iteration
  17. */
  18. each2 : function (c) {
  19. var j = $([0]), i = -1, l = this.length;
  20. while (
  21. ++i < l
  22. && (j.context = j[0] = this[i])
  23. && c.call(j[0], i, j) !== false //"this"=DOM, i=index, j=jQuery object
  24. );
  25. return this;
  26. }
  27. });
  28. }
  29. })(jQuery);
  30. (function ($, undefined) {
  31. "use strict";
  32. /*global document, window, jQuery, console */
  33. if (window.Select2 !== undefined) {
  34. return;
  35. }
  36. var KEY, AbstractSelect2, SingleSelect2, MultiSelect2, nextUid, sizer;
  37. KEY = {
  38. TAB: 9,
  39. ENTER: 13,
  40. ESC: 27,
  41. SPACE: 32,
  42. LEFT: 37,
  43. UP: 38,
  44. RIGHT: 39,
  45. DOWN: 40,
  46. SHIFT: 16,
  47. CTRL: 17,
  48. ALT: 18,
  49. PAGE_UP: 33,
  50. PAGE_DOWN: 34,
  51. HOME: 36,
  52. END: 35,
  53. BACKSPACE: 8,
  54. DELETE: 46,
  55. isArrow: function (k) {
  56. k = k.which ? k.which : k;
  57. switch (k) {
  58. case KEY.LEFT:
  59. case KEY.RIGHT:
  60. case KEY.UP:
  61. case KEY.DOWN:
  62. return true;
  63. }
  64. return false;
  65. },
  66. isControl: function (k) {
  67. k = k.which ? k.which : k;
  68. switch (k) {
  69. case KEY.SHIFT:
  70. case KEY.CTRL:
  71. case KEY.ALT:
  72. return true;
  73. }
  74. return false;
  75. },
  76. isFunctionKey: function (k) {
  77. k = k.which ? k.which : k;
  78. return k >= 112 && k <= 123;
  79. }
  80. };
  81. nextUid=(function() { var counter=1; return function() { return counter++; }; }());
  82. function indexOf(value, array) {
  83. var i = 0, l = array.length, v;
  84. if (typeof value === "undefined") {
  85. return -1;
  86. }
  87. if (value.constructor === String) {
  88. for (; i < l; i = i + 1) if (value.localeCompare(array[i]) === 0) return i;
  89. } else {
  90. for (; i < l; i = i + 1) {
  91. v = array[i];
  92. if (v.constructor === String) {
  93. if (v.localeCompare(value) === 0) return i;
  94. } else {
  95. if (v === value) return i;
  96. }
  97. }
  98. }
  99. return -1;
  100. }
  101. /**
  102. * Compares equality of a and b taking into account that a and b may be strings, in which case localeCompare is used
  103. * @param a
  104. * @param b
  105. */
  106. function equal(a, b) {
  107. if (a === b) return true;
  108. if (a === undefined || b === undefined) return false;
  109. if (a === null || b === null) return false;
  110. if (a.constructor === String) return a.localeCompare(b) === 0;
  111. if (b.constructor === String) return b.localeCompare(a) === 0;
  112. return false;
  113. }
  114. /**
  115. * Splits the string into an array of values, trimming each value. An empty array is returned for nulls or empty
  116. * strings
  117. * @param string
  118. * @param separator
  119. */
  120. function splitVal(string, separator) {
  121. var val, i, l;
  122. if (string === null || string.length < 1) return [];
  123. val = string.split(separator);
  124. for (i = 0, l = val.length; i < l; i = i + 1) val[i] = $.trim(val[i]);
  125. return val;
  126. }
  127. function getSideBorderPadding(element) {
  128. return element.outerWidth() - element.width();
  129. }
  130. function installKeyUpChangeEvent(element) {
  131. element.bind("keydown", function () {
  132. element.data("keyup-change-value", element.val());
  133. });
  134. element.bind("keyup", function () {
  135. if (element.val() !== element.data("keyup-change-value")) {
  136. element.trigger("keyup-change");
  137. }
  138. });
  139. }
  140. /**
  141. * filters mouse events so an event is fired only if the mouse moved.
  142. *
  143. * filters out mouse events that occur when mouse is stationary but
  144. * the elements under the pointer are scrolled.
  145. */
  146. function installFilteredMouseMove(element) {
  147. var context = $(element[0].document);
  148. context.on("mousemove", function (e) {
  149. context.data("select2-lastpos", {x: e.pageX, y: e.pageY});
  150. });
  151. element.bind("mousemove", function (e) {
  152. var lastpos = context.data("select2-lastpos");
  153. if (lastpos === undefined || lastpos.x !== e.pageX || lastpos.y !== e.pageY) {
  154. $(e.target).trigger("mousemove-filtered", e);
  155. }
  156. });
  157. }
  158. /**
  159. * Debounces a function. Returns a function that calls the original fn function only if no invocations have been made
  160. * within the last quietMillis milliseconds.
  161. *
  162. * @param quietMillis number of milliseconds to wait before invoking fn
  163. * @param fn function to be debounced
  164. * @return debounced version of fn
  165. */
  166. function debounce(quietMillis, fn) {
  167. var timeout;
  168. return function () {
  169. window.clearTimeout(timeout);
  170. timeout = window.setTimeout(fn, quietMillis);
  171. };
  172. }
  173. function installDebouncedScroll(threshold, element) {
  174. var notify = debounce(threshold, function (e) { element.trigger("scroll-debounced", e);});
  175. element.bind("scroll", function (e) {
  176. if (indexOf(e.target, element.get()) >= 0) notify(e);
  177. });
  178. }
  179. function killEvent(event) {
  180. event.preventDefault();
  181. event.stopPropagation();
  182. }
  183. function measureTextWidth(e) {
  184. if (!sizer){
  185. var style = e[0].currentStyle || window.getComputedStyle(e[0], null);
  186. sizer = $("<div></div>").css({
  187. position: "absolute",
  188. left: "-1000px",
  189. top: "-1000px",
  190. display: "none",
  191. fontSize: style.fontSize,
  192. fontFamily: style.fontFamily,
  193. fontStyle: style.fontStyle,
  194. fontWeight: style.fontWeight,
  195. letterSpacing: style.letterSpacing,
  196. textTransform: style.textTransform,
  197. whiteSpace: "nowrap"
  198. });
  199. $("body").append(sizer);
  200. }
  201. sizer.text(e.val());
  202. return sizer.width();
  203. }
  204. /**
  205. * Produces an ajax-based query function
  206. *
  207. * @param options object containing configuration paramters
  208. * @param options.transport function that will be used to execute the ajax request. must be compatible with parameters supported by $.ajax
  209. * @param options.url url for the data
  210. * @param options.data a function(searchTerm, pageNumber, context) that should return an object containing query string parameters for the above url.
  211. * @param options.dataType request data type: ajax, jsonp, other datatatypes supported by jQuery's $.ajax function or the transport function if specified
  212. * @param options.quietMillis (optional) milliseconds to wait before making the ajaxRequest, helps debounce the ajax function if invoked too often
  213. * @param options.results a function(remoteData, pageNumber) that converts data returned form the remote request to the format expected by Select2.
  214. * The expected format is an object containing the following keys:
  215. * results array of objects that will be used as choices
  216. * more (optional) boolean indicating whether there are more results available
  217. * Example: {results:[{id:1, text:'Red'},{id:2, text:'Blue'}], more:true}
  218. */
  219. function ajax(options) {
  220. var timeout, // current scheduled but not yet executed request
  221. requestSequence = 0, // sequence used to drop out-of-order responses
  222. handler = null,
  223. quietMillis = options.quietMillis || 100;
  224. return function (query) {
  225. window.clearTimeout(timeout);
  226. timeout = window.setTimeout(function () {
  227. requestSequence += 1; // increment the sequence
  228. var requestNumber = requestSequence, // this request's sequence number
  229. data = options.data, // ajax data function
  230. transport = options.transport || $.ajax;
  231. data = data.call(this, query.term, query.page, query.context);
  232. if( null !== handler){
  233. handler.abort();
  234. }
  235. handler = transport.call(null, {
  236. url: options.url,
  237. dataType: options.dataType,
  238. data: data,
  239. success: function (data) {
  240. if (requestNumber < requestSequence) {
  241. return;
  242. }
  243. // TODO 3.0 - replace query.page with query so users have access to term, page, etc.
  244. var results = options.results(data, query.page);
  245. query.callback(results);
  246. }
  247. });
  248. }, quietMillis);
  249. };
  250. }
  251. /**
  252. * Produces a query function that works with a local array
  253. *
  254. * @param options object containing configuration parameters. The options parameter can either be an array or an
  255. * object.
  256. *
  257. * If the array form is used it is assumed that it contains objects with 'id' and 'text' keys.
  258. *
  259. * If the object form is used ti is assumed that it contains 'data' and 'text' keys. The 'data' key should contain
  260. * an array of objects that will be used as choices. These objects must contain at least an 'id' key. The 'text'
  261. * key can either be a String in which case it is expected that each element in the 'data' array has a key with the
  262. * value of 'text' which will be used to match choices. Alternatively, text can be a function(item) that can extract
  263. * the text.
  264. */
  265. function local(options) {
  266. var data = options, // data elements
  267. dataText,
  268. text = function (item) { return ""+item.text; }; // function used to retrieve the text portion of a data item that is matched against the search
  269. if (!$.isArray(data)) {
  270. text = data.text;
  271. // if text is not a function we assume it to be a key name
  272. if (!$.isFunction(text)) {
  273. dataText = data.text; // we need to store this in a separate variable because in the next step data gets reset and data.text is no longer available
  274. text = function (item) { return item[dataText]; };
  275. }
  276. data = data.results;
  277. }
  278. return function (query) {
  279. var t = query.term, filtered = {};
  280. if (t === "") {
  281. query.callback({results: data});
  282. return;
  283. }
  284. filtered.results = $(data)
  285. .filter(function () {return query.matcher(t, text(this));})
  286. .get();
  287. query.callback(filtered);
  288. };
  289. }
  290. // TODO javadoc
  291. function tags(data) {
  292. // TODO even for a function we should probably return a wrapper that does the same object/string check as
  293. // the function for arrays. otherwise only functions that return objects are supported.
  294. if ($.isFunction(data)) {
  295. return data;
  296. }
  297. // if not a function we assume it to be an array
  298. return function (query) {
  299. var t = query.term, filtered = {results: []};
  300. $(data).each(function () {
  301. var isObject = this.text !== undefined,
  302. text = isObject ? this.text : this;
  303. if (t === "" || query.matcher(t, text)) {
  304. filtered.results.push(isObject ? this : {id: this, text: this});
  305. }
  306. });
  307. query.callback(filtered);
  308. };
  309. }
  310. /**
  311. * blurs any Select2 container that has focus when an element outside them was clicked or received focus
  312. */
  313. $(document).ready(function () {
  314. $(document).delegate("*", "mousedown focusin touchend", function (e) {
  315. var target = $(e.target).closest("div.select2-container").get(0);
  316. if (target) {
  317. $(document).find("div.select2-container-active").each(function () {
  318. if (this !== target) $(this).data("select2").blur();
  319. });
  320. } else {
  321. target = $(e.target).closest("div.select2-drop").get(0);
  322. $(document).find("div.select2-drop-active").each(function () {
  323. if (this !== target) $(this).data("select2").blur();
  324. });
  325. }
  326. });
  327. });
  328. /**
  329. * Creates a new class
  330. *
  331. * @param superClass
  332. * @param methods
  333. */
  334. function clazz(SuperClass, methods) {
  335. var constructor = function () {};
  336. constructor.prototype = new SuperClass;
  337. constructor.prototype.constructor = constructor;
  338. constructor.prototype.parent = SuperClass.prototype;
  339. constructor.prototype = $.extend(constructor.prototype, methods);
  340. return constructor;
  341. }
  342. AbstractSelect2 = clazz(Object, {
  343. bind: function (func) {
  344. var self = this;
  345. return function () {
  346. func.apply(self, arguments);
  347. };
  348. },
  349. init: function (opts) {
  350. var results, search, resultsSelector = ".select2-results";
  351. // prepare options
  352. this.opts = opts = this.prepareOpts(opts);
  353. this.id=opts.id;
  354. // destroy if called on an existing component
  355. if (opts.element.data("select2") !== undefined &&
  356. opts.element.data("select2") !== null) {
  357. this.destroy();
  358. }
  359. this.enabled=true;
  360. this.container = this.createContainer();
  361. if (opts.element.attr("class") !== undefined) {
  362. this.container.addClass(opts.element.attr("class"));
  363. }
  364. // swap container for the element
  365. this.opts.element
  366. .data("select2", this)
  367. .hide()
  368. .after(this.container);
  369. this.container.data("select2", this);
  370. this.dropdown = this.container.find(".select2-drop");
  371. this.dropdown.data("select2", this);
  372. this.results = results = this.container.find(resultsSelector);
  373. this.search = search = this.container.find("input[type=text]");
  374. this.resultsPage = 0;
  375. this.context = null;
  376. // initialize the container
  377. this.initContainer();
  378. //installFilteredMouseMove(this.results);
  379. this.dropdown.delegate(resultsSelector, "mouseover", this.bind(this.highlightUnderEvent));
  380. installDebouncedScroll(80, this.results);
  381. this.dropdown.delegate(resultsSelector, "scroll-debounced", this.bind(this.loadMoreIfNeeded));
  382. // if jquery.mousewheel plugin is installed we can prevent out-of-bounds scrolling of results via mousewheel
  383. if ($.fn.mousewheel) {
  384. results.mousewheel(function (e, delta, deltaX, deltaY) {
  385. var top = results.scrollTop(), height;
  386. if (deltaY > 0 && top - deltaY <= 0) {
  387. results.scrollTop(0);
  388. killEvent(e);
  389. } else if (deltaY < 0 && results.get(0).scrollHeight - results.scrollTop() + deltaY <= results.height()) {
  390. results.scrollTop(results.get(0).scrollHeight - results.height());
  391. killEvent(e);
  392. }
  393. });
  394. }
  395. installKeyUpChangeEvent(search);
  396. search.bind("keyup-change", this.bind(this.updateResults));
  397. search.bind("focus", function () { search.addClass("select2-focused");});
  398. search.bind("blur", function () { search.removeClass("select2-focused");});
  399. this.dropdown.delegate(resultsSelector, "click", this.bind(function (e) {
  400. if ($(e.target).closest(".select2-result:not(.select2-disabled)").length > 0) {
  401. this.highlightUnderEvent(e);
  402. this.selectHighlighted(e);
  403. } else {
  404. killEvent(e);
  405. this.focusSearch();
  406. }
  407. }));
  408. if ($.isFunction(this.opts.initSelection)) {
  409. // initialize selection based on the current value of the source element
  410. this.initSelection();
  411. // if the user has provided a function that can set selection based on the value of the source element
  412. // we monitor the change event on the element and trigger it, allowing for two way synchronization
  413. this.monitorSource();
  414. }
  415. if (opts.element.is(":disabled")) this.disable();
  416. },
  417. destroy: function () {
  418. var select2 = this.opts.element.data("select2");
  419. if (select2 !== undefined) {
  420. select2.container.remove();
  421. select2.dropdown.remove();
  422. select2.opts.element
  423. .removeData("select2")
  424. .unbind(".select2")
  425. .show();
  426. }
  427. },
  428. prepareOpts: function (opts) {
  429. var element, select, idKey;
  430. element = opts.element;
  431. if (element.get(0).tagName.toLowerCase() === "select") {
  432. this.select = select = opts.element;
  433. }
  434. if (select) {
  435. // these options are not allowed when attached to a select because they are picked up off the element itself
  436. $.each(["id", "multiple", "ajax", "query", "createSearchChoice", "initSelection", "data", "tags"], function () {
  437. if (this in opts) {
  438. throw new Error("Option '" + this + "' is not allowed for Select2 when attached to a <select> element.");
  439. }
  440. });
  441. }
  442. opts = $.extend({}, {
  443. populateResults: function(container, results) {
  444. var uidToData={}, populate, markup=[], uid, data, result, children;
  445. populate=function(results, depth) {
  446. var i, l, uid, result, selectable, compound;
  447. for (i = 0, l = results.length; i < l; i = i + 1) {
  448. result=results[i];
  449. selectable=("id" in result); // TODO switch to id() function
  450. compound=("children" in result) && result.children.length > 0;
  451. markup.push("<li class='select2-result-depth-"+depth);
  452. if (!selectable) { markup.push(" select2-result-unselectable"); } else { markup.push(" select2-result");}
  453. if (compound) { markup.push(" select2-result-with-children"); }
  454. markup.push("'");
  455. if (selectable) {
  456. uid=nextUid();
  457. markup.push(" id='select2-result-"+uid+"'");
  458. uidToData[uid]=result;
  459. }
  460. markup.push("><div class='select2-result-label'>"+opts.formatResult(result)+"</div>");
  461. if (compound) {
  462. markup.push("<ul class='select2-result-sub'>");
  463. populate(result.children, depth + 1);
  464. markup.push("</ul>");
  465. }
  466. markup.push("</li>");
  467. }
  468. };
  469. populate(results, 0);
  470. children=container.children();
  471. if (children.length===0) {
  472. container.html(markup.join(""));
  473. } else {
  474. $(children[children.length-1]).append(markup.join(""));
  475. }
  476. for (uid in uidToData) {
  477. $("#select2-result-"+uid, container).data("select2-data", uidToData[uid]);
  478. }
  479. },
  480. formatResult: function(result) {
  481. return result.text;
  482. },
  483. formatSelection: function (data) {
  484. return data.fullText || data.text;
  485. },
  486. formatNoMatches: function () { return "No matches found"; },
  487. formatInputTooShort: function (input, min) { return "Please enter " + (min - input.length) + " more characters"; },
  488. minimumResultsForSearch: 0,
  489. minimumInputLength: 0,
  490. id: function (e) { return e.id; },
  491. matcher: function(term, text) {
  492. return text.toUpperCase().indexOf(term.toUpperCase()) >= 0;
  493. }
  494. }, opts);
  495. if (typeof(opts.id) !== "function") {
  496. idKey = opts.id;
  497. opts.id = function (e) { return e[idKey]; };
  498. }
  499. if (select) {
  500. opts.query = this.bind(function (query) {
  501. var data = { results: [], more: false },
  502. term = query.term,
  503. process;
  504. process=function(element, collection) {
  505. var group;
  506. if (element.is("option")) {
  507. if (query.matcher(term, element.text())) {
  508. collection.push({id:element.attr("value"), text:element.text()});
  509. }
  510. } else if (element.is("optgroup")) {
  511. group={text:element.attr("label"), children:[]};
  512. element.children().each2(function(i, elm) { process(elm, group.children); });
  513. if (group.children.length>0) {
  514. collection.push(group);
  515. }
  516. }
  517. };
  518. element.children().each2(function(i, elm) { process(elm, data.results); });
  519. query.callback(data);
  520. });
  521. // this is needed because inside val() we construct choices from options and there id is hardcoded
  522. opts.id=function(e) { return e.id; };
  523. } else {
  524. if (!("query" in opts)) {
  525. if ("ajax" in opts) {
  526. opts.query = ajax(opts.ajax);
  527. } else if ("data" in opts) {
  528. opts.query = local(opts.data);
  529. } else if ("tags" in opts) {
  530. opts.query = tags(opts.tags);
  531. opts.createSearchChoice = function (term) { return {id: term, text: term}; };
  532. opts.initSelection = function (element) {
  533. var data = [];
  534. $(splitVal(element.val(), ",")).each(function () {
  535. data.push({id: this, text: this});
  536. });
  537. return data;
  538. };
  539. }
  540. }
  541. }
  542. if (typeof(opts.query) !== "function") {
  543. throw "query function not defined for Select2 " + opts.element.attr("id");
  544. }
  545. return opts;
  546. },
  547. /**
  548. * Monitor the original element for changes and update select2 accordingly
  549. */
  550. monitorSource: function () {
  551. this.opts.element.bind("change.select2", this.bind(function (e) {
  552. if (this.opts.element.data("select2-change-triggered") !== true) {
  553. this.initSelection();
  554. }
  555. }));
  556. },
  557. /**
  558. * Triggers the change event on the source element
  559. */
  560. triggerChange: function () {
  561. // Prevents recursive triggering
  562. this.opts.element.data("select2-change-triggered", true);
  563. this.opts.element.trigger("change");
  564. this.opts.element.data("select2-change-triggered", false);
  565. },
  566. enable: function() {
  567. if (this.enabled) return;
  568. this.enabled=true;
  569. this.container.removeClass("select2-container-disabled");
  570. },
  571. disable: function() {
  572. if (!this.enabled) return;
  573. this.close();
  574. this.enabled=false;
  575. this.container.addClass("select2-container-disabled");
  576. },
  577. opened: function () {
  578. return this.container.hasClass("select2-dropdown-open");
  579. },
  580. positionDropdown: function() {
  581. var offset = this.container.offset();
  582. var height = this.container.outerHeight();
  583. var width = this.container.outerWidth();
  584. var css = {
  585. top: offset.top + height,
  586. left: offset.left,
  587. width: width
  588. }
  589. if (this.opts.dropdownZIndex !== undefined) {
  590. css["z-index"] = this.opts.dropdownZIndex;
  591. }
  592. this.dropdown.css(css);
  593. },
  594. open: function () {
  595. if (this.opened()) return;
  596. this.container.addClass("select2-dropdown-open").addClass("select2-container-active");
  597. this.dropdown.detach().appendTo(this.opts.element.parents("body")).addClass("select2-drop-active");
  598. this.positionDropdown();
  599. this.updateResults(true);
  600. this.dropdown.show();
  601. this.ensureHighlightVisible();
  602. this.focusSearch();
  603. },
  604. close: function () {
  605. if (!this.opened()) return;
  606. this.dropdown.hide();
  607. this.container.removeClass("select2-dropdown-open");
  608. this.results.empty();
  609. this.clearSearch();
  610. },
  611. clearSearch: function () {
  612. },
  613. ensureHighlightVisible: function () {
  614. var results = this.results, children, index, child, hb, rb, y, more;
  615. index = this.highlight();
  616. if (index < 0) return;
  617. children = results.find(".select2-result");
  618. child = $(children[index]);
  619. hb = child.offset().top + child.outerHeight();
  620. // if this is the last child lets also make sure select2-more-results is visible
  621. if (index === children.length - 1) {
  622. more = results.find("li.select2-more-results");
  623. if (more.length > 0) {
  624. hb = more.offset().top + more.outerHeight();
  625. }
  626. }
  627. rb = results.offset().top + results.outerHeight();
  628. if (hb > rb) {
  629. results.scrollTop(results.scrollTop() + (hb - rb));
  630. }
  631. y = child.offset().top - results.offset().top;
  632. // make sure the top of the element is visible
  633. if (y < 0) {
  634. results.scrollTop(results.scrollTop() + y); // y is negative
  635. }
  636. },
  637. moveHighlight: function (delta) {
  638. var choices = this.results.find(".select2-result"),
  639. index = this.highlight();
  640. while (index > -1 && index < choices.length) {
  641. index += delta;
  642. if (!$(choices[index]).hasClass("select2-disabled")) {
  643. this.highlight(index);
  644. break;
  645. }
  646. }
  647. },
  648. highlight: function (index) {
  649. var choices = this.results.find(".select2-result .select2-result-label");
  650. if (arguments.length === 0) {
  651. return indexOf(choices.filter(".select2-highlighted")[0], choices.get());
  652. }
  653. if (index >= choices.length) index = choices.length - 1;
  654. if (index < 0) index = 0;
  655. if ($(choices[index]).parent().is('.select2-result-unselectable')) {
  656. return;
  657. }
  658. choices.removeClass("select2-highlighted");
  659. $(choices[index]).addClass("select2-highlighted");
  660. this.ensureHighlightVisible();
  661. //if (this.opened()) this.focusSearch();
  662. },
  663. highlightUnderEvent: function (event) {
  664. var el = $(event.target).closest(".select2-result");
  665. if (el.length > 0) {
  666. var choices = this.results.find('.select2-result');
  667. this.highlight(choices.index(el));
  668. }
  669. },
  670. loadMoreIfNeeded: function () {
  671. var results = this.results,
  672. more = results.find("li.select2-more-results"),
  673. below, // pixels the element is below the scroll fold, below==0 is when the element is starting to be visible
  674. offset = -1, // index of first element without data
  675. page = this.resultsPage + 1,
  676. self=this;
  677. if (more.length === 0) return;
  678. below = more.offset().top - results.offset().top - results.height();
  679. if (below <= 0) {
  680. more.addClass("select2-active");
  681. this.opts.query({
  682. term: this.search.val(),
  683. page: page,
  684. context: this.context,
  685. matcher: this.opts.matcher,
  686. callback: this.bind(function (data) {
  687. self.opts.populateResults(results, data.results);
  688. if (data.more===true) {
  689. more.detach();
  690. results.children().filter(":last").append(more);
  691. more.removeClass("select2-active");
  692. } else {
  693. more.remove();
  694. }
  695. self.resultsPage = page;
  696. })});
  697. }
  698. },
  699. /**
  700. * @param initial whether or not this is the call to this method right after the dropdown has been opened
  701. */
  702. updateResults: function (initial) {
  703. var search = this.search, results = this.results, opts = this.opts, self=this;
  704. // if the search is currently hidden we do not alter the results
  705. if (initial !== true && this.showSearchInput === false) {
  706. return;
  707. }
  708. search.addClass("select2-active");
  709. function postRender() {
  710. results.scrollTop(0);
  711. search.removeClass("select2-active");
  712. }
  713. function render(html) {
  714. results.html(html);
  715. postRender();
  716. }
  717. if (search.val().length < opts.minimumInputLength) {
  718. render("<li class='select2-no-results'>" + opts.formatInputTooShort(search.val(), opts.minimumInputLength) + "</li>");
  719. return;
  720. }
  721. this.resultsPage = 1;
  722. opts.query({
  723. term: search.val(),
  724. page: this.resultsPage,
  725. context: null,
  726. matcher: opts.matcher,
  727. callback: this.bind(function (data) {
  728. var def; // default choice
  729. // save context, if any
  730. this.context = (data.context===undefined) ? null : data.context;
  731. // create a default choice and prepend it to the list
  732. if (this.opts.createSearchChoice && search.val() !== "") {
  733. def = this.opts.createSearchChoice.call(null, search.val(), data.results);
  734. if (def !== undefined && def !== null && self.id(def) !== undefined && self.id(def) !== null) {
  735. if ($(data.results).filter(
  736. function () {
  737. return equal(self.id(this), self.id(def));
  738. }).length === 0) {
  739. data.results.unshift(def);
  740. }
  741. }
  742. }
  743. if (data.results.length === 0) {
  744. render("<li class='select2-no-results'>" + opts.formatNoMatches(search.val()) + "</li>");
  745. return;
  746. }
  747. results.empty();
  748. self.opts.populateResults(results, data.results);
  749. postRender();
  750. if (data.more === true) {
  751. results.children().filter(":last").append("<li class='select2-more-results'>Loading more results...</li>");
  752. }
  753. this.postprocessResults(data, initial);
  754. })});
  755. },
  756. cancel: function () {
  757. this.close();
  758. },
  759. blur: function () {
  760. /* we do this in a timeout so that current event processing can complete before this code is executed.
  761. this allows tab index to be preserved even if this code blurs the textfield */
  762. window.setTimeout(this.bind(function () {
  763. this.close();
  764. this.container.removeClass("select2-container-active");
  765. this.dropdown.removeClass("select2-drop-active");
  766. this.clearSearch();
  767. this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");
  768. this.search.blur();
  769. }), 10);
  770. },
  771. focusSearch: function () {
  772. /* we do this in a timeout so that current event processing can complete before this code is executed.
  773. this makes sure the search field is focussed even if the current event would blur it */
  774. window.setTimeout(this.bind(function () {
  775. this.search.focus();
  776. }), 10);
  777. },
  778. selectHighlighted: function () {
  779. var data = this.results.find(".select2-highlighted").not(".select2-disabled").closest('.select2-result').not('.select2-result-unselectable').data("select2-data");
  780. if (data) {
  781. this.onSelect(data);
  782. }
  783. },
  784. getPlaceholder: function () {
  785. return this.opts.element.attr("placeholder") || this.opts.element.data("placeholder") || this.opts.placeholder;
  786. },
  787. /**
  788. * Get the desired width for the container element. This is
  789. * derived first from option `width` passed to select2, then
  790. * the inline 'style' on the original element, and finally
  791. * falls back to the jQuery calculated element width.
  792. *
  793. * @returns The width string (with units) for the container.
  794. */
  795. getContainerWidth: function () {
  796. var style, attrs, matches, i, l;
  797. if (this.opts.width !== undefined)
  798. return this.opts.width;
  799. style = this.opts.element.attr('style');
  800. if (style !== undefined) {
  801. attrs = style.split(';');
  802. for (i = 0, l = attrs.length; i < l; i = i + 1) {
  803. matches = attrs[i].replace(/\s/g, '')
  804. .match(/width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/);
  805. if (matches !== null && matches.length >= 1)
  806. return matches[1];
  807. }
  808. }
  809. return this.opts.element.width() + 'px';
  810. }
  811. });
  812. SingleSelect2 = clazz(AbstractSelect2, {
  813. createContainer: function () {
  814. return $("<div></div>", {
  815. "class": "select2-container",
  816. "style": "width: " + this.getContainerWidth()
  817. }).html([
  818. " <a href='javascript:void(0)' class='select2-choice'>",
  819. " <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
  820. " <div><b></b></div>" ,
  821. "</a>",
  822. " <div class='select2-drop' style='display:none;'>" ,
  823. " <div class='select2-search'>" ,
  824. " <input type='text' autocomplete='off'/>" ,
  825. " </div>" ,
  826. " <ul class='select2-results'>" ,
  827. " </ul>" ,
  828. "</div>"].join(""));
  829. },
  830. open: function () {
  831. if (this.opened()) return;
  832. this.parent.open.apply(this, arguments);
  833. },
  834. close: function () {
  835. if (!this.opened()) return;
  836. this.parent.close.apply(this, arguments);
  837. },
  838. focus: function () {
  839. this.close();
  840. this.selection.focus();
  841. },
  842. isFocused: function () {
  843. return this.selection.is(":focus");
  844. },
  845. cancel: function () {
  846. this.parent.cancel.apply(this, arguments);
  847. this.selection.focus();
  848. },
  849. initContainer: function () {
  850. var selection,
  851. container = this.container,
  852. dropdown = this.dropdown,
  853. containers = $([this.container.get(0), this.dropdown.get(0)]),
  854. clickingInside = false,
  855. selector = ".select2-choice";
  856. this.selection = selection = container.find(selector);
  857. this.search.bind("keydown", this.bind(function (e) {
  858. switch (e.which) {
  859. case KEY.UP:
  860. case KEY.DOWN:
  861. this.moveHighlight((e.which === KEY.UP) ? -1 : 1);
  862. killEvent(e);
  863. return;
  864. case KEY.TAB:
  865. case KEY.ENTER:
  866. this.selectHighlighted();
  867. killEvent(e);
  868. return;
  869. case KEY.ESC:
  870. this.cancel(e);
  871. killEvent(e);
  872. return;
  873. }
  874. }));
  875. containers.delegate(selector, "click", this.bind(function (e) {
  876. clickingInside = true;
  877. if (this.opened()) {
  878. this.close();
  879. selection.focus();
  880. } else if (this.enabled) {
  881. this.open();
  882. }
  883. e.preventDefault();
  884. clickingInside = false;
  885. }));
  886. containers.delegate(selector, "keydown", this.bind(function (e) {
  887. if (!this.enabled || e.which === KEY.TAB || KEY.isControl(e) || KEY.isFunctionKey(e) || e.which === KEY.ESC) {
  888. return;
  889. }
  890. this.open();
  891. if (e.which === KEY.PAGE_UP || e.which === KEY.PAGE_DOWN || e.which === KEY.SPACE) {
  892. // prevent the page from scrolling
  893. killEvent(e);
  894. }
  895. if (e.which === KEY.ENTER) {
  896. // do not propagate the event otherwise we open, and propagate enter which closes
  897. killEvent(e);
  898. }
  899. }));
  900. containers.delegate(selector, "focus", function () { if (this.enabled) { containers.addClass("select2-container-active"); dropdown.addClass("select2-drop-active"); }});
  901. containers.delegate(selector, "blur", this.bind(function () {
  902. if (clickingInside) return;
  903. if (!this.opened()) this.blur();
  904. }));
  905. selection.delegate("abbr", "click", this.bind(function (e) {
  906. if (!this.enabled) return;
  907. this.val("");
  908. killEvent(e);
  909. this.close();
  910. this.triggerChange();
  911. }));
  912. this.setPlaceholder();
  913. },
  914. /**
  915. * Sets selection based on source element's value
  916. */
  917. initSelection: function () {
  918. var selected;
  919. if (this.opts.element.val() === "") {
  920. this.updateSelection({id: "", text: ""});
  921. } else {
  922. selected = this.opts.initSelection.call(null, this.opts.element);
  923. if (selected !== undefined && selected !== null) {
  924. this.updateSelection(selected);
  925. }
  926. }
  927. this.close();
  928. this.setPlaceholder();
  929. },
  930. prepareOpts: function () {
  931. var opts = this.parent.prepareOpts.apply(this, arguments);
  932. if (opts.element.get(0).tagName.toLowerCase() === "select") {
  933. // install sthe selection initializer
  934. opts.initSelection = function (element) {
  935. var selected = element.find(":selected");
  936. // a single select box always has a value, no need to null check 'selected'
  937. return {id: selected.attr("value"), text: selected.text()};
  938. };
  939. }
  940. return opts;
  941. },
  942. setPlaceholder: function () {
  943. var placeholder = this.getPlaceholder();
  944. if (this.opts.element.val() === "" && placeholder !== undefined) {
  945. // check for a first blank option if attached to a select
  946. if (this.select && this.select.find("option:first").text() !== "") return;
  947. if (typeof(placeholder) === "object") {
  948. this.updateSelection(placeholder);
  949. } else {
  950. this.selection.find("span").html(placeholder);
  951. }
  952. this.selection.addClass("select2-default");
  953. this.selection.find("abbr").hide();
  954. }
  955. },
  956. postprocessResults: function (data, initial) {
  957. var selected = 0, self = this, showSearchInput = true;
  958. // find the selected element in the result list
  959. this.results.find(".select2-result").each2(function (i, elm) {
  960. if (equal(self.id(elm.data("select2-data")), self.opts.element.val())) {
  961. selected = i;
  962. return false;
  963. }
  964. });
  965. // and highlight it
  966. this.highlight(selected);
  967. // hide the search box if this is the first we got the results and there are a few of them
  968. if (initial === true) {
  969. showSearchInput = this.showSearchInput = data.results.length >= this.opts.minimumResultsForSearch;
  970. this.container.find(".select2-search")[showSearchInput ? "removeClass" : "addClass"]("select2-search-hidden");
  971. //add "select2-with-searchbox" to the container if search box is shown
  972. this.container[showSearchInput ? "addClass" : "removeClass"]("select2-with-searchbox");
  973. }
  974. },
  975. onSelect: function (data) {
  976. var old = this.opts.element.val();
  977. this.opts.element.val(this.id(data));
  978. this.updateSelection(data);
  979. this.close();
  980. this.selection.focus();
  981. if (!equal(old, this.id(data))) { this.triggerChange(); }
  982. },
  983. updateSelection: function (data) {
  984. this.selection
  985. .find("span")
  986. .html(this.opts.formatSelection(data));
  987. this.selection.removeClass("select2-default");
  988. if (this.opts.allowClear && this.getPlaceholder() !== undefined) {
  989. this.selection.find("abbr").show();
  990. }
  991. },
  992. val: function () {
  993. var val, data = null;
  994. if (arguments.length === 0) {
  995. return this.opts.element.val();
  996. }
  997. val = arguments[0];
  998. if (this.select) {
  999. // val is an id
  1000. this.select
  1001. .val(val)
  1002. .find(":selected").each2(function (i, elm) {
  1003. data = {id: elm.attr("value"), text: elm.text()};
  1004. return false;
  1005. });
  1006. this.updateSelection(data);
  1007. } else {
  1008. // val is an object. !val is true for [undefined,null,'']
  1009. this.opts.element.val(!val ? "" : this.id(val));
  1010. this.updateSelection(val);
  1011. }
  1012. this.setPlaceholder();
  1013. },
  1014. clearSearch: function () {
  1015. this.search.val("");
  1016. }
  1017. });
  1018. MultiSelect2 = clazz(AbstractSelect2, {
  1019. createContainer: function () {
  1020. return $("<div></div>", {
  1021. "class": "select2-container select2-container-multi",
  1022. "style": "width: " + this.getContainerWidth()
  1023. }).html([
  1024. " <ul class='select2-choices'>",
  1025. //"<li class='select2-search-choice'><span>California</span><a href="javascript:void(0)" class="select2-search-choice-close"></a></li>" ,
  1026. " <li class='select2-search-field'>" ,
  1027. " <input type='text' autocomplete='off' style='width: 25px;'>" ,
  1028. " </li>" ,
  1029. "</ul>" ,
  1030. "<div class='select2-drop select2-drop-multi' style='display:none;'>" ,
  1031. " <ul class='select2-results'>" ,
  1032. " </ul>" ,
  1033. "</div>"].join(""));
  1034. },
  1035. prepareOpts: function () {
  1036. var opts = this.parent.prepareOpts.apply(this, arguments);
  1037. opts = $.extend({}, {
  1038. closeOnSelect: true
  1039. }, opts);
  1040. // TODO validate placeholder is a string if specified
  1041. if (opts.element.get(0).tagName.toLowerCase() === "select") {
  1042. // install sthe selection initializer
  1043. opts.initSelection = function (element) {
  1044. var data = [];
  1045. element.find(":selected").each2(function (i, elm) {
  1046. data.push({id: elm.attr("value"), text: elm.text()});
  1047. });
  1048. return data;
  1049. };
  1050. }
  1051. return opts;
  1052. },
  1053. initContainer: function () {
  1054. var selector = ".select2-choices", selection;
  1055. this.searchContainer = this.container.find(".select2-search-field");
  1056. this.selection = selection = this.container.find(selector);
  1057. this.search.bind("keydown", this.bind(function (e) {
  1058. if (!this.enabled) return;
  1059. if (e.which === KEY.BACKSPACE && this.search.val() === "") {
  1060. this.close();
  1061. var choices,
  1062. selected = selection.find(".select2-search-choice-focus");
  1063. if (selected.length > 0) {
  1064. this.unselect(selected.first());
  1065. this.search.width(10);
  1066. killEvent(e);
  1067. return;
  1068. }
  1069. choices = selection.find(".select2-search-choice");
  1070. if (choices.length > 0) {
  1071. choices.last().addClass("select2-search-choice-focus");
  1072. }
  1073. } else {
  1074. selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");
  1075. }
  1076. if (this.opened()) {
  1077. switch (e.which) {
  1078. case KEY.UP:
  1079. case KEY.DOWN:
  1080. this.moveHighlight((e.which === KEY.UP) ? -1 : 1);
  1081. killEvent(e);
  1082. return;
  1083. case KEY.ENTER:
  1084. case KEY.TAB:
  1085. this.selectHighlighted();
  1086. killEvent(e);
  1087. return;
  1088. case KEY.ESC:
  1089. this.cancel(e);
  1090. killEvent(e);
  1091. return;
  1092. }
  1093. }
  1094. if (e.which === KEY.TAB || KEY.isControl(e) || KEY.isFunctionKey(e) || e.which === KEY.BACKSPACE || e.which === KEY.ESC) {
  1095. return;
  1096. }
  1097. this.open();
  1098. if (e.which === KEY.PAGE_UP || e.which === KEY.PAGE_DOWN) {
  1099. // prevent the page from scrolling
  1100. killEvent(e);
  1101. }
  1102. }));
  1103. this.search.bind("keyup", this.bind(this.resizeSearch));
  1104. this.container.delegate(selector, "click", this.bind(function (e) {
  1105. if (!this.enabled) return;
  1106. this.open();
  1107. this.focusSearch();
  1108. e.preventDefault();
  1109. }));
  1110. this.container.delegate(selector, "focus", this.bind(function () {
  1111. if (!this.enabled) return;
  1112. this.container.addClass("select2-container-active");
  1113. this.dropdown.addClass("select2-drop-active");
  1114. this.clearPlaceholder();
  1115. }));
  1116. // set the placeholder if necessary
  1117. this.clearSearch();
  1118. },
  1119. enable: function() {
  1120. if (this.enabled) return;
  1121. this.parent.enable.apply(this, arguments);
  1122. this.search.show();
  1123. },
  1124. disable: function() {
  1125. if (!this.enabled) return;
  1126. this.parent.disable.apply(this, arguments);
  1127. this.search.hide();
  1128. },
  1129. initSelection: function () {
  1130. var data;
  1131. if (this.opts.element.val() === "") {
  1132. this.updateSelection([]);
  1133. }
  1134. if (this.select || this.opts.element.val() !== "") {
  1135. data = this.opts.initSelection.call(null, this.opts.element);
  1136. if (data !== undefined && data !== null) {
  1137. this.updateSelection(data);
  1138. }
  1139. }
  1140. this.close();
  1141. // set the placeholder if necessary
  1142. this.clearSearch();
  1143. },
  1144. clearSearch: function () {
  1145. var placeholder = this.getPlaceholder();
  1146. if (placeholder !== undefined && this.getVal().length === 0 && this.search.hasClass("select2-focused") === false) {
  1147. this.search.val(placeholder).addClass("select2-default");
  1148. // stretch the search box to full width of the container so as much of the placeholder is visible as possible
  1149. this.search.width(this.getContainerWidth());
  1150. } else {
  1151. this.search.val("").width(10);
  1152. }
  1153. },
  1154. clearPlaceholder: function () {
  1155. if (this.search.hasClass("select2-default")) {
  1156. this.search.val("").removeClass("select2-default");
  1157. }
  1158. },
  1159. open: function () {
  1160. if (this.opened()) return;
  1161. this.parent.open.apply(this, arguments);
  1162. this.resizeSearch();
  1163. this.focusSearch();
  1164. },
  1165. close: function () {
  1166. if (!this.opened()) return;
  1167. this.parent.close.apply(this, arguments);
  1168. },
  1169. focus: function () {
  1170. this.close();
  1171. this.search.focus();
  1172. },
  1173. isFocused: function () {
  1174. return this.search.hasClass("select2-focused");
  1175. },
  1176. updateSelection: function (data) {
  1177. var ids = [], filtered = [], self = this;
  1178. // filter out duplicates
  1179. $(data).each(function () {
  1180. if (indexOf(self.id(this), ids) < 0) {
  1181. ids.push(self.id(this));
  1182. filtered.push(this);
  1183. }
  1184. });
  1185. data = filtered;
  1186. this.selection.find(".select2-search-choice").remove();
  1187. $(data).each(function () {
  1188. self.addSelectedChoice(this);
  1189. });
  1190. self.postprocessResults();
  1191. },
  1192. onSelect: function (data) {
  1193. this.addSelectedChoice(data);
  1194. if (this.select) { this.postprocessResults(); }
  1195. if (this.opts.closeOnSelect) {
  1196. this.close();
  1197. this.search.width(10);
  1198. } else {
  1199. this.search.width(10);
  1200. this.resizeSearch();
  1201. }
  1202. // since its not possible to select an element that has already been
  1203. // added we do not need to check if this is a new element before firing change
  1204. this.triggerChange();
  1205. this.focusSearch();
  1206. },
  1207. cancel: function () {
  1208. this.close();
  1209. this.focusSearch();
  1210. },
  1211. addSelectedChoice: function (data) {
  1212. var choice,
  1213. id = this.id(data),
  1214. parts,
  1215. val = this.getVal();
  1216. parts = ["<li class='select2-search-choice'>",
  1217. this.opts.formatSelection(data),
  1218. "<a href='javascript:void(0)' class='select2-search-choice-close' tabindex='-1'></a>",
  1219. "</li>"
  1220. ];
  1221. choice = $(parts.join(""));
  1222. choice.find("a")
  1223. .bind("click dblclick", this.bind(function (e) {
  1224. if (!this.enabled) return;
  1225. this.unselect($(e.target));
  1226. this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");
  1227. killEvent(e);
  1228. this.close();
  1229. this.focusSearch();
  1230. })).bind("focus", this.bind(function () {
  1231. if (!this.enabled) return;
  1232. this.container.addClass("select2-container-active");
  1233. this.dropdown.addClass("select2-drop-active");
  1234. }));
  1235. choice.data("select2-data", data);
  1236. choice.insertBefore(this.searchContainer);
  1237. val.push(id);
  1238. this.setVal(val);
  1239. },
  1240. unselect: function (selected) {
  1241. var val = this.getVal(),
  1242. index;
  1243. selected = selected.closest(".select2-search-choice");
  1244. if (selected.length === 0) {
  1245. throw "Invalid argument: " + selected + ". Must be .select2-search-choice";
  1246. }
  1247. index = indexOf(this.id(selected.data("select2-data")), val);
  1248. if (index >= 0) {
  1249. val.splice(index, 1);
  1250. this.setVal(val);
  1251. if (this.select) this.postprocessResults();
  1252. }
  1253. selected.remove();
  1254. this.triggerChange();
  1255. },
  1256. postprocessResults: function () {
  1257. var val = this.getVal(),
  1258. choices = this.results.find(".select2-result"),
  1259. self = this;
  1260. choices.each2(function (i, choice) {
  1261. var id = self.id(choice.data("select2-data"));
  1262. if (indexOf(id, val) >= 0) {
  1263. choice.addClass("select2-disabled");
  1264. } else {
  1265. choice.removeClass("select2-disabled");
  1266. }
  1267. });
  1268. choices.each2(function (i, choice) {
  1269. if (!choice.hasClass("select2-disabled")) {
  1270. self.highlight(i);
  1271. return false;
  1272. }
  1273. });
  1274. },
  1275. resizeSearch: function () {
  1276. var minimumWidth, left, maxWidth, containerLeft, searchWidth;
  1277. minimumWidth = measureTextWidth(this.search) + 10;
  1278. left = this.search.offset().left;
  1279. maxWidth = this.selection.width();
  1280. containerLeft = this.selection.offset().left;
  1281. searchWidth = maxWidth - (left - containerLeft) - getSideBorderPadding(this.search);
  1282. if (searchWidth < minimumWidth) {
  1283. searchWidth = maxWidth - getSideBorderPadding(this.search);
  1284. }
  1285. if (searchWidth < 40) {
  1286. searchWidth = maxWidth - getSideBorderPadding(this.search);
  1287. }
  1288. this.search.width(searchWidth);
  1289. },
  1290. getVal: function () {
  1291. var val;
  1292. if (this.select) {
  1293. val = this.select.val();
  1294. return val === null ? [] : val;
  1295. } else {
  1296. val = this.opts.element.val();
  1297. return splitVal(val, ",");
  1298. }
  1299. },
  1300. setVal: function (val) {
  1301. var unique;
  1302. if (this.select) {
  1303. this.select.val(val);
  1304. } else {
  1305. unique = [];
  1306. // filter out duplicates
  1307. $(val).each(function () {
  1308. if (indexOf(this, unique) < 0) unique.push(this);
  1309. });
  1310. this.opts.element.val(unique.length === 0 ? "" : unique.join(","));
  1311. }
  1312. },
  1313. val: function () {
  1314. var val, data = [], self=this;
  1315. if (arguments.length === 0) {
  1316. return this.getVal();
  1317. }
  1318. val = arguments[0];
  1319. if (this.select) {
  1320. // val is a list of ids
  1321. this.setVal(val);
  1322. this.select.find(":selected").each(function () {
  1323. data.push({id: $(this).attr("value"), text: $(this).text()});
  1324. });
  1325. this.updateSelection(data);
  1326. } else {
  1327. val = (val === null) ? [] : val;
  1328. this.setVal(val);
  1329. // val is a list of objects
  1330. $(val).each(function () { data.push(self.id(this)); });
  1331. this.setVal(data);
  1332. this.updateSelection(val);
  1333. }
  1334. this.clearSearch();
  1335. },
  1336. onSortStart: function() {
  1337. if (this.select) {
  1338. throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");
  1339. }
  1340. // collapse search field into 0 width so its container can be collapsed as well
  1341. this.search.width(0);
  1342. // hide the container
  1343. this.searchContainer.hide();
  1344. },
  1345. onSortEnd:function() {
  1346. var val=[], self=this;
  1347. // show search and move it to the end of the list
  1348. this.searchContainer.show();
  1349. // make sure the search container is the last item in the list
  1350. this.searchContainer.appendTo(this.searchContainer.parent());
  1351. // since we collapsed the width in dragStarteed, we resize it here
  1352. this.resizeSearch();
  1353. // update selection
  1354. this.selection.find(".select2-search-choice").each(function() {
  1355. val.push(self.opts.id($(this).data("select2-data")));
  1356. });
  1357. this.setVal(val);
  1358. this.triggerChange();
  1359. }
  1360. });
  1361. $.fn.select2 = function () {
  1362. var args = Array.prototype.slice.call(arguments, 0),
  1363. opts,
  1364. select2,
  1365. value, multiple, allowedMethods = ["val", "destroy", "open", "close", "focus", "isFocused", "container", "onSortStart", "onSortEnd", "enable", "disable", "positionDropdown"];
  1366. this.each(function () {
  1367. if (args.length === 0 || typeof(args[0]) === "object") {
  1368. opts = args.length === 0 ? {} : $.extend({}, args[0]);
  1369. opts.element = $(this);
  1370. if (opts.element.get(0).tagName.toLowerCase() === "select") {
  1371. multiple = opts.element.attr("multiple");
  1372. } else {
  1373. multiple = opts.multiple || false;
  1374. if ("tags" in opts) {opts.multiple = multiple = true;}
  1375. }
  1376. select2 = multiple ? new MultiSelect2() : new SingleSelect2();
  1377. select2.init(opts);
  1378. } else if (typeof(args[0]) === "string") {
  1379. if (indexOf(args[0], allowedMethods) < 0) {
  1380. throw "Unknown method: " + args[0];
  1381. }
  1382. value = undefined;
  1383. select2 = $(this).data("select2");
  1384. if (select2 === undefined) return;
  1385. if (args[0] === "container") {
  1386. value=select2.container;
  1387. } else {
  1388. value = select2[args[0]].apply(select2, args.slice(1));
  1389. }
  1390. if (value !== undefined) {return false;}
  1391. } else {
  1392. throw "Invalid arguments to select2 plugin: " + args;
  1393. }
  1394. });
  1395. return (value === undefined) ? this : value;
  1396. };
  1397. // exports
  1398. window.Select2 = {
  1399. query: {
  1400. ajax: ajax,
  1401. local: local,
  1402. tags: tags
  1403. }, util: {
  1404. debounce: debounce
  1405. }, "class": {
  1406. "abstract": AbstractSelect2,
  1407. "single": SingleSelect2,
  1408. "multi": MultiSelect2
  1409. }
  1410. };
  1411. }(jQuery));