2013-08-12 14:22:48 +04:00
/ *
2012-10-03 22:30:12 +04:00
Copyright 2012 Igor Vaynberg
2012-06-12 12:40:37 +04:00
2012-10-03 22:30:12 +04:00
Version : @ @ ver @ @ Timestamp : @ @ timestamp @ @
2012-03-29 22:08:14 +04:00
2012-10-03 22:30:12 +04:00
This software is licensed under the Apache License , Version 2.0 ( the "Apache License" ) or the GNU
General Public License version 2 ( the "GPL License" ) . You may choose either license to govern your
use of this software only upon the condition that you accept all of the terms of either the Apache
License or the GPL License .
2012-03-29 22:08:14 +04:00
2012-10-03 22:30:12 +04:00
You may obtain a copy of the Apache License and the GPL License at :
2012-05-03 20:01:13 +04:00
2012-10-03 22:30:12 +04:00
http : //www.apache.org/licenses/LICENSE-2.0
http : //www.gnu.org/licenses/gpl-2.0.html
Unless required by applicable law or agreed to in writing , software distributed under the
2013-11-01 03:20:45 +04:00
Apache License or the GPL License is distributed on an "AS IS" BASIS , WITHOUT WARRANTIES OR
2012-10-03 22:30:12 +04:00
CONDITIONS OF ANY KIND , either express or implied . See the Apache License and the GPL License for
the specific language governing permissions and limitations under the Apache License and the GPL License .
* /
2013-06-26 18:32:07 +04:00
( function ( $ ) {
if ( typeof $ . fn . each2 == "undefined" ) {
2013-07-25 23:44:41 +04:00
$ . extend ( $ . fn , {
2013-06-26 18:32:07 +04:00
/ *
* 4 - 10 times faster . each replacement
* use it carefully , as it overrides jQuery context of element on each iteration
* /
each2 : function ( c ) {
var j = $ ( [ 0 ] ) , i = - 1 , l = this . length ;
while (
++ i < l
&& ( j . context = j [ 0 ] = this [ i ] )
&& c . call ( j [ 0 ] , i , j ) !== false //"this"=DOM, i=index, j=jQuery object
) ;
return this ;
}
} ) ;
}
2012-06-16 23:00:09 +04:00
} ) ( jQuery ) ;
2012-04-10 21:42:40 +04:00
( function ( $ , undefined ) {
2012-03-29 22:08:14 +04:00
"use strict" ;
/*global document, window, jQuery, console */
2012-04-01 08:11:04 +04:00
if ( window . Select2 !== undefined ) {
return ;
}
2012-09-12 22:50:17 +04:00
var KEY , AbstractSelect2 , SingleSelect2 , MultiSelect2 , nextUid , sizer ,
2013-05-17 19:13:31 +04:00
lastMousePosition = { x : 0 , y : 0 } , $document , scrollBarDimensions ,
2012-04-12 11:33:10 +04:00
KEY = {
2012-03-29 22:08:14 +04:00
TAB : 9 ,
ENTER : 13 ,
ESC : 27 ,
SPACE : 32 ,
LEFT : 37 ,
UP : 38 ,
RIGHT : 39 ,
DOWN : 40 ,
SHIFT : 16 ,
CTRL : 17 ,
ALT : 18 ,
PAGE _UP : 33 ,
PAGE _DOWN : 34 ,
HOME : 36 ,
END : 35 ,
BACKSPACE : 8 ,
DELETE : 46 ,
isArrow : function ( k ) {
k = k . which ? k . which : k ;
switch ( k ) {
case KEY . LEFT :
case KEY . RIGHT :
case KEY . UP :
case KEY . DOWN :
return true ;
}
return false ;
} ,
2012-08-14 01:45:21 +04:00
isControl : function ( e ) {
var k = e . which ;
2012-03-29 22:08:14 +04:00
switch ( k ) {
case KEY . SHIFT :
case KEY . CTRL :
case KEY . ALT :
return true ;
}
2012-06-28 13:27:09 +04:00
2012-08-14 01:45:21 +04:00
if ( e . metaKey ) return true ;
2012-06-28 16:34:26 +04:00
2012-03-29 22:08:14 +04:00
return false ;
} ,
isFunctionKey : function ( k ) {
k = k . which ? k . which : k ;
return k >= 112 && k <= 123 ;
}
2013-03-19 02:39:10 +04:00
} ,
2013-06-28 21:05:12 +04:00
MEASURE _SCROLLBAR _TEMPLATE = "<div class='select2-measure-scrollbar'></div>" ,
DIACRITICS = { "\u24B6" : "A" , "\uFF21" : "A" , "\u00C0" : "A" , "\u00C1" : "A" , "\u00C2" : "A" , "\u1EA6" : "A" , "\u1EA4" : "A" , "\u1EAA" : "A" , "\u1EA8" : "A" , "\u00C3" : "A" , "\u0100" : "A" , "\u0102" : "A" , "\u1EB0" : "A" , "\u1EAE" : "A" , "\u1EB4" : "A" , "\u1EB2" : "A" , "\u0226" : "A" , "\u01E0" : "A" , "\u00C4" : "A" , "\u01DE" : "A" , "\u1EA2" : "A" , "\u00C5" : "A" , "\u01FA" : "A" , "\u01CD" : "A" , "\u0200" : "A" , "\u0202" : "A" , "\u1EA0" : "A" , "\u1EAC" : "A" , "\u1EB6" : "A" , "\u1E00" : "A" , "\u0104" : "A" , "\u023A" : "A" , "\u2C6F" : "A" , "\uA732" : "AA" , "\u00C6" : "AE" , "\u01FC" : "AE" , "\u01E2" : "AE" , "\uA734" : "AO" , "\uA736" : "AU" , "\uA738" : "AV" , "\uA73A" : "AV" , "\uA73C" : "AY" , "\u24B7" : "B" , "\uFF22" : "B" , "\u1E02" : "B" , "\u1E04" : "B" , "\u1E06" : "B" , "\u0243" : "B" , "\u0182" : "B" , "\u0181" : "B" , "\u24B8" : "C" , "\uFF23" : "C" , "\u0106" : "C" , "\u0108" : "C" , "\u010A" : "C" , "\u010C" : "C" , "\u00C7" : "C" , "\u1E08" : "C" , "\u0187" : "C" , "\u023B" : "C" , "\uA73E" : "C" , "\u24B9" : "D" , "\uFF24" : "D" , "\u1E0A" : "D" , "\u010E" : "D" , "\u1E0C" : "D" , "\u1E10" : "D" , "\u1E12" : "D" , "\u1E0E" : "D" , "\u0110" : "D" , "\u018B" : "D" , "\u018A" : "D" , "\u0189" : "D" , "\uA779" : "D" , "\u01F1" : "DZ" , "\u01C4" : "DZ" , "\u01F2" : "Dz" , "\u01C5" : "Dz" , "\u24BA" : "E" , "\uFF25" : "E" , "\u00C8" : "E" , "\u00C9" : "E" , "\u00CA" : "E" , "\u1EC0" : "E" , "\u1EBE" : "E" , "\u1EC4" : "E" , "\u1EC2" : "E" , "\u1EBC" : "E" , "\u0112" : "E" , "\u1E14" : "E" , "\u1E16" : "E" , "\u0114" : "E" , "\u0116" : "E" , "\u00CB" : "E" , "\u1EBA" : "E" , "\u011A" : "E" , "\u0204" : "E" , "\u0206" : "E" , "\u1EB8" : "E" , "\u1EC6" : "E" , "\u0228" : "E" , "\u1E1C" : "E" , "\u0118" : "E" , "\u1E18" : "E" , "\u1E1A" : "E" , "\u0190" : "E" , "\u018E" : "E" , "\u24BB" : "F" , "\uFF26" : "F" , "\u1E1E" : "F" , "\u0191" : "F" , "\uA77B" : "F" , "\u24BC" : "G" , "\uFF27" : "G" , "\u01F4" : "G" , "\u011C" : "G" , "\u1E20" : "G" , "\u011E" : "G" , "\u0120" : "G" , "\u01E6" : "G" , "\u0122" : "G" , "\u01E4" : "G" , "\u0193" : "G" , "\uA7A0" : "G" , "\uA77D" : "G" , "\uA77E" : "G" , "\u24BD" : "H" , "\uFF28" : "H" , "\u0124" : "H" , "\u1E22" : "H" , "\u1E26" : "H" , "\u021E" : "H" , "\u1E24" : "H" , "\u1E28" : "H" , "\u1E2A" : "H" , "\u0126" : "H" , "\u2C67" : "H" , "\u2C75" : "H" , "\uA78D" : "H" , "\u24BE" : "I" , "\uFF29" : "I" , "\u00CC" : "I" , "\u00CD" : "I" , "\u00CE" : "I" , "\u0128" : "I" , "\u012A" : "I" , "\u012C" : "I" , "\u0130" : "I" , "\u00CF" : "I" , "\u1E2E" : "I" , "\u1EC8" : "I" , "\u01CF" : "I" , "\u0208" : "I" , "\u020A" : "I" , "\u1ECA" : "I" , "\u012E" : "I" , "\u1E2C" : "I" , "\u0197" : "I" , "\u24BF" : "J" , "\uFF2A" : "J" , "\u0134" : "J" , "\u0248" : "J" , "\u24C0" : "K" , "\uFF2B" : "K" , "\u1E30" : "K" , "\u01E8" : "K" , "\u1E32" : "K" , "\u0136" : "K" , "\u1E34" : "K" , "\u0198" : "K" , "\u2C69" : "K" , "\uA740" : "K" , "\uA742" : "K" , "\uA744" : "K" , "\uA7A2" : "K" , "\u24C1" : "L" , "\uFF2C" : "L" , "\u013F" : "L" , "\u0139" : "L" , "\u013D" : "L" , "\u1E36" : "L" , "\u1E38" : "L" , "\u013B" : "L" , "\u1E3C" : "L" , "\u1E3A" : "L" , "\u0141" : "L" , "\u023D" : "L" , "\u2C62" : "L" , "\u2C60" : "L" , "\uA748" : "L" , "\uA746" : "L" , "\uA780" : "L" , "\u01C7" : "LJ" , "\u01C8" : "Lj" , "\u24C2" : "M" , "\uFF2D" : "M" , "\u1E3E" : "M" , "\u1E40" : "M" , "\u1E42" : "M" , "\u2C6E" : "M" , "\u019C" : "M" , "\u24C3" : "N" , "\uFF2E" : "N" , "\u01F8" : "N" , "\u0143" : "N" , "\u00D1" : "N" , "\u1E44" : "N" , "\u0147" : "N" , "\u1E46" : "N" , "\u0145" : "N" , "\u1E4A" : "N" , "\u1E48" : "N" , "\u0220" : "N" , "\u019D" : "N" , "\uA790" : "N" , "\uA7A4" : "N" , "\u01CA" : "NJ" , "\u01CB" : "Nj" , "\u24C4" : "O" , "\uFF2F" : "O" , "\u00D2" : "O" , "\u00D3" : "O" , "\u00D4" : "O" , "\u1ED2" : "O" , "\u1ED0" : "O" , "\u1ED6" : "O" , "\u1ED4" : "O" , "\u00D5" : "O" , "\u1E4C" : "O" , "\u022C" : "O" , "\u1E4E" : "O" , "\u014C" : "O" , "\u1E50" : "O" , "\u1E52" : "O" , "\u014E" : "O" , "\u022E" : "O" , "\u0230" : "O" , "\u00D6" : "O" , "\u022A" : "O" , "\u1ECE" : "O" , "\u0150" : "O" , "\u01D1" : "O" , "\u020C" : "O" , "\u020E" : "O" , "\u01A0" : "O" , "\u1EDC" : "O" , "\u1EDA" : "O" , "\u1EE0" : "O" , "\u1EDE" : "O" , "\u1EE2" : "O" , "\u1ECC" : "O" , "\u1ED8" : "O" , "\u01EA" : "O" , "\u01EC" : "O" , "\u00D8" : "O" , "\u01FE" : "O" , "\u0186" : "O" , "\u019F" : "O" , "\uA74A" : "O" , "\uA74C" : "O" , "\u01A2" : "OI" , "\uA74E" : "OO" , "\u0222" : "OU" , "\u24C5" : "P" , "\uFF30" : "P" , "\u1E54" : "P" , "\u1E56" : "P" , "\u01A4" : "P" , "\u2C63" : "P" , "\uA750" : "P" , "\uA752" : "P" , "\uA754" : "P" , "\u24C6" : "Q" , "\uFF31" : "Q" , "\uA756" : "Q" , "\uA758" : "Q" , "\u024A" : "Q" , "\u24C7" : "R" , "\uFF32" : "R" , "\u0154" : "R" , "\u1E58" : "R" , "\u0158" : "R" , "\u0210" : "R" , "\u0212" : "R" , "\u1E5A" : "R" , "\u1E5C" : "R" , "\u0156" : "R" , "\u1E5E" : "R" , "\u024C" : "R" , "\u2C64" : "R" , "\uA75A" : "R" , "\uA7A6" : "R" , "\uA782" : "R" , "\u24C8" : "S" , "\uFF33" : "S" , "\u1E9E" : "S" , "\u015A" : "S" , "\u1E64" : "S" , "\u015C" : "S" , "\u1E60" : "S" , "\u0160" : "S" , "\u1E66" : "S" , "\u1E62" : "S" , "\u1E68" : "S" , "\u0218" : "S" , "\u015E" : "S" , "\u2C7E" : "S" , "\uA7A8" : "S" , "\uA784" : "S" , "\u24C9" : "T" , "\uFF34" : "T" , "\u1E6A" : "T" , "
2012-03-29 22:08:14 +04:00
2012-09-12 22:50:17 +04:00
$document = $ ( document ) ;
2012-06-14 23:16:44 +04:00
nextUid = ( function ( ) { var counter = 1 ; return function ( ) { return counter ++ ; } ; } ( ) ) ;
2012-06-14 11:21:22 +04:00
2013-06-28 21:05:12 +04:00
2013-11-20 21:15:58 +04:00
function reinsertElement ( element ) {
var placeholder = $ ( document . createTextNode ( '' ) ) ;
element . before ( placeholder ) ;
placeholder . before ( element ) ;
placeholder . remove ( ) ;
}
2013-06-28 21:05:12 +04:00
function stripDiacritics ( str ) {
var ret , i , l , c ;
if ( ! str || str . length < 1 ) return str ;
ret = "" ;
for ( i = 0 , l = str . length ; i < l ; i ++ ) {
c = str . charAt ( i ) ;
ret += DIACRITICS [ c ] || c ;
}
return ret ;
}
2012-03-29 22:08:14 +04:00
function indexOf ( value , array ) {
2013-01-24 20:31:43 +04:00
var i = 0 , l = array . length ;
2013-02-11 03:16:38 +04:00
for ( ; i < l ; i = i + 1 ) {
if ( equal ( value , array [ i ] ) ) return i ;
}
2012-03-29 22:08:14 +04:00
return - 1 ;
}
2013-03-19 02:39:10 +04:00
function measureScrollbar ( ) {
var $template = $ ( MEASURE _SCROLLBAR _TEMPLATE ) ;
$template . appendTo ( 'body' ) ;
var dim = {
width : $template . width ( ) - $template [ 0 ] . clientWidth ,
height : $template . height ( ) - $template [ 0 ] . clientHeight
} ;
$template . remove ( ) ;
2013-04-09 03:24:15 +04:00
2013-03-19 02:39:10 +04:00
return dim ;
}
2012-03-31 01:06:34 +04:00
/ * *
2013-01-24 20:31:43 +04:00
* Compares equality of a and b
2012-03-31 01:06:34 +04:00
* @ param a
* @ param b
* /
function equal ( a , b ) {
2013-02-11 03:16:38 +04:00
if ( a === b ) return true ;
if ( a === undefined || b === undefined ) return false ;
if ( a === null || b === null ) return false ;
2013-06-27 12:26:48 +04:00
// Check whether 'a' or 'b' is a string (primitive or object).
// The concatenation of an empty string (+'') converts its argument to a string's primitive.
if ( a . constructor === String ) return a + '' === b + '' ; // a+'' - in case 'a' is a String object
if ( b . constructor === String ) return b + '' === a + '' ; // b+'' - in case 'b' is a String object
2013-02-11 03:16:38 +04:00
return false ;
2012-03-31 01:06:34 +04:00
}
2012-04-13 19:07:59 +04:00
/ * *
* Splits the string into an array of values , trimming each value . An empty array is returned for nulls or empty
* strings
* @ param string
* @ param separator
* /
function splitVal ( string , separator ) {
var val , i , l ;
if ( string === null || string . length < 1 ) return [ ] ;
val = string . split ( separator ) ;
for ( i = 0 , l = val . length ; i < l ; i = i + 1 ) val [ i ] = $ . trim ( val [ i ] ) ;
return val ;
}
2012-03-29 22:08:14 +04:00
function getSideBorderPadding ( element ) {
2012-09-18 06:52:42 +04:00
return element . outerWidth ( false ) - element . width ( ) ;
2012-03-29 22:08:14 +04:00
}
function installKeyUpChangeEvent ( element ) {
2012-07-14 01:20:21 +04:00
var key = "keyup-change-value" ;
2013-05-09 11:07:35 +04:00
element . on ( "keydown" , function ( ) {
2012-07-15 01:42:54 +04:00
if ( $ . data ( element , key ) === undefined ) {
2012-07-14 01:20:21 +04:00
$ . data ( element , key , element . val ( ) ) ;
}
2012-03-29 22:08:14 +04:00
} ) ;
2013-05-09 11:07:35 +04:00
element . on ( "keyup" , function ( ) {
2012-07-15 01:42:54 +04:00
var val = $ . data ( element , key ) ;
if ( val !== undefined && element . val ( ) !== val ) {
2012-07-14 01:20:21 +04:00
$ . removeData ( element , key ) ;
2012-03-29 22:08:14 +04:00
element . trigger ( "keyup-change" ) ;
}
} ) ;
}
2013-05-09 11:07:35 +04:00
$document . on ( "mousemove" , function ( e ) {
2013-05-17 19:13:31 +04:00
lastMousePosition . x = e . pageX ;
lastMousePosition . y = e . pageY ;
2012-06-17 11:45:44 +04:00
} ) ;
2012-03-29 22:08:14 +04:00
/ * *
* filters mouse events so an event is fired only if the mouse moved .
*
* filters out mouse events that occur when mouse is stationary but
* the elements under the pointer are scrolled .
2012-06-28 08:44:31 +04:00
* /
2012-03-29 22:08:14 +04:00
function installFilteredMouseMove ( element ) {
2013-06-26 18:32:07 +04:00
element . on ( "mousemove" , function ( e ) {
2012-09-12 22:47:23 +04:00
var lastpos = lastMousePosition ;
2012-03-29 22:08:14 +04:00
if ( lastpos === undefined || lastpos . x !== e . pageX || lastpos . y !== e . pageY ) {
$ ( e . target ) . trigger ( "mousemove-filtered" , e ) ;
}
} ) ;
}
2012-04-01 08:11:04 +04:00
/ * *
* Debounces a function . Returns a function that calls the original fn function only if no invocations have been made
* within the last quietMillis milliseconds .
*
* @ param quietMillis number of milliseconds to wait before invoking fn
* @ param fn function to be debounced
2012-08-27 20:20:31 +04:00
* @ param ctx object to be used as this reference within fn
2012-04-01 08:11:04 +04:00
* @ return debounced version of fn
* /
2012-08-27 20:20:31 +04:00
function debounce ( quietMillis , fn , ctx ) {
ctx = ctx || undefined ;
2012-03-29 22:08:14 +04:00
var timeout ;
return function ( ) {
2012-08-27 20:09:47 +04:00
var args = arguments ;
2012-03-29 22:08:14 +04:00
window . clearTimeout ( timeout ) ;
2012-08-27 20:09:47 +04:00
timeout = window . setTimeout ( function ( ) {
2012-08-27 20:20:31 +04:00
fn . apply ( ctx , args ) ;
2012-08-27 20:09:47 +04:00
} , quietMillis ) ;
2012-03-29 22:08:14 +04:00
} ;
}
2012-07-17 13:01:22 +04:00
/ * *
* A simple implementation of a thunk
* @ param formula function used to lazily initialize the thunk
* @ return { Function }
* /
function thunk ( formula ) {
var evaluated = false ,
value ;
return function ( ) {
2012-07-17 13:10:46 +04:00
if ( evaluated === false ) { value = formula ( ) ; evaluated = true ; }
2012-07-17 13:01:22 +04:00
return value ;
} ;
} ;
2012-03-29 22:08:14 +04:00
function installDebouncedScroll ( threshold , element ) {
var notify = debounce ( threshold , function ( e ) { element . trigger ( "scroll-debounced" , e ) ; } ) ;
2013-05-09 11:07:35 +04:00
element . on ( "scroll" , function ( e ) {
2012-03-29 22:08:14 +04:00
if ( indexOf ( e . target , element . get ( ) ) >= 0 ) notify ( e ) ;
} ) ;
}
2013-02-08 21:33:18 +04:00
function focus ( $el ) {
if ( $el [ 0 ] === document . activeElement ) return ;
/ * s e t t h e f o c u s i n a 0 t i m e o u t - t h a t w a y t h e f o c u s i s s e t a f t e r t h e p r o c e s s i n g
of the current event has finished - which seems like the only reliable way
to set focus * /
window . setTimeout ( function ( ) {
var el = $el [ 0 ] , pos = $el . val ( ) . length , range ;
$el . focus ( ) ;
2013-02-27 20:53:17 +04:00
/ * m a k e s u r e e l r e c e i v e d f o c u s s o w e d o n o t e r r o r o u t w h e n t r y i n g t o m a n i p u l a t e t h e c a r e t .
sometimes modals or others listeners may steal it after its set * /
2013-12-30 18:33:46 +04:00
var isVisible = ( el . offsetWidth > 0 || el . offsetHeight > 0 ) ;
if ( isVisible && el === document . activeElement ) {
2013-02-08 21:33:18 +04:00
2013-02-27 20:53:17 +04:00
/ * a f t e r t h e f o c u s i s s e t m o v e t h e c a r e t t o t h e e n d , n e c e s s a r y w h e n w e v a l ( )
just before setting focus * /
if ( el . setSelectionRange )
{
el . setSelectionRange ( pos , pos ) ;
}
else if ( el . createTextRange ) {
range = el . createTextRange ( ) ;
range . collapse ( false ) ;
range . select ( ) ;
}
}
2013-02-08 21:33:18 +04:00
} , 0 ) ;
}
2013-05-03 02:41:55 +04:00
function getCursorInfo ( el ) {
el = $ ( el ) [ 0 ] ;
var offset = 0 ;
var length = 0 ;
if ( 'selectionStart' in el ) {
offset = el . selectionStart ;
length = el . selectionEnd - offset ;
} else if ( 'selection' in document ) {
el . focus ( ) ;
var sel = document . selection . createRange ( ) ;
length = document . selection . createRange ( ) . text . length ;
sel . moveStart ( 'character' , - el . value . length ) ;
offset = sel . text . length - length ;
}
return { offset : offset , length : length } ;
}
2012-03-29 22:08:14 +04:00
function killEvent ( event ) {
event . preventDefault ( ) ;
event . stopPropagation ( ) ;
}
2012-09-13 03:20:34 +04:00
function killEventImmediately ( event ) {
event . preventDefault ( ) ;
event . stopImmediatePropagation ( ) ;
}
2012-03-29 22:08:14 +04:00
2012-06-28 08:44:31 +04:00
function measureTextWidth ( e ) {
2012-06-16 23:14:46 +04:00
if ( ! sizer ) {
2013-06-26 18:32:07 +04:00
var style = e [ 0 ] . currentStyle || window . getComputedStyle ( e [ 0 ] , null ) ;
sizer = $ ( document . createElement ( "div" ) ) . css ( {
position : "absolute" ,
left : "-10000px" ,
top : "-10000px" ,
display : "none" ,
fontSize : style . fontSize ,
fontFamily : style . fontFamily ,
fontStyle : style . fontStyle ,
fontWeight : style . fontWeight ,
letterSpacing : style . letterSpacing ,
textTransform : style . textTransform ,
whiteSpace : "nowrap"
} ) ;
2013-01-31 09:49:57 +04:00
sizer . attr ( "class" , "select2-sizer" ) ;
2013-06-26 18:32:07 +04:00
$ ( "body" ) . append ( sizer ) ;
2012-06-16 23:14:46 +04:00
}
2012-06-28 08:44:31 +04:00
sizer . text ( e . val ( ) ) ;
2012-06-16 23:14:46 +04:00
return sizer . width ( ) ;
2012-03-29 22:08:14 +04:00
}
2013-02-10 03:14:45 +04:00
function syncCssClasses ( dest , src , adapter ) {
var classes , replacements = [ ] , adapted ;
classes = dest . attr ( "class" ) ;
2013-03-12 20:27:01 +04:00
if ( classes ) {
classes = '' + classes ; // for IE which returns object
2013-02-10 03:14:45 +04:00
$ ( classes . split ( " " ) ) . each2 ( function ( ) {
if ( this . indexOf ( "select2-" ) === 0 ) {
replacements . push ( this ) ;
}
} ) ;
}
classes = src . attr ( "class" ) ;
2013-03-12 20:27:01 +04:00
if ( classes ) {
classes = '' + classes ; // for IE which returns object
2013-02-10 03:14:45 +04:00
$ ( classes . split ( " " ) ) . each2 ( function ( ) {
if ( this . indexOf ( "select2-" ) !== 0 ) {
adapted = adapter ( this ) ;
2013-03-12 20:27:01 +04:00
if ( adapted ) {
2013-10-21 00:14:31 +04:00
replacements . push ( adapted ) ;
2013-02-10 03:14:45 +04:00
}
}
} ) ;
}
dest . attr ( "class" , replacements . join ( " " ) ) ;
}
2013-01-08 14:35:58 +04:00
function markMatch ( text , term , markup , escapeMarkup ) {
2013-06-28 21:05:12 +04:00
var match = stripDiacritics ( text . toUpperCase ( ) ) . indexOf ( stripDiacritics ( term . toUpperCase ( ) ) ) ,
2012-06-20 08:31:56 +04:00
tl = term . length ;
if ( match < 0 ) {
2013-01-08 14:35:58 +04:00
markup . push ( escapeMarkup ( text ) ) ;
2012-06-20 08:31:56 +04:00
return ;
}
2013-01-08 14:35:58 +04:00
markup . push ( escapeMarkup ( text . substring ( 0 , match ) ) ) ;
2012-06-20 08:31:56 +04:00
markup . push ( "<span class='select2-match'>" ) ;
2013-01-08 14:35:58 +04:00
markup . push ( escapeMarkup ( text . substring ( match , match + tl ) ) ) ;
2012-06-20 08:31:56 +04:00
markup . push ( "</span>" ) ;
2013-01-08 14:35:58 +04:00
markup . push ( escapeMarkup ( text . substring ( match + tl , text . length ) ) ) ;
2012-03-29 22:08:14 +04:00
}
2013-06-04 19:42:46 +04:00
function defaultEscapeMarkup ( markup ) {
var replace _map = {
'\\' : '\' ,
'&' : '&' ,
'<' : '<' ,
'>' : '>' ,
'"' : '"' ,
"'" : ''' ,
"/" : '/'
} ;
return String ( markup ) . replace ( /[&<>"'\/\\]/g , function ( match ) {
return replace _map [ match ] ;
} ) ;
}
2012-04-01 08:11:04 +04:00
/ * *
* Produces an ajax - based query function
*
2013-11-01 03:20:45 +04:00
* @ param options object containing configuration parameters
2013-05-07 08:20:08 +04:00
* @ param options . params parameter map for the transport ajax call , can contain such options as cache , jsonpCallback , etc . see $ . ajax
2012-04-11 23:17:58 +04:00
* @ param options . transport function that will be used to execute the ajax request . must be compatible with parameters supported by $ . ajax
* @ param options . url url for the data
2012-06-05 04:15:11 +04:00
* @ param options . data a function ( searchTerm , pageNumber , context ) that should return an object containing query string parameters for the above url .
2013-11-01 03:20:45 +04:00
* @ param options . dataType request data type : ajax , jsonp , other datatypes supported by jQuery ' s $ . ajax function or the transport function if specified
2012-04-01 08:11:04 +04:00
* @ param options . quietMillis ( optional ) milliseconds to wait before making the ajaxRequest , helps debounce the ajax function if invoked too often
* @ param options . results a function ( remoteData , pageNumber ) that converts data returned form the remote request to the format expected by Select2 .
* The expected format is an object containing the following keys :
* results array of objects that will be used as choices
* more ( optional ) boolean indicating whether there are more results available
* Example : { results : [ { id : 1 , text : 'Red' } , { id : 2 , text : 'Blue' } ] , more : true }
* /
function ajax ( options ) {
var timeout , // current scheduled but not yet executed request
2012-05-06 17:37:51 +04:00
handler = null ,
2013-02-19 21:18:54 +04:00
quietMillis = options . quietMillis || 100 ,
2013-02-20 01:21:57 +04:00
ajaxUrl = options . url ,
self = this ;
2012-04-01 08:11:04 +04:00
return function ( query ) {
window . clearTimeout ( timeout ) ;
timeout = window . setTimeout ( function ( ) {
2013-07-02 00:30:44 +04:00
var data = options . data , // ajax data function
2013-02-19 21:18:54 +04:00
url = ajaxUrl , // ajax url string or function
2013-05-07 20:07:03 +04:00
transport = options . transport || $ . fn . select2 . ajaxDefaults . transport ,
2013-05-07 08:20:08 +04:00
// deprecated - to be removed in 4.0 - use params instead
deprecated = {
type : options . type || 'GET' , // set type of request (GET or POST)
cache : options . cache || false ,
jsonpCallback : options . jsonpCallback || undefined ,
dataType : options . dataType || "json"
} ,
2013-05-07 20:07:03 +04:00
params = $ . extend ( { } , $ . fn . select2 . ajaxDefaults . params , deprecated ) ;
2012-06-28 08:44:31 +04:00
2013-02-20 02:11:38 +04:00
data = data ? data . call ( self , query . term , query . page , query . context ) : null ;
url = ( typeof url === 'function' ) ? url . call ( self , query . term , query . page , query . context ) : url ;
2012-04-01 08:11:04 +04:00
2013-11-21 21:58:01 +04:00
if ( handler && typeof handler . abort === "function" ) { handler . abort ( ) ; }
2012-06-28 08:44:31 +04:00
2013-02-09 13:20:19 +04:00
if ( options . params ) {
if ( $ . isFunction ( options . params ) ) {
2013-02-20 02:11:38 +04:00
$ . extend ( params , options . params . call ( self ) ) ;
2013-02-09 13:20:19 +04:00
} else {
$ . extend ( params , options . params ) ;
}
}
$ . extend ( params , {
2013-01-25 21:40:17 +04:00
url : url ,
2012-04-01 08:11:04 +04:00
dataType : options . dataType ,
data : data ,
success : function ( data ) {
2013-02-09 13:20:19 +04:00
// TODO - replace query.page with query so users have access to term, page, etc.
Adds an additional parameter roundtripValue to function data.
Enables a stored value, which can be passed by the function 'result' to the next call of the function 'data'.
This is a solution for issue #72
Example:
data: function (term, page, roundtripValue) {
var options = {
q: term,
limit: 5,
};
if (typeof(roundtripValue) !== 'undefined' && roundtripValue != null) {
options['continuation_handle'] = roundtripValue;
}
return options;
},
results: function (data, page) {
var roundtripValue = data.continuation_handle;
var more = typeof(roundtripValue) !== 'undefined';
return {results: data.results, more: more, roundtripValue: roundtripValue};
},
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-05-31 19:56:01 +04:00
var results = options . results ( data , query . page ) ;
query . callback ( results ) ;
2012-04-01 08:11:04 +04:00
}
} ) ;
2013-02-20 02:11:38 +04:00
handler = transport . call ( self , params ) ;
2012-04-01 08:11:04 +04:00
} , quietMillis ) ;
} ;
}
/ * *
* Produces a query function that works with a local array
*
* @ param options object containing configuration parameters . The options parameter can either be an array or an
* object .
*
* If the array form is used it is assumed that it contains objects with 'id' and 'text' keys .
*
* If the object form is used ti is assumed that it contains 'data' and 'text' keys . The 'data' key should contain
* an array of objects that will be used as choices . These objects must contain at least an 'id' key . The 'text'
* key can either be a String in which case it is expected that each element in the 'data' array has a key with the
* value of 'text' which will be used to match choices . Alternatively , text can be a function ( item ) that can extract
* the text .
* /
function local ( options ) {
var data = options , // data elements
2012-06-14 20:39:23 +04:00
dataText ,
2013-02-15 07:52:43 +04:00
tmp ,
2012-05-29 02:15:51 +04:00
text = function ( item ) { return "" + item . text ; } ; // function used to retrieve the text portion of a data item that is matched against the search
2012-04-01 08:11:04 +04:00
2013-06-26 18:32:07 +04:00
if ( $ . isArray ( data ) ) {
2013-02-15 07:52:43 +04:00
tmp = data ;
2013-02-16 04:56:17 +04:00
data = { results : tmp } ;
2013-02-15 07:52:43 +04:00
}
2013-02-19 23:54:09 +04:00
2013-06-26 18:32:07 +04:00
if ( $ . isFunction ( data ) === false ) {
2013-02-15 07:52:43 +04:00
tmp = data ;
data = function ( ) { return tmp ; } ;
2012-04-01 08:11:04 +04:00
}
2013-02-16 04:56:17 +04:00
var dataItem = data ( ) ;
2013-02-19 23:54:09 +04:00
if ( dataItem . text ) {
2013-02-16 04:56:17 +04:00
text = dataItem . text ;
// if text is not a function we assume it to be a key name
if ( ! $ . isFunction ( text ) ) {
2013-04-12 06:15:16 +04:00
dataText = dataItem . 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
2013-02-16 04:56:17 +04:00
text = function ( item ) { return item [ dataText ] ; } ;
}
2013-02-19 23:54:09 +04:00
}
2013-02-16 04:56:17 +04:00
2012-04-01 08:11:04 +04:00
return function ( query ) {
2012-08-17 09:11:16 +04:00
var t = query . term , filtered = { results : [ ] } , process ;
2012-04-01 08:11:04 +04:00
if ( t === "" ) {
2013-02-15 07:52:43 +04:00
query . callback ( data ( ) ) ;
2012-04-01 08:11:04 +04:00
return ;
}
2012-08-17 09:54:14 +04:00
2012-08-17 09:11:16 +04:00
process = function ( datum , collection ) {
2012-09-01 00:41:56 +04:00
var group , attr ;
2012-08-17 09:11:16 +04:00
datum = datum [ 0 ] ;
if ( datum . children ) {
2012-09-01 00:41:56 +04:00
group = { } ;
for ( attr in datum ) {
if ( datum . hasOwnProperty ( attr ) ) group [ attr ] = datum [ attr ] ;
}
group . children = [ ] ;
2012-08-17 09:11:16 +04:00
$ ( datum . children ) . each2 ( function ( i , childDatum ) { process ( childDatum , group . children ) ; } ) ;
2013-01-16 22:09:31 +04:00
if ( group . children . length || query . matcher ( t , text ( group ) , datum ) ) {
2012-08-17 09:11:16 +04:00
collection . push ( group ) ;
}
} else {
2013-01-16 22:09:31 +04:00
if ( query . matcher ( t , text ( datum ) , datum ) ) {
2012-08-17 09:11:16 +04:00
collection . push ( datum ) ;
}
}
} ;
2012-08-17 09:54:14 +04:00
2013-02-16 04:56:17 +04:00
$ ( data ( ) . results ) . each2 ( function ( i , datum ) { process ( datum , filtered . results ) ; } ) ;
2012-04-01 08:11:04 +04:00
query . callback ( filtered ) ;
} ;
}
2012-04-03 09:27:58 +04:00
// TODO javadoc
function tags ( data ) {
2013-01-24 01:25:34 +04:00
var isFunc = $ . isFunction ( data ) ;
2012-04-03 09:27:58 +04:00
return function ( query ) {
2012-06-08 07:47:33 +04:00
var t = query . term , filtered = { results : [ ] } ;
2013-01-24 01:25:34 +04:00
$ ( isFunc ? data ( ) : data ) . each ( function ( ) {
2012-05-04 02:00:48 +04:00
var isObject = this . text !== undefined ,
2012-04-27 22:40:32 +04:00
text = isObject ? this . text : this ;
2012-06-08 07:47:33 +04:00
if ( t === "" || query . matcher ( t , text ) ) {
2012-04-27 22:40:32 +04:00
filtered . results . push ( isObject ? this : { id : this , text : this } ) ;
}
2012-04-03 09:27:58 +04:00
} ) ;
query . callback ( filtered ) ;
2012-04-13 19:59:32 +04:00
} ;
2012-04-03 09:27:58 +04:00
}
2012-07-30 14:49:34 +04:00
/ * *
* Checks if the formatter function should be used .
*
* Throws an error if it is not a function . Returns true if it should be used ,
* false if no formatting should be performed .
*
* @ param formatter
* /
function checkFormatter ( formatter , formatterName ) {
if ( $ . isFunction ( formatter ) ) return true ;
2012-08-09 14:49:03 +04:00
if ( ! formatter ) return false ;
2014-02-01 09:00:47 +04:00
if ( typeof ( formatter ) === 'string' ) return true ;
throw new Error ( formatterName + " must be a string, function, or falsy value" ) ;
2012-07-30 14:49:34 +04:00
}
2012-08-04 22:28:02 +04:00
function evaluate ( val ) {
2014-02-01 09:00:47 +04:00
if ( $ . isFunction ( val ) ) {
var args = Array . prototype . slice . call ( arguments , 1 ) ;
return val . apply ( null , args ) ;
}
return val ;
2012-08-04 22:28:02 +04:00
}
2012-08-08 20:16:48 +04:00
function countResults ( results ) {
var count = 0 ;
$ . each ( results , function ( i , item ) {
if ( item . children ) {
count += countResults ( item . children ) ;
} else {
count ++ ;
}
} ) ;
return count ;
}
2012-08-09 06:33:24 +04:00
/ * *
* Default tokenizer . This function uses breaks the input on substring match of any string from the
* opts . tokenSeparators array and uses opts . createSearchChoice to create the choice object . Both of those
* two options have to be defined in order for the tokenizer to work .
*
* @ param input text user has typed so far or pasted into the search field
* @ param selection currently selected choices
* @ param selectCallback function ( choice ) callback tho add the choice to selection
* @ param opts select2 ' s opts
* @ return undefined / null to leave the current input unchanged , or a string to change the input to the returned value
* /
function defaultTokenizer ( input , selection , selectCallback , opts ) {
var original = input , // store the original so we can compare and know if we need to tell the search to update its text
dupe = false , // check for whether a token we extracted represents a duplicate selected choice
token , // token
index , // position at which the separator was found
i , l , // looping variables
separator ; // the matched separator
if ( ! opts . createSearchChoice || ! opts . tokenSeparators || opts . tokenSeparators . length < 1 ) return undefined ;
while ( true ) {
index = - 1 ;
for ( i = 0 , l = opts . tokenSeparators . length ; i < l ; i ++ ) {
separator = opts . tokenSeparators [ i ] ;
index = input . indexOf ( separator ) ;
if ( index >= 0 ) break ;
}
if ( index < 0 ) break ; // did not find any token separator in the input string, bail
token = input . substring ( 0 , index ) ;
input = input . substring ( index + separator . length ) ;
if ( token . length > 0 ) {
2013-06-21 05:36:12 +04:00
token = opts . createSearchChoice . call ( this , token , selection ) ;
2012-08-09 06:33:24 +04:00
if ( token !== undefined && token !== null && opts . id ( token ) !== undefined && opts . id ( token ) !== null ) {
dupe = false ;
for ( i = 0 , l = selection . length ; i < l ; i ++ ) {
if ( equal ( opts . id ( token ) , opts . id ( selection [ i ] ) ) ) {
dupe = true ; break ;
}
}
if ( ! dupe ) selectCallback ( token ) ;
}
}
}
2013-01-24 20:31:43 +04:00
if ( original !== input ) return input ;
2012-08-09 06:33:24 +04:00
}
2012-03-29 22:08:14 +04:00
/ * *
2012-04-12 11:33:10 +04:00
* Creates a new class
2012-03-29 22:08:14 +04:00
*
2012-04-12 11:33:10 +04:00
* @ param superClass
* @ param methods
2012-03-29 22:08:14 +04:00
* /
2012-04-13 19:59:32 +04:00
function clazz ( SuperClass , methods ) {
var constructor = function ( ) { } ;
constructor . prototype = new SuperClass ;
constructor . prototype . constructor = constructor ;
constructor . prototype . parent = SuperClass . prototype ;
constructor . prototype = $ . extend ( constructor . prototype , methods ) ;
return constructor ;
2012-03-29 22:08:14 +04:00
}
2012-04-12 11:33:10 +04:00
AbstractSelect2 = clazz ( Object , {
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
bind : function ( func ) {
var self = this ;
return function ( ) {
func . apply ( self , arguments ) ;
} ;
} ,
2012-04-12 10:28:54 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
init : function ( opts ) {
2013-10-10 22:15:26 +04:00
var results , search , resultsSelector = ".select2-results" ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
// prepare options
2012-05-04 02:00:48 +04:00
this . opts = opts = this . prepareOpts ( opts ) ;
this . id = opts . id ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
// destroy if called on an existing component
2012-05-22 20:40:42 +04:00
if ( opts . element . data ( "select2" ) !== undefined &&
opts . element . data ( "select2" ) !== null ) {
2013-06-24 02:21:16 +04:00
opts . element . data ( "select2" ) . destroy ( ) ;
2012-04-12 11:33:10 +04:00
}
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
this . container = this . createContainer ( ) ;
2012-07-17 13:01:22 +04:00
2013-10-19 07:18:22 +04:00
this . liveRegion = $ ( "<span>" , {
role : "status" ,
"aria-live" : "polite"
} )
. addClass ( "select2-hidden-accessible" )
. appendTo ( document . body ) ;
2013-10-29 14:23:56 +04:00
this . containerId = "s2id_" + ( opts . element . attr ( "id" ) || "autogen" + nextUid ( ) ) . replace ( /([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g , '\\$1' ) ;
this . containerSelector = "#" + this . containerId ;
2012-08-07 10:44:39 +04:00
this . container . attr ( "id" , this . containerId ) ;
2012-07-17 13:01:22 +04:00
// cache the body so future lookups are cheap
this . body = thunk ( function ( ) { return opts . element . closest ( "body" ) ; } ) ;
2012-03-29 22:08:14 +04:00
2013-02-10 03:14:45 +04:00
syncCssClasses ( this . container , this . opts . element , this . opts . adaptContainerCssClass ) ;
2013-02-10 03:48:20 +04:00
2013-07-04 09:42:14 +04:00
this . container . attr ( "style" , opts . element . attr ( "style" ) ) ;
2012-06-22 09:04:35 +04:00
this . container . css ( evaluate ( opts . containerCss ) ) ;
this . container . addClass ( evaluate ( opts . containerCssClass ) ) ;
2012-06-19 10:46:58 +04:00
2013-04-10 15:18:29 +04:00
this . elementTabIndex = this . opts . element . attr ( "tabindex" ) ;
2013-02-01 11:58:42 +04:00
2012-04-12 11:33:10 +04:00
// swap container for the element
this . opts . element
. data ( "select2" , this )
2013-04-10 15:18:29 +04:00
. attr ( "tabindex" , "-1" )
2013-09-04 08:16:16 +04:00
. before ( this . container )
. on ( "click.select2" , killEvent ) ; // do not leak click events
2012-04-12 11:33:10 +04:00
this . container . data ( "select2" , this ) ;
this . dropdown = this . container . find ( ".select2-drop" ) ;
2013-08-10 02:26:23 +04:00
2013-08-09 12:33:41 +04:00
syncCssClasses ( this . dropdown , this . opts . element , this . opts . adaptDropdownCssClass ) ;
2013-09-04 08:16:16 +04:00
2013-08-15 00:54:10 +04:00
this . dropdown . addClass ( evaluate ( opts . dropdownCssClass ) ) ;
this . dropdown . data ( "select2" , this ) ;
2013-09-04 08:16:16 +04:00
this . dropdown . on ( "click" , killEvent ) ;
2012-06-12 12:40:37 +04:00
2012-04-12 11:33:10 +04:00
this . results = results = this . container . find ( resultsSelector ) ;
2012-06-22 08:36:08 +04:00
this . search = search = this . container . find ( "input.select2-input" ) ;
2012-04-12 11:33:10 +04:00
2013-06-28 00:08:56 +04:00
this . queryCount = 0 ;
2012-04-12 11:33:10 +04:00
this . resultsPage = 0 ;
2012-06-05 04:15:11 +04:00
this . context = null ;
2012-04-12 11:33:10 +04:00
// initialize the container
this . initContainer ( ) ;
2013-09-04 08:16:16 +04:00
this . container . on ( "click" , killEvent ) ;
2012-04-12 11:33:10 +04:00
installFilteredMouseMove ( this . results ) ;
2014-04-03 18:28:13 +04:00
this . dropdown . on ( "mousemove-filtered" , resultsSelector , this . bind ( this . highlightUnderEvent ) ) ;
this . dropdown . on ( "touchstart touchmove touchend" , resultsSelector , this . bind ( function ( event ) {
this . _touchEvent = true ;
this . highlightUnderEvent ( event ) ;
} ) ) ;
2014-02-03 20:34:51 +04:00
this . dropdown . on ( "touchmove" , resultsSelector , this . bind ( this . touchMoved ) ) ;
this . dropdown . on ( "touchstart touchend" , resultsSelector , this . bind ( this . clearTouchMoved ) ) ;
2012-04-12 11:33:10 +04:00
2014-04-03 18:28:13 +04:00
// Waiting for a click event on touch devices to select option and hide dropdown
// otherwise click will be triggered on an underlying element
this . dropdown . on ( 'click' , this . bind ( function ( event ) {
if ( this . _touchEvent ) {
this . _touchEvent = false ;
this . selectHighlighted ( ) ;
}
} ) ) ;
2012-04-12 11:33:10 +04:00
installDebouncedScroll ( 80 , this . results ) ;
2013-05-09 11:07:35 +04:00
this . dropdown . on ( "scroll-debounced" , resultsSelector , this . bind ( this . loadMoreIfNeeded ) ) ;
2012-04-12 11:33:10 +04:00
2013-04-12 07:22:30 +04:00
// do not propagate change event from the search field out of the component
2013-05-09 11:07:35 +04:00
$ ( this . container ) . on ( "change" , ".select2-input" , function ( e ) { e . stopPropagation ( ) ; } ) ;
$ ( this . dropdown ) . on ( "change" , ".select2-input" , function ( e ) { e . stopPropagation ( ) ; } ) ;
2013-04-12 07:22:30 +04:00
2012-04-12 11:33:10 +04:00
// if jquery.mousewheel plugin is installed we can prevent out-of-bounds scrolling of results via mousewheel
if ( $ . fn . mousewheel ) {
results . mousewheel ( function ( e , delta , deltaX , deltaY ) {
2013-10-10 22:15:26 +04:00
var top = results . scrollTop ( ) ;
2012-04-12 11:33:10 +04:00
if ( deltaY > 0 && top - deltaY <= 0 ) {
results . scrollTop ( 0 ) ;
killEvent ( e ) ;
} else if ( deltaY < 0 && results . get ( 0 ) . scrollHeight - results . scrollTop ( ) + deltaY <= results . height ( ) ) {
results . scrollTop ( results . get ( 0 ) . scrollHeight - results . height ( ) ) ;
killEvent ( e ) ;
}
} ) ;
}
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
installKeyUpChangeEvent ( search ) ;
2013-05-09 11:07:35 +04:00
search . on ( "keyup-change input paste" , this . bind ( this . updateResults ) ) ;
search . on ( "focus" , function ( ) { search . addClass ( "select2-focused" ) ; } ) ;
search . on ( "blur" , function ( ) { search . removeClass ( "select2-focused" ) ; } ) ;
2012-03-29 22:08:14 +04:00
2013-05-09 11:07:35 +04:00
this . dropdown . on ( "mouseup" , resultsSelector , this . bind ( function ( e ) {
2013-02-01 01:15:46 +04:00
if ( $ ( e . target ) . closest ( ".select2-result-selectable" ) . length > 0 ) {
2012-04-12 11:33:10 +04:00
this . highlightUnderEvent ( e ) ;
this . selectHighlighted ( e ) ;
2012-03-29 22:08:14 +04:00
}
2012-04-12 11:33:10 +04:00
} ) ) ;
2012-03-29 22:08:14 +04:00
2012-07-14 10:23:21 +04:00
// trap all mouse events from leaving the dropdown. sometimes there may be a modal that is listening
// for mouse events outside of itself so it can close itself. since the dropdown is now outside the select2's
// dom it will trigger the popup close, which is not what we want
2014-03-11 22:14:17 +04:00
// focusin can cause focus wars between modals and select2 since the dropdown is outside the modal.
this . dropdown . on ( "click mouseup mousedown focusin" , function ( e ) { e . stopPropagation ( ) ; } ) ;
2012-07-14 10:23:21 +04:00
2014-01-16 19:12:00 +04:00
this . nextSearchTerm = undefined ;
2013-10-19 07:18:22 +04:00
2012-04-12 11:33:10 +04:00
if ( $ . isFunction ( this . opts . initSelection ) ) {
// initialize selection based on the current value of the source element
this . initSelection ( ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
// if the user has provided a function that can set selection based on the value of the source element
// we monitor the change event on the element and trigger it, allowing for two way synchronization
this . monitorSource ( ) ;
2012-03-29 22:08:14 +04:00
}
2012-06-07 08:52:08 +04:00
2013-05-10 11:43:30 +04:00
if ( opts . maximumInputLength !== null ) {
this . search . attr ( "maxlength" , opts . maximumInputLength ) ;
}
2013-05-07 00:13:02 +04:00
var disabled = opts . element . prop ( "disabled" ) ;
if ( disabled === undefined ) disabled = false ;
this . enable ( ! disabled ) ;
var readonly = opts . element . prop ( "readonly" ) ;
if ( readonly === undefined ) readonly = false ;
this . readonly ( readonly ) ;
2013-03-19 02:39:10 +04:00
// Calculate size of scrollbar
scrollBarDimensions = scrollBarDimensions || measureScrollbar ( ) ;
2013-05-07 06:25:09 +04:00
2013-07-04 09:16:42 +04:00
this . autofocus = opts . element . prop ( "autofocus" ) ;
2013-05-07 06:25:09 +04:00
opts . element . prop ( "autofocus" , false ) ;
if ( this . autofocus ) this . focus ( ) ;
2013-10-19 07:18:22 +04:00
2014-01-20 13:38:33 +04:00
this . search . attr ( "placeholder" , opts . searchInputPlaceholder ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
destroy : function ( ) {
2013-06-20 09:38:46 +04:00
var element = this . opts . element , select2 = element . data ( "select2" ) ;
2013-02-02 00:21:28 +04:00
2013-07-27 09:22:14 +04:00
this . close ( ) ;
2013-02-02 00:21:28 +04:00
if ( this . propertyObserver ) { delete this . propertyObserver ; this . propertyObserver = null ; }
2012-04-12 11:33:10 +04:00
if ( select2 !== undefined ) {
select2 . container . remove ( ) ;
2013-10-19 07:18:22 +04:00
select2 . liveRegion . remove ( ) ;
2012-06-12 12:40:37 +04:00
select2 . dropdown . remove ( ) ;
2013-06-20 09:38:46 +04:00
element
2013-02-08 04:20:29 +04:00
. removeClass ( "select2-offscreen" )
2012-04-12 11:33:10 +04:00
. removeData ( "select2" )
2013-05-09 11:07:35 +04:00
. off ( ".select2" )
2013-06-20 09:38:46 +04:00
. prop ( "autofocus" , this . autofocus || false ) ;
if ( this . elementTabIndex ) {
element . attr ( { tabindex : this . elementTabIndex } ) ;
} else {
element . removeAttr ( "tabindex" ) ;
}
element . show ( ) ;
2012-04-12 11:33:10 +04:00
}
} ,
2012-04-12 10:28:54 +04:00
2013-04-10 02:11:21 +04:00
// abstract
optionToData : function ( element ) {
if ( element . is ( "option" ) ) {
return {
2013-05-06 20:54:17 +04:00
id : element . prop ( "value" ) ,
2013-04-10 02:11:21 +04:00
text : element . text ( ) ,
element : element . get ( ) ,
css : element . attr ( "class" ) ,
2013-05-07 01:12:57 +04:00
disabled : element . prop ( "disabled" ) ,
2013-06-26 08:56:31 +04:00
locked : equal ( element . attr ( "locked" ) , "locked" ) || equal ( element . data ( "locked" ) , true )
2013-04-10 02:11:21 +04:00
} ;
} else if ( element . is ( "optgroup" ) ) {
return {
text : element . attr ( "label" ) ,
children : [ ] ,
element : element . get ( ) ,
css : element . attr ( "class" )
} ;
}
} ,
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
prepareOpts : function ( opts ) {
2013-04-10 02:11:21 +04:00
var element , select , idKey , ajaxUrl , self = this ;
2012-06-28 08:44:31 +04:00
2012-05-07 20:24:14 +04:00
element = opts . element ;
if ( element . get ( 0 ) . tagName . toLowerCase ( ) === "select" ) {
this . select = select = opts . element ;
}
if ( select ) {
// these options are not allowed when attached to a select because they are picked up off the element itself
$ . each ( [ "id" , "multiple" , "ajax" , "query" , "createSearchChoice" , "initSelection" , "data" , "tags" ] , function ( ) {
if ( this in opts ) {
throw new Error ( "Option '" + this + "' is not allowed for Select2 when attached to a <select> element." ) ;
}
} ) ;
}
2013-03-25 20:17:19 +04:00
opts = $ . extend ( { } , {
2012-06-20 08:31:56 +04:00
populateResults : function ( container , results , query ) {
2013-10-19 07:18:22 +04:00
var populate , id = this . opts . id , liveRegion = this . liveRegion ;
2012-06-14 11:21:22 +04:00
2012-07-16 01:22:44 +04:00
populate = function ( results , container , depth ) {
2012-06-14 11:21:22 +04:00
2013-01-04 21:16:48 +04:00
var i , l , result , selectable , disabled , compound , node , label , innerContainer , formatted ;
2012-11-21 20:12:01 +04:00
results = opts . sortResults ( results , container , query ) ;
2012-06-14 11:21:22 +04:00
for ( i = 0 , l = results . length ; i < l ; i = i + 1 ) {
2012-06-12 15:35:56 +04:00
2012-06-14 11:21:22 +04:00
result = results [ i ] ;
2013-01-04 21:16:48 +04:00
disabled = ( result . disabled === true ) ;
selectable = ( ! disabled ) && ( id ( result ) !== undefined ) ;
2012-09-07 01:55:04 +04:00
compound = result . children && result . children . length > 0 ;
2012-06-12 15:35:56 +04:00
2012-07-16 01:22:44 +04:00
node = $ ( "<li></li>" ) ;
node . addClass ( "select2-results-dept-" + depth ) ;
node . addClass ( "select2-result" ) ;
node . addClass ( selectable ? "select2-result-selectable" : "select2-result-unselectable" ) ;
2013-01-04 21:16:48 +04:00
if ( disabled ) { node . addClass ( "select2-disabled" ) ; }
2012-07-16 01:22:44 +04:00
if ( compound ) { node . addClass ( "select2-result-with-children" ) ; }
2012-08-08 09:23:41 +04:00
node . addClass ( self . opts . formatResultCssClass ( result ) ) ;
2013-11-06 16:55:12 +04:00
node . attr ( "role" , "presentation" ) ;
2012-06-14 11:21:22 +04:00
2013-01-23 02:00:38 +04:00
label = $ ( document . createElement ( "div" ) ) ;
2012-07-16 01:22:44 +04:00
label . addClass ( "select2-result-label" ) ;
2013-11-06 16:55:12 +04:00
label . attr ( "id" , "select2-result-label-" + nextUid ( ) ) ;
label . attr ( "role" , "option" ) ;
2012-06-14 11:21:22 +04:00
2013-02-06 05:25:32 +04:00
formatted = opts . formatResult ( result , label , query , self . opts . escapeMarkup ) ;
2012-06-20 08:31:56 +04:00
if ( formatted !== undefined ) {
2013-01-08 14:35:58 +04:00
label . html ( formatted ) ;
2013-09-19 07:19:10 +04:00
node . append ( label ) ;
2012-06-20 08:31:56 +04:00
}
2012-07-16 01:22:44 +04:00
2012-06-12 15:35:56 +04:00
2012-06-14 11:21:22 +04:00
if ( compound ) {
2012-07-16 01:22:44 +04:00
innerContainer = $ ( "<ul></ul>" ) ;
innerContainer . addClass ( "select2-result-sub" ) ;
populate ( result . children , innerContainer , depth + 1 ) ;
node . append ( innerContainer ) ;
2012-06-14 11:21:22 +04:00
}
2012-06-12 15:35:56 +04:00
2012-07-16 01:22:44 +04:00
node . data ( "select2-data" , result ) ;
container . append ( node ) ;
2012-07-16 13:25:12 +04:00
}
2013-10-19 07:18:22 +04:00
liveRegion . text ( opts . formatMatches ( results . length ) ) ;
2012-06-12 15:35:56 +04:00
} ;
2012-07-16 01:22:44 +04:00
populate ( results , container , 0 ) ;
2012-06-08 07:47:33 +04:00
}
2012-07-16 13:25:12 +04:00
} , $ . fn . select2 . defaults , opts ) ;
2012-03-29 22:08:14 +04:00
2012-05-04 02:00:48 +04:00
if ( typeof ( opts . id ) !== "function" ) {
idKey = opts . id ;
2012-05-07 20:24:14 +04:00
opts . id = function ( e ) { return e [ idKey ] ; } ;
2012-04-12 11:33:10 +04:00
}
2012-03-29 22:08:14 +04:00
2013-02-01 05:10:30 +04:00
if ( $ . isArray ( opts . element . data ( "select2Tags" ) ) ) {
if ( "tags" in opts ) {
throw "tags specified as both an attribute 'data-select2-tags' and in options of Select2 " + opts . element . attr ( "id" ) ;
}
2013-03-23 18:05:16 +04:00
opts . tags = opts . element . data ( "select2Tags" ) ;
2013-02-01 05:10:30 +04:00
}
2012-04-12 11:33:10 +04:00
if ( select ) {
opts . query = this . bind ( function ( query ) {
2012-06-14 11:21:22 +04:00
var data = { results : [ ] , more : false } ,
2012-06-08 07:47:33 +04:00
term = query . term ,
2013-05-30 21:41:08 +04:00
children , placeholderOption , process ;
2012-03-29 22:08:14 +04:00
2012-06-14 11:21:22 +04:00
process = function ( element , collection ) {
var group ;
if ( element . is ( "option" ) ) {
2012-07-17 17:39:28 +04:00
if ( query . matcher ( term , element . text ( ) , element ) ) {
2013-04-10 02:11:21 +04:00
collection . push ( self . optionToData ( element ) ) ;
2012-06-14 11:21:22 +04:00
}
} else if ( element . is ( "optgroup" ) ) {
2013-04-10 02:11:21 +04:00
group = self . optionToData ( element ) ;
2012-06-16 23:00:09 +04:00
element . children ( ) . each2 ( function ( i , elm ) { process ( elm , group . children ) ; } ) ;
2012-06-14 11:21:22 +04:00
if ( group . children . length > 0 ) {
collection . push ( group ) ;
2012-06-12 15:35:56 +04:00
}
}
2012-06-14 11:21:22 +04:00
} ;
2012-03-29 22:08:14 +04:00
2012-06-19 10:16:45 +04:00
children = element . children ( ) ;
2012-03-29 22:08:14 +04:00
2012-06-19 10:16:45 +04:00
// ignore the placeholder option if there is one
if ( this . getPlaceholder ( ) !== undefined && children . length > 0 ) {
2013-05-30 21:41:08 +04:00
placeholderOption = this . getPlaceholderOption ( ) ;
if ( placeholderOption ) {
children = children . not ( placeholderOption ) ;
2012-04-12 11:33:10 +04:00
}
2012-06-19 10:16:45 +04:00
}
children . each2 ( function ( i , elm ) { process ( elm , data . results ) ; } ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
query . callback ( data ) ;
2012-03-29 22:08:14 +04:00
} ) ;
2012-05-04 02:05:39 +04:00
// this is needed because inside val() we construct choices from options and there id is hardcoded
2012-05-04 02:00:48 +04:00
opts . id = function ( e ) { return e . id ; } ;
2012-04-12 11:33:10 +04:00
} else {
if ( ! ( "query" in opts ) ) {
2013-02-01 05:10:30 +04:00
2012-04-12 11:33:10 +04:00
if ( "ajax" in opts ) {
2012-07-30 14:32:29 +04:00
ajaxUrl = opts . element . data ( "ajax-url" ) ;
if ( ajaxUrl && ajaxUrl . length > 0 ) {
opts . ajax . url = ajaxUrl ;
}
2013-02-19 23:54:09 +04:00
opts . query = ajax . call ( opts . element , opts . ajax ) ;
2012-04-12 11:33:10 +04:00
} else if ( "data" in opts ) {
opts . query = local ( opts . data ) ;
} else if ( "tags" in opts ) {
opts . query = tags ( opts . tags ) ;
2012-11-15 21:56:05 +04:00
if ( opts . createSearchChoice === undefined ) {
2013-07-02 18:35:12 +04:00
opts . createSearchChoice = function ( term ) { return { id : $ . trim ( term ) , text : $ . trim ( term ) } ; } ;
2012-11-15 21:56:05 +04:00
}
2013-02-07 03:26:19 +04:00
if ( opts . initSelection === undefined ) {
opts . initSelection = function ( element , callback ) {
var data = [ ] ;
$ ( splitVal ( element . val ( ) , opts . separator ) ) . each ( function ( ) {
2013-09-05 20:18:50 +04:00
var obj = { id : this , text : this } ,
tags = opts . tags ;
2013-02-07 03:26:19 +04:00
if ( $ . isFunction ( tags ) ) tags = tags ( ) ;
2013-09-05 20:18:50 +04:00
$ ( tags ) . each ( function ( ) { if ( equal ( this . id , obj . id ) ) { obj = this ; return false ; } } ) ;
data . push ( obj ) ;
2013-02-07 03:26:19 +04:00
} ) ;
callback ( data ) ;
} ;
}
2012-04-10 18:31:59 +04:00
}
2012-03-29 22:08:14 +04:00
}
}
2012-04-12 11:33:10 +04:00
if ( typeof ( opts . query ) !== "function" ) {
throw "query function not defined for Select2 " + opts . element . attr ( "id" ) ;
2012-04-11 11:51:27 +04:00
}
2012-03-31 01:06:34 +04:00
2014-01-23 03:05:47 +04:00
if ( opts . createSearchChoicePosition === 'top' ) {
opts . createSearchChoicePosition = function ( list , item ) { list . unshift ( item ) ; } ;
}
else if ( opts . createSearchChoicePosition === 'bottom' ) {
opts . createSearchChoicePosition = function ( list , item ) { list . push ( item ) ; } ;
}
else if ( typeof ( opts . createSearchChoicePosition ) !== "function" ) {
throw "invalid createSearchChoicePosition option must be 'top', 'bottom' or a custom function" ;
}
2012-04-12 11:33:10 +04:00
return opts ;
} ,
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
/ * *
* Monitor the original element for changes and update select2 accordingly
* /
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
monitorSource : function ( ) {
2013-10-18 00:09:02 +04:00
var el = this . opts . element , sync , observer ;
2013-02-02 00:21:28 +04:00
2013-05-09 11:07:35 +04:00
el . on ( "change.select2" , this . bind ( function ( e ) {
2012-04-12 11:33:10 +04:00
if ( this . opts . element . data ( "select2-change-triggered" ) !== true ) {
this . initSelection ( ) ;
}
} ) ) ;
2013-02-02 00:21:28 +04:00
sync = this . bind ( function ( ) {
2013-02-10 02:29:48 +04:00
// sync enabled state
2013-05-07 00:13:02 +04:00
var disabled = el . prop ( "disabled" ) ;
if ( disabled === undefined ) disabled = false ;
this . enable ( ! disabled ) ;
2013-02-10 02:29:48 +04:00
2013-05-07 00:13:02 +04:00
var readonly = el . prop ( "readonly" ) ;
if ( readonly === undefined ) readonly = false ;
this . readonly ( readonly ) ;
2013-02-10 02:29:48 +04:00
2013-02-10 03:14:45 +04:00
syncCssClasses ( this . container , this . opts . element , this . opts . adaptContainerCssClass ) ;
2013-02-10 02:29:48 +04:00
this . container . addClass ( evaluate ( this . opts . containerCssClass ) ) ;
2013-02-10 03:14:45 +04:00
syncCssClasses ( this . dropdown , this . opts . element , this . opts . adaptDropdownCssClass ) ;
2013-02-10 02:29:48 +04:00
this . dropdown . addClass ( evaluate ( this . opts . dropdownCssClass ) ) ;
2013-02-02 00:21:28 +04:00
} ) ;
2013-10-18 00:09:02 +04:00
// IE8-10
el . on ( "propertychange.select2" , sync ) ;
2013-04-27 22:08:05 +04:00
// hold onto a reference of the callback to work around a chromium bug
if ( this . mutationCallback === undefined ) {
this . mutationCallback = function ( mutations ) {
mutations . forEach ( sync ) ;
}
}
2013-10-18 00:09:02 +04:00
// safari, chrome, firefox, IE11
observer = window . MutationObserver || window . WebKitMutationObserver || window . MozMutationObserver ;
if ( observer !== undefined ) {
2013-02-02 00:21:28 +04:00
if ( this . propertyObserver ) { delete this . propertyObserver ; this . propertyObserver = null ; }
2013-10-18 00:09:02 +04:00
this . propertyObserver = new observer ( this . mutationCallback ) ;
2013-02-02 00:21:28 +04:00
this . propertyObserver . observe ( el . get ( 0 ) , { attributes : true , subtree : false } ) ;
}
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2013-04-10 06:53:11 +04:00
// abstract
triggerSelect : function ( data ) {
2013-05-07 03:12:38 +04:00
var evt = $ . Event ( "select2-selecting" , { val : this . id ( data ) , object : data } ) ;
2013-04-10 06:53:11 +04:00
this . opts . element . trigger ( evt ) ;
return ! evt . isDefaultPrevented ( ) ;
} ,
2012-04-12 11:33:10 +04:00
/ * *
* Triggers the change event on the source element
* /
2012-06-22 06:00:29 +04:00
// abstract
2012-06-22 09:56:50 +04:00
triggerChange : function ( details ) {
details = details || { } ;
details = $ . extend ( { } , details , { type : "change" , val : this . val ( ) } ) ;
// prevents recursive triggering
2012-04-12 11:33:10 +04:00
this . opts . element . data ( "select2-change-triggered" , true ) ;
2012-06-22 09:56:50 +04:00
this . opts . element . trigger ( details ) ;
2012-04-12 11:33:10 +04:00
this . opts . element . data ( "select2-change-triggered" , false ) ;
2012-07-25 09:09:52 +04:00
// some validation frameworks ignore the change event and listen instead to keyup, click for selects
// so here we trigger the click event manually
this . opts . element . click ( ) ;
2012-09-04 08:43:25 +04:00
2013-11-01 03:20:45 +04:00
// ValidationEngine ignores the change event and listens instead to blur
2012-09-04 08:43:25 +04:00
// so here we trigger the blur event manually if so desired
if ( this . opts . blurOnChange )
this . opts . element . blur ( ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2013-05-07 00:13:02 +04:00
//abstract
isInterfaceEnabled : function ( )
{
return this . enabledInterface === true ;
} ,
2012-06-22 06:00:29 +04:00
// abstract
2013-05-07 00:13:02 +04:00
enableInterface : function ( ) {
var enabled = this . _enabled && ! this . _readonly ,
disabled = ! enabled ;
2012-06-07 08:52:08 +04:00
2013-05-07 00:13:02 +04:00
if ( enabled === this . enabledInterface ) return false ;
this . container . toggleClass ( "select2-container-disabled" , disabled ) ;
this . close ( ) ;
this . enabledInterface = enabled ;
return true ;
2012-06-07 08:52:08 +04:00
} ,
2012-06-22 06:00:29 +04:00
// abstract
2013-05-07 00:13:02 +04:00
enable : function ( enabled ) {
if ( enabled === undefined ) enabled = true ;
2013-07-15 18:59:34 +04:00
if ( this . _enabled === enabled ) return ;
2013-05-07 00:13:02 +04:00
this . _enabled = enabled ;
2012-06-07 08:52:08 +04:00
2013-05-07 00:13:02 +04:00
this . opts . element . prop ( "disabled" , ! enabled ) ;
this . enableInterface ( ) ;
2013-07-15 18:59:34 +04:00
} ,
// abstract
disable : function ( ) {
this . enable ( false ) ;
2013-05-07 00:13:02 +04:00
} ,
2012-06-07 08:52:08 +04:00
2013-05-07 00:13:02 +04:00
// abstract
readonly : function ( enabled ) {
if ( enabled === undefined ) enabled = false ;
2014-02-03 19:07:23 +04:00
if ( this . _readonly === enabled ) return ;
2013-05-07 00:13:02 +04:00
this . _readonly = enabled ;
this . opts . element . prop ( "readonly" , enabled ) ;
this . enableInterface ( ) ;
2012-06-07 08:52:08 +04:00
} ,
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
opened : function ( ) {
return this . container . hasClass ( "select2-dropdown-open" ) ;
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-06-13 08:59:39 +04:00
positionDropdown : function ( ) {
2013-10-08 13:37:37 +04:00
var $dropdown = this . dropdown ,
2013-03-19 02:39:10 +04:00
offset = this . container . offset ( ) ,
2012-10-16 21:22:25 +04:00
height = this . container . outerHeight ( false ) ,
width = this . container . outerWidth ( false ) ,
2013-03-19 02:39:10 +04:00
dropHeight = $dropdown . outerHeight ( false ) ,
2013-10-08 13:37:37 +04:00
$window = $ ( window ) ,
windowWidth = $window . width ( ) ,
windowHeight = $window . height ( ) ,
viewPortRight = $window . scrollLeft ( ) + windowWidth ,
viewportBottom = $window . scrollTop ( ) + windowHeight ,
2012-07-11 13:33:38 +04:00
dropTop = offset . top + height ,
2012-09-05 21:14:12 +04:00
dropLeft = offset . left ,
2012-07-11 13:33:38 +04:00
enoughRoomBelow = dropTop + dropHeight <= viewportBottom ,
2014-03-21 04:45:41 +04:00
enoughRoomAbove = ( offset . top - dropHeight ) >= $window . scrollTop ( ) ,
2013-06-26 18:32:07 +04:00
dropWidth = $dropdown . outerWidth ( false ) ,
enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight ,
2013-03-19 02:39:10 +04:00
aboveNow = $dropdown . hasClass ( "select2-drop-above" ) ,
2012-09-05 21:14:12 +04:00
bodyOffset ,
2012-07-11 13:33:38 +04:00
above ,
2013-10-08 13:37:37 +04:00
changeDirection ,
2013-03-19 02:39:10 +04:00
css ,
resultsListNode ;
2013-10-08 13:37:37 +04:00
// always prefer the current above/below alignment, unless there is not enough room
if ( aboveNow ) {
above = true ;
if ( ! enoughRoomAbove && enoughRoomBelow ) {
changeDirection = true ;
above = false ;
}
} else {
above = false ;
if ( ! enoughRoomBelow && enoughRoomAbove ) {
changeDirection = true ;
above = true ;
}
}
//if we are changing direction we need to get positions when dropdown is hidden;
if ( changeDirection ) {
$dropdown . hide ( ) ;
offset = this . container . offset ( ) ;
height = this . container . outerHeight ( false ) ;
width = this . container . outerWidth ( false ) ;
dropHeight = $dropdown . outerHeight ( false ) ;
viewPortRight = $window . scrollLeft ( ) + windowWidth ;
viewportBottom = $window . scrollTop ( ) + windowHeight ;
dropTop = offset . top + height ;
dropLeft = offset . left ;
dropWidth = $dropdown . outerWidth ( false ) ;
enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight ;
$dropdown . show ( ) ;
2014-04-03 14:19:37 +04:00
// fix so the cursor does not move to the left within the search-textbox in IE
this . focusSearch ( ) ;
2013-10-08 13:37:37 +04:00
}
2013-09-15 11:25:35 +04:00
2013-03-19 02:39:10 +04:00
if ( this . opts . dropdownAutoWidth ) {
resultsListNode = $ ( '.select2-results' , $dropdown ) [ 0 ] ;
$dropdown . addClass ( 'select2-drop-auto-width' ) ;
$dropdown . css ( 'width' , '' ) ;
// Add scrollbar width to dropdown if vertical scrollbar is present
dropWidth = $dropdown . outerWidth ( false ) + ( resultsListNode . scrollHeight === resultsListNode . clientHeight ? 0 : scrollBarDimensions . width ) ;
dropWidth > width ? width = dropWidth : dropWidth = width ;
enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight ;
}
else {
this . container . removeClass ( 'select2-drop-auto-width' ) ;
}
2012-07-11 13:33:38 +04:00
2013-02-09 12:08:38 +04:00
//console.log("below/ droptop:", dropTop, "dropHeight", dropHeight, "sum", (dropTop+dropHeight)+" viewport bottom", viewportBottom, "enough?", enoughRoomBelow);
//console.log("above/ offset.top", offset.top, "dropHeight", dropHeight, "top", (offset.top-dropHeight), "scrollTop", this.body().scrollTop(), "enough?", enoughRoomAbove);
2012-07-18 01:26:49 +04:00
2012-09-05 21:14:12 +04:00
// fix positioning when body has an offset and is not position: static
if ( this . body ( ) . css ( 'position' ) !== 'static' ) {
bodyOffset = this . body ( ) . offset ( ) ;
dropTop -= bodyOffset . top ;
dropLeft -= bodyOffset . left ;
}
2013-02-09 12:08:38 +04:00
if ( ! enoughRoomOnRight ) {
2013-12-19 01:28:40 +04:00
dropLeft = offset . left + this . container . outerWidth ( false ) - dropWidth ;
2013-02-09 12:08:38 +04:00
}
2012-11-15 15:16:55 +04:00
2013-10-08 13:37:37 +04:00
css = {
left : dropLeft ,
width : width
} ;
2012-07-11 13:33:38 +04:00
if ( above ) {
2013-11-07 14:45:05 +04:00
css . top = offset . top - dropHeight ;
css . bottom = 'auto' ;
2012-07-11 13:33:38 +04:00
this . container . addClass ( "select2-drop-above" ) ;
2013-03-19 02:39:10 +04:00
$dropdown . addClass ( "select2-drop-above" ) ;
2012-07-11 13:33:38 +04:00
}
else {
2013-10-08 13:37:37 +04:00
css . top = dropTop ;
css . bottom = 'auto' ;
2012-07-11 13:33:38 +04:00
this . container . removeClass ( "select2-drop-above" ) ;
2013-03-19 02:39:10 +04:00
$dropdown . removeClass ( "select2-drop-above" ) ;
2012-07-11 13:33:38 +04:00
}
2013-10-08 13:37:37 +04:00
css = $ . extend ( css , evaluate ( this . opts . dropdownCss ) ) ;
2012-07-10 09:10:52 +04:00
2013-03-19 02:39:10 +04:00
$dropdown . css ( css ) ;
2012-06-12 12:40:37 +04:00
} ,
2012-07-05 12:07:31 +04:00
// abstract
shouldOpen : function ( ) {
var event ;
if ( this . opened ( ) ) return false ;
2013-05-07 23:39:05 +04:00
if ( this . _enabled === false || this . _readonly === true ) return false ;
2013-05-07 03:12:38 +04:00
event = $ . Event ( "select2-opening" ) ;
2012-07-05 12:07:31 +04:00
this . opts . element . trigger ( event ) ;
return ! event . isDefaultPrevented ( ) ;
} ,
2012-07-11 13:33:38 +04:00
// abstract
clearDropdownAlignmentPreference : function ( ) {
// clear the classes used to figure out the preference of where the dropdown should be opened
this . container . removeClass ( "select2-drop-above" ) ;
this . dropdown . removeClass ( "select2-drop-above" ) ;
} ,
2012-07-05 12:07:31 +04:00
/ * *
* Opens the dropdown
*
* @ return { Boolean } whether or not dropdown was opened . This method will return false if , for example ,
* the dropdown is already open , or if the 'open' event listener on the element called preventDefault ( ) .
* /
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
open : function ( ) {
2012-07-05 12:07:31 +04:00
if ( ! this . shouldOpen ( ) ) return false ;
2012-03-29 22:08:14 +04:00
2013-05-09 20:48:31 +04:00
this . opening ( ) ;
2012-07-15 23:22:38 +04:00
return true ;
} ,
/ * *
* Performs the opening of the dropdown
* /
// abstract
opening : function ( ) {
2013-01-31 22:52:18 +04:00
var cid = this . containerId ,
scroll = "scroll." + cid ,
resize = "resize." + cid ,
2013-02-01 04:45:26 +04:00
orient = "orientationchange." + cid ,
2013-10-10 22:15:26 +04:00
mask ;
2012-08-07 10:44:39 +04:00
2012-07-18 01:26:49 +04:00
this . container . addClass ( "select2-dropdown-open" ) . addClass ( "select2-container-active" ) ;
2012-03-29 22:08:14 +04:00
2013-04-10 05:58:30 +04:00
this . clearDropdownAlignmentPreference ( ) ;
2012-07-15 23:22:38 +04:00
2012-07-17 13:01:22 +04:00
if ( this . dropdown [ 0 ] !== this . body ( ) . children ( ) . last ( ) [ 0 ] ) {
this . dropdown . detach ( ) . appendTo ( this . body ( ) ) ;
2012-07-15 23:22:38 +04:00
}
2013-11-01 03:20:45 +04:00
// create the dropdown mask if doesn't already exist
2013-01-31 22:52:18 +04:00
mask = $ ( "#select2-drop-mask" ) ;
2013-02-12 10:16:12 +04:00
if ( mask . length == 0 ) {
mask = $ ( document . createElement ( "div" ) ) ;
mask . attr ( "id" , "select2-drop-mask" ) . attr ( "class" , "select2-drop-mask" ) ;
mask . hide ( ) ;
mask . appendTo ( this . body ( ) ) ;
2013-06-04 19:33:02 +04:00
mask . on ( "mousedown touchstart click" , function ( e ) {
2013-11-20 21:15:58 +04:00
// Prevent IE from generating a click event on the body
reinsertElement ( mask ) ;
2013-02-12 10:16:12 +04:00
var dropdown = $ ( "#select2-drop" ) , self ;
if ( dropdown . length > 0 ) {
self = dropdown . data ( "select2" ) ;
if ( self . opts . selectOnBlur ) {
self . selectHighlighted ( { noFocus : true } ) ;
}
2014-02-22 04:59:14 +04:00
self . close ( ) ;
2013-05-07 07:05:15 +04:00
e . preventDefault ( ) ;
e . stopPropagation ( ) ;
2013-02-12 10:16:12 +04:00
}
} ) ;
}
2013-01-31 22:52:18 +04:00
// ensure the mask is always right before the dropdown
if ( this . dropdown . prev ( ) [ 0 ] !== mask [ 0 ] ) {
this . dropdown . before ( mask ) ;
}
2013-01-31 09:49:57 +04:00
// move the global id to the correct dropdown
$ ( "#select2-drop" ) . removeAttr ( "id" ) ;
this . dropdown . attr ( "id" , "select2-drop" ) ;
2012-07-18 01:26:49 +04:00
2013-01-31 09:49:57 +04:00
// show the elements
2013-08-01 08:41:29 +04:00
mask . show ( ) ;
2013-06-01 04:57:21 +04:00
2013-08-01 09:05:44 +04:00
this . positionDropdown ( ) ;
2013-01-31 09:49:57 +04:00
this . dropdown . show ( ) ;
2012-07-19 12:08:09 +04:00
this . positionDropdown ( ) ;
2012-08-17 09:54:14 +04:00
2013-01-31 09:49:57 +04:00
this . dropdown . addClass ( "select2-drop-active" ) ;
2013-01-31 22:52:18 +04:00
// attach listeners to events that can change the position of the container and thus require
// the position of the dropdown to be updated as well so it does not come unglued from the container
2013-02-19 12:19:27 +04:00
var that = this ;
2013-01-31 22:52:18 +04:00
this . container . parents ( ) . add ( window ) . each ( function ( ) {
2013-05-09 11:07:35 +04:00
$ ( this ) . on ( resize + " " + scroll + " " + orient , function ( e ) {
2013-02-19 12:19:27 +04:00
that . positionDropdown ( ) ;
2013-01-31 22:52:18 +04:00
} ) ;
} ) ;
2013-08-01 08:41:29 +04:00
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
close : function ( ) {
if ( ! this . opened ( ) ) return ;
2012-03-29 22:08:14 +04:00
2013-01-31 22:52:18 +04:00
var cid = this . containerId ,
scroll = "scroll." + cid ,
2013-02-01 04:45:26 +04:00
resize = "resize." + cid ,
orient = "orientationchange." + cid ;
2013-01-31 22:52:18 +04:00
// unbind event listeners
2013-05-09 11:07:35 +04:00
this . container . parents ( ) . add ( window ) . each ( function ( ) { $ ( this ) . off ( scroll ) . off ( resize ) . off ( orient ) ; } ) ;
2012-08-07 10:44:39 +04:00
2012-07-11 13:33:38 +04:00
this . clearDropdownAlignmentPreference ( ) ;
2013-01-31 22:52:18 +04:00
$ ( "#select2-drop-mask" ) . hide ( ) ;
2013-01-31 09:49:57 +04:00
this . dropdown . removeAttr ( "id" ) ; // only the active dropdown has the select2-drop id
2012-04-12 11:33:10 +04:00
this . dropdown . hide ( ) ;
2013-08-28 20:59:10 +04:00
this . container . removeClass ( "select2-dropdown-open" ) . removeClass ( "select2-container-active" ) ;
2012-04-12 11:33:10 +04:00
this . results . empty ( ) ;
2013-05-03 02:41:55 +04:00
2013-05-03 13:51:41 +04:00
2013-05-07 06:42:38 +04:00
this . clearSearch ( ) ;
2013-03-25 19:57:35 +04:00
this . search . removeClass ( "select2-active" ) ;
2013-05-07 03:12:38 +04:00
this . opts . element . trigger ( $ . Event ( "select2-close" ) ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2013-05-29 21:24:30 +04:00
/ * *
* Opens control , sets input value , and updates results .
* /
// abstract
2013-06-07 08:58:10 +04:00
externalSearch : function ( term ) {
2013-05-29 21:24:30 +04:00
this . open ( ) ;
this . search . val ( term ) ;
this . updateResults ( false ) ;
} ,
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
clearSearch : function ( ) {
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2013-02-10 03:48:20 +04:00
//abstract
getMaximumSelectionSize : function ( ) {
return evaluate ( this . opts . maximumSelectionSize ) ;
} ,
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
ensureHighlightVisible : function ( ) {
var results = this . results , children , index , child , hb , rb , y , more ;
2012-06-28 08:44:31 +04:00
2012-04-12 11:33:10 +04:00
index = this . highlight ( ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( index < 0 ) return ;
2012-06-28 08:44:31 +04:00
2012-06-30 07:15:45 +04:00
if ( index == 0 ) {
// if the first element is highlighted scroll all the way to the top,
// that way any unselectable headers above it will also be scrolled
// into view
results . scrollTop ( 0 ) ;
return ;
}
2013-03-26 16:49:02 +04:00
children = this . findHighlightableChoices ( ) . find ( '.select2-result-label' ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
child = $ ( children [ index ] ) ;
2012-03-29 22:08:14 +04:00
2012-09-18 06:52:42 +04:00
hb = child . offset ( ) . top + child . outerHeight ( true ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
// if this is the last child lets also make sure select2-more-results is visible
if ( index === children . length - 1 ) {
more = results . find ( "li.select2-more-results" ) ;
if ( more . length > 0 ) {
2012-09-18 06:52:42 +04:00
hb = more . offset ( ) . top + more . outerHeight ( true ) ;
2012-04-12 11:33:10 +04:00
}
}
2012-03-29 22:08:14 +04:00
2012-09-18 06:52:42 +04:00
rb = results . offset ( ) . top + results . outerHeight ( true ) ;
2012-04-12 11:33:10 +04:00
if ( hb > rb ) {
results . scrollTop ( results . scrollTop ( ) + ( hb - rb ) ) ;
2012-03-29 22:08:14 +04:00
}
2012-04-12 11:33:10 +04:00
y = child . offset ( ) . top - results . offset ( ) . top ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
// make sure the top of the element is visible
2012-10-31 10:35:34 +04:00
if ( y < 0 && child . css ( 'display' ) != 'none' ) {
2012-04-12 11:33:10 +04:00
results . scrollTop ( results . scrollTop ( ) + y ) ; // y is negative
}
} ,
2012-03-29 22:08:14 +04:00
2013-02-01 01:15:46 +04:00
// abstract
findHighlightableChoices : function ( ) {
2013-12-30 18:33:46 +04:00
return this . results . find ( ".select2-result-selectable:not(.select2-disabled):not(.select2-selected)" ) ;
2013-02-01 01:15:46 +04:00
} ,
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
moveHighlight : function ( delta ) {
2013-02-01 01:15:46 +04:00
var choices = this . findHighlightableChoices ( ) ,
2012-04-12 11:33:10 +04:00
index = this . highlight ( ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
while ( index > - 1 && index < choices . length ) {
index += delta ;
2012-07-04 15:16:29 +04:00
var choice = $ ( choices [ index ] ) ;
2013-01-24 17:59:09 +04:00
if ( choice . hasClass ( "select2-result-selectable" ) && ! choice . hasClass ( "select2-disabled" ) && ! choice . hasClass ( "select2-selected" ) ) {
2012-04-12 11:33:10 +04:00
this . highlight ( index ) ;
break ;
}
}
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
highlight : function ( index ) {
2013-02-09 12:45:14 +04:00
var choices = this . findHighlightableChoices ( ) ,
choice ,
data ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( arguments . length === 0 ) {
return indexOf ( choices . filter ( ".select2-highlighted" ) [ 0 ] , choices . get ( ) ) ;
}
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( index >= choices . length ) index = choices . length - 1 ;
if ( index < 0 ) index = 0 ;
2012-03-29 22:08:14 +04:00
2013-06-28 00:08:56 +04:00
this . removeHighlight ( ) ;
2012-06-12 15:35:56 +04:00
2013-02-09 12:45:14 +04:00
choice = $ ( choices [ index ] ) ;
choice . addClass ( "select2-highlighted" ) ;
2013-11-06 16:55:12 +04:00
// ensure assistive technology can determine the active choice
this . search . attr ( "aria-activedescendant" , choice . find ( ".select2-result-label" ) . attr ( "id" ) ) ;
2012-04-12 11:33:10 +04:00
this . ensureHighlightVisible ( ) ;
2013-02-09 12:45:14 +04:00
2013-10-19 07:18:22 +04:00
this . liveRegion . text ( choice . text ( ) ) ;
2013-02-09 12:45:14 +04:00
data = choice . data ( "select2-data" ) ;
if ( data ) {
2013-05-07 03:12:38 +04:00
this . opts . element . trigger ( { type : "select2-highlight" , val : this . id ( data ) , choice : data } ) ;
2013-02-09 12:45:14 +04:00
}
2012-07-18 11:26:49 +04:00
} ,
2013-06-28 00:08:56 +04:00
removeHighlight : function ( ) {
this . results . find ( ".select2-highlighted" ) . removeClass ( "select2-highlighted" ) ;
} ,
2014-02-03 20:34:51 +04:00
touchMoved : function ( ) {
this . _touchMoved = true ;
} ,
clearTouchMoved : function ( ) {
this . _touchMoved = false ;
} ,
2012-07-18 11:26:49 +04:00
// abstract
countSelectableResults : function ( ) {
2013-02-01 01:15:46 +04:00
return this . findHighlightableChoices ( ) . length ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
highlightUnderEvent : function ( event ) {
2012-06-30 07:15:45 +04:00
var el = $ ( event . target ) . closest ( ".select2-result-selectable" ) ;
2012-06-19 07:44:26 +04:00
if ( el . length > 0 && ! el . is ( ".select2-highlighted" ) ) {
2013-06-26 18:32:07 +04:00
var choices = this . findHighlightableChoices ( ) ;
2012-06-12 15:35:56 +04:00
this . highlight ( choices . index ( el ) ) ;
2012-06-30 07:15:45 +04:00
} else if ( el . length == 0 ) {
2013-06-28 00:08:56 +04:00
// if we are over an unselectable item remove all highlights
this . removeHighlight ( ) ;
2012-04-12 11:33:10 +04:00
}
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
loadMoreIfNeeded : function ( ) {
var results = this . results ,
more = results . find ( "li.select2-more-results" ) ,
below , // pixels the element is below the scroll fold, below==0 is when the element is starting to be visible
2012-06-14 11:21:22 +04:00
page = this . resultsPage + 1 ,
2012-06-22 09:08:56 +04:00
self = this ,
term = this . search . val ( ) ,
context = this . context ;
2012-04-12 11:33:10 +04:00
if ( more . length === 0 ) return ;
below = more . offset ( ) . top - results . offset ( ) . top - results . height ( ) ;
2013-01-10 13:02:00 +04:00
if ( below <= this . opts . loadMorePadding ) {
2012-04-12 11:33:10 +04:00
more . addClass ( "select2-active" ) ;
Adds an additional parameter roundtripValue to function data.
Enables a stored value, which can be passed by the function 'result' to the next call of the function 'data'.
This is a solution for issue #72
Example:
data: function (term, page, roundtripValue) {
var options = {
q: term,
limit: 5,
};
if (typeof(roundtripValue) !== 'undefined' && roundtripValue != null) {
options['continuation_handle'] = roundtripValue;
}
return options;
},
results: function (data, page) {
var roundtripValue = data.continuation_handle;
var more = typeof(roundtripValue) !== 'undefined';
return {results: data.results, more: more, roundtripValue: roundtripValue};
},
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-05-31 19:56:01 +04:00
this . opts . query ( {
2013-02-10 08:22:21 +04:00
element : this . opts . element ,
2012-06-22 09:09:33 +04:00
term : term ,
Adds an additional parameter roundtripValue to function data.
Enables a stored value, which can be passed by the function 'result' to the next call of the function 'data'.
This is a solution for issue #72
Example:
data: function (term, page, roundtripValue) {
var options = {
q: term,
limit: 5,
};
if (typeof(roundtripValue) !== 'undefined' && roundtripValue != null) {
options['continuation_handle'] = roundtripValue;
}
return options;
},
results: function (data, page) {
var roundtripValue = data.continuation_handle;
var more = typeof(roundtripValue) !== 'undefined';
return {results: data.results, more: more, roundtripValue: roundtripValue};
},
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-05-31 19:56:01 +04:00
page : page ,
2012-06-22 09:09:33 +04:00
context : context ,
2012-06-13 06:41:21 +04:00
matcher : this . opts . matcher ,
Adds an additional parameter roundtripValue to function data.
Enables a stored value, which can be passed by the function 'result' to the next call of the function 'data'.
This is a solution for issue #72
Example:
data: function (term, page, roundtripValue) {
var options = {
q: term,
limit: 5,
};
if (typeof(roundtripValue) !== 'undefined' && roundtripValue != null) {
options['continuation_handle'] = roundtripValue;
}
return options;
},
results: function (data, page) {
var roundtripValue = data.continuation_handle;
var more = typeof(roundtripValue) !== 'undefined';
return {results: data.results, more: more, roundtripValue: roundtripValue};
},
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-05-31 19:56:01 +04:00
callback : this . bind ( function ( data ) {
2012-06-14 11:21:22 +04:00
2012-08-17 10:04:29 +04:00
// ignore a response if the select2 has been closed before it was received
if ( ! self . opened ( ) ) return ;
2012-06-28 11:55:36 +04:00
self . opts . populateResults . call ( this , results , data . results , { term : term , page : page , context : context } ) ;
2013-03-04 16:54:03 +04:00
self . postprocessResults ( data , false , false ) ;
2013-03-08 04:03:56 +04:00
2012-06-14 11:21:22 +04:00
if ( data . more === true ) {
2014-02-15 05:14:12 +04:00
more . detach ( ) . appendTo ( results ) . text ( evaluate ( self . opts . formatLoadMore , page + 1 ) ) ;
2012-06-28 16:34:26 +04:00
window . setTimeout ( function ( ) { self . loadMoreIfNeeded ( ) ; } , 10 ) ;
2012-06-28 17:19:13 +04:00
} else {
more . remove ( ) ;
2012-03-29 22:08:14 +04:00
}
2012-07-10 09:10:52 +04:00
self . positionDropdown ( ) ;
2012-06-14 11:21:22 +04:00
self . resultsPage = page ;
2012-11-22 00:51:31 +04:00
self . context = data . context ;
2013-07-02 19:38:09 +04:00
this . opts . element . trigger ( { type : "select2-loaded" , items : data } ) ;
2012-04-12 11:33:10 +04:00
} ) } ) ;
}
} ,
2012-03-29 22:08:14 +04:00
2012-08-09 06:33:24 +04:00
/ * *
* Default tokenizer function which does nothing
* /
tokenize : function ( ) {
} ,
2012-04-12 11:33:10 +04:00
/ * *
* @ param initial whether or not this is the call to this method right after the dropdown has been opened
* /
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
updateResults : function ( initial ) {
2013-03-14 23:47:46 +04:00
var search = this . search ,
results = this . results ,
opts = this . opts ,
data ,
self = this ,
input ,
term = search . val ( ) ,
2013-06-28 00:08:56 +04:00
lastTerm = $ . data ( this . container , "select2-last-term" ) ,
2013-07-02 00:30:44 +04:00
// sequence number used to drop out-of-order responses
2013-06-28 00:08:56 +04:00
queryNumber ;
2013-03-14 23:47:46 +04:00
// prevent duplicate queries against the same term
if ( initial !== true && lastTerm && equal ( term , lastTerm ) ) return ;
2012-03-29 22:08:14 +04:00
2013-03-19 19:34:34 +04:00
$ . data ( this . container , "select2-last-term" , term ) ;
2012-06-08 10:09:51 +04:00
// if the search is currently hidden we do not alter the results
2012-07-16 23:39:02 +04:00
if ( initial !== true && ( this . showSearchInput === false || ! this . opened ( ) ) ) {
2012-06-08 10:09:51 +04:00
return ;
}
2012-06-14 11:21:22 +04:00
function postRender ( ) {
2012-04-12 11:33:10 +04:00
search . removeClass ( "select2-active" ) ;
2012-07-20 18:12:58 +04:00
self . positionDropdown ( ) ;
2013-10-19 07:18:22 +04:00
if ( results . find ( '.select2-no-results,.select2-selection-limit,.select2-searching' ) . length ) {
self . liveRegion . text ( results . text ( ) ) ;
}
else {
self . liveRegion . text ( self . opts . formatMatches ( results . find ( '.select2-result-selectable' ) . length ) ) ;
}
2012-04-03 09:27:58 +04:00
}
2012-03-29 22:08:14 +04:00
2012-06-14 11:21:22 +04:00
function render ( html ) {
2013-01-08 14:35:58 +04:00
results . html ( html ) ;
2012-06-14 11:21:22 +04:00
postRender ( ) ;
}
2012-07-27 17:32:14 +04:00
2013-06-28 00:08:56 +04:00
queryNumber = ++ this . queryCount ;
2013-02-10 03:48:20 +04:00
var maxSelSize = this . getMaximumSelectionSize ( ) ;
2013-01-12 20:37:57 +04:00
if ( maxSelSize >= 1 ) {
2012-07-27 17:32:14 +04:00
data = this . data ( ) ;
2013-01-12 20:37:57 +04:00
if ( $ . isArray ( data ) && data . length >= maxSelSize && checkFormatter ( opts . formatSelectionTooBig , "formatSelectionTooBig" ) ) {
2014-02-01 09:00:47 +04:00
render ( "<li class='select2-selection-limit'>" + evaluate ( opts . formatSelectionTooBig , maxSelSize ) + "</li>" ) ;
2013-06-26 18:32:07 +04:00
return ;
2012-07-27 17:32:14 +04:00
}
2012-07-27 15:53:21 +04:00
}
2012-06-14 11:21:22 +04:00
2012-09-18 06:34:50 +04:00
if ( search . val ( ) . length < opts . minimumInputLength ) {
if ( checkFormatter ( opts . formatInputTooShort , "formatInputTooShort" ) ) {
2014-02-01 09:00:47 +04:00
render ( "<li class='select2-no-results'>" + evaluate ( opts . formatInputTooShort , search . val ( ) , opts . minimumInputLength ) + "</li>" ) ;
2012-09-18 06:34:50 +04:00
} else {
render ( "" ) ;
}
2013-05-15 02:17:24 +04:00
if ( initial && this . showSearch ) this . showSearch ( true ) ;
2012-03-29 22:08:14 +04:00
return ;
}
2012-12-15 01:49:01 +04:00
if ( opts . maximumInputLength && search . val ( ) . length > opts . maximumInputLength ) {
if ( checkFormatter ( opts . formatInputTooLong , "formatInputTooLong" ) ) {
2014-02-01 09:00:47 +04:00
render ( "<li class='select2-no-results'>" + evaluate ( opts . formatInputTooLong , search . val ( ) , opts . maximumInputLength ) + "</li>" ) ;
2012-12-15 01:49:01 +04:00
} else {
render ( "" ) ;
}
return ;
}
2013-03-14 21:00:25 +04:00
if ( opts . formatSearching && this . findHighlightableChoices ( ) . length === 0 ) {
2014-02-01 09:00:47 +04:00
render ( "<li class='select2-searching'>" + evaluate ( opts . formatSearching ) + "</li>" ) ;
2013-03-14 21:00:25 +04:00
}
search . addClass ( "select2-active" ) ;
2013-06-28 00:08:56 +04:00
this . removeHighlight ( ) ;
2012-08-09 06:33:24 +04:00
// give the tokenizer a chance to pre-process the input
input = this . tokenize ( ) ;
if ( input != undefined && input != null ) {
search . val ( input ) ;
}
2012-04-12 11:33:10 +04:00
this . resultsPage = 1 ;
2013-02-15 07:52:43 +04:00
Adds an additional parameter roundtripValue to function data.
Enables a stored value, which can be passed by the function 'result' to the next call of the function 'data'.
This is a solution for issue #72
Example:
data: function (term, page, roundtripValue) {
var options = {
q: term,
limit: 5,
};
if (typeof(roundtripValue) !== 'undefined' && roundtripValue != null) {
options['continuation_handle'] = roundtripValue;
}
return options;
},
results: function (data, page) {
var roundtripValue = data.continuation_handle;
var more = typeof(roundtripValue) !== 'undefined';
return {results: data.results, more: more, roundtripValue: roundtripValue};
},
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-05-31 19:56:01 +04:00
opts . query ( {
2013-02-10 08:22:21 +04:00
element : opts . element ,
Adds an additional parameter roundtripValue to function data.
Enables a stored value, which can be passed by the function 'result' to the next call of the function 'data'.
This is a solution for issue #72
Example:
data: function (term, page, roundtripValue) {
var options = {
q: term,
limit: 5,
};
if (typeof(roundtripValue) !== 'undefined' && roundtripValue != null) {
options['continuation_handle'] = roundtripValue;
}
return options;
},
results: function (data, page) {
var roundtripValue = data.continuation_handle;
var more = typeof(roundtripValue) !== 'undefined';
return {results: data.results, more: more, roundtripValue: roundtripValue};
},
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-05-31 19:56:01 +04:00
term : search . val ( ) ,
page : this . resultsPage ,
2012-06-05 04:15:11 +04:00
context : null ,
2012-06-08 07:47:33 +04:00
matcher : opts . matcher ,
Adds an additional parameter roundtripValue to function data.
Enables a stored value, which can be passed by the function 'result' to the next call of the function 'data'.
This is a solution for issue #72
Example:
data: function (term, page, roundtripValue) {
var options = {
q: term,
limit: 5,
};
if (typeof(roundtripValue) !== 'undefined' && roundtripValue != null) {
options['continuation_handle'] = roundtripValue;
}
return options;
},
results: function (data, page) {
var roundtripValue = data.continuation_handle;
var more = typeof(roundtripValue) !== 'undefined';
return {results: data.results, more: more, roundtripValue: roundtripValue};
},
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-05-31 19:56:01 +04:00
callback : this . bind ( function ( data ) {
2012-06-14 11:21:22 +04:00
var def ; // default choice
2012-04-12 11:33:10 +04:00
2013-06-28 00:08:56 +04:00
// ignore old responses
if ( queryNumber != this . queryCount ) {
return ;
}
2012-08-17 10:04:29 +04:00
// ignore a response if the select2 has been closed before it was received
2013-03-14 22:39:45 +04:00
if ( ! this . opened ( ) ) {
this . search . removeClass ( "select2-active" ) ;
return ;
}
2012-08-17 10:04:29 +04:00
2012-06-13 06:41:21 +04:00
// save context, if any
this . context = ( data . context === undefined ) ? null : data . context ;
2012-04-12 11:33:10 +04:00
// create a default choice and prepend it to the list
if ( this . opts . createSearchChoice && search . val ( ) !== "" ) {
2013-06-21 05:36:12 +04:00
def = this . opts . createSearchChoice . call ( self , search . val ( ) , data . results ) ;
2012-05-04 02:00:48 +04:00
if ( def !== undefined && def !== null && self . id ( def ) !== undefined && self . id ( def ) !== null ) {
2012-04-12 11:33:10 +04:00
if ( $ ( data . results ) . filter (
function ( ) {
2012-05-04 02:00:48 +04:00
return equal ( self . id ( this ) , self . id ( def ) ) ;
2012-04-12 11:33:10 +04:00
} ) . length === 0 ) {
2014-01-23 03:05:47 +04:00
this . opts . createSearchChoicePosition ( data . results , def ) ;
2012-04-12 11:33:10 +04:00
}
}
}
2012-03-29 22:08:14 +04:00
2012-07-30 14:49:34 +04:00
if ( data . results . length === 0 && checkFormatter ( opts . formatNoMatches , "formatNoMatches" ) ) {
2014-02-01 09:00:47 +04:00
render ( "<li class='select2-no-results'>" + evaluate ( opts . formatNoMatches , search . val ( ) ) + "</li>" ) ;
2012-04-12 11:33:10 +04:00
return ;
}
2012-03-29 22:08:14 +04:00
2012-06-14 11:21:22 +04:00
results . empty ( ) ;
2012-06-28 11:55:36 +04:00
self . opts . populateResults . call ( this , results , data . results , { term : search . val ( ) , page : this . resultsPage , context : null } ) ;
2012-03-29 22:08:14 +04:00
2012-07-30 14:49:34 +04:00
if ( data . more === true && checkFormatter ( opts . formatLoadMore , "formatLoadMore" ) ) {
2014-02-01 09:00:47 +04:00
results . append ( "<li class='select2-more-results'>" + self . opts . escapeMarkup ( evaluate ( opts . formatLoadMore , this . resultsPage ) ) + "</li>" ) ;
2012-06-28 16:34:26 +04:00
window . setTimeout ( function ( ) { self . loadMoreIfNeeded ( ) ; } , 10 ) ;
2012-04-12 11:33:10 +04:00
}
this . postprocessResults ( data , initial ) ;
2012-07-18 01:51:17 +04:00
postRender ( ) ;
2013-03-14 23:00:06 +04:00
2013-06-22 18:19:44 +04:00
this . opts . element . trigger ( { type : "select2-loaded" , items : data } ) ;
2012-04-12 11:33:10 +04:00
} ) } ) ;
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
cancel : function ( ) {
2012-03-29 22:08:14 +04:00
this . close ( ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
blur : function ( ) {
2012-12-12 22:54:47 +04:00
// if selectOnBlur == true, select the currently highlighted option
if ( this . opts . selectOnBlur )
this . selectHighlighted ( { noFocus : true } ) ;
2012-06-21 04:28:26 +04:00
this . close ( ) ;
this . container . removeClass ( "select2-container-active" ) ;
2012-07-04 22:48:08 +04:00
// synonymous to .is(':focus'), which is available in jquery >= 1.6
if ( this . search [ 0 ] === document . activeElement ) { this . search . blur ( ) ; }
2012-06-21 04:28:26 +04:00
this . clearSearch ( ) ;
this . selection . find ( ".select2-search-choice-focus" ) . removeClass ( "select2-search-choice-focus" ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
focusSearch : function ( ) {
2013-02-08 21:33:18 +04:00
focus ( this . search ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-12-12 22:54:47 +04:00
selectHighlighted : function ( options ) {
2014-02-03 20:34:51 +04:00
if ( this . _touchMoved ) {
this . clearTouchMoved ( ) ;
return ;
}
2012-07-18 11:26:49 +04:00
var index = this . highlight ( ) ,
2013-02-01 01:15:46 +04:00
highlighted = this . results . find ( ".select2-highlighted" ) ,
data = highlighted . closest ( '.select2-result' ) . data ( "select2-data" ) ;
2013-02-02 03:21:07 +04:00
2012-04-12 11:33:10 +04:00
if ( data ) {
2012-07-18 11:26:49 +04:00
this . highlight ( index ) ;
2012-12-12 22:54:47 +04:00
this . onSelect ( data , options ) ;
2013-06-27 19:15:30 +04:00
} else if ( options && options . noFocus ) {
2013-06-14 08:02:49 +04:00
this . close ( ) ;
2012-04-12 11:33:10 +04:00
}
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// abstract
2012-04-12 11:33:10 +04:00
getPlaceholder : function ( ) {
2013-05-30 21:41:08 +04:00
var placeholderOption ;
2012-06-14 02:06:41 +04:00
return this . opts . element . attr ( "placeholder" ) ||
this . opts . element . attr ( "data-placeholder" ) || // jquery 1.4 compat
this . opts . element . data ( "placeholder" ) ||
2013-05-30 21:41:08 +04:00
this . opts . placeholder ||
2013-06-03 23:12:46 +04:00
( ( placeholderOption = this . getPlaceholderOption ( ) ) !== undefined ? placeholderOption . text ( ) : undefined ) ;
2013-05-30 21:41:08 +04:00
} ,
2013-06-01 02:29:14 +04:00
2013-05-30 21:41:08 +04:00
// abstract
getPlaceholderOption : function ( ) {
if ( this . select ) {
2013-09-16 23:54:29 +04:00
var firstOption = this . select . children ( 'option' ) . first ( ) ;
2013-05-30 21:41:08 +04:00
if ( this . opts . placeholderOption !== undefined ) {
//Determine the placeholder option based on the specified placeholderOption setting
return ( this . opts . placeholderOption === "first" && firstOption ) ||
( typeof this . opts . placeholderOption === "function" && this . opts . placeholderOption ( this . select ) ) ;
2014-03-28 08:45:38 +04:00
} else if ( $ . trim ( firstOption . text ( ) ) === "" && firstOption . val ( ) === "" ) {
2013-05-30 21:41:08 +04:00
//No explicit placeholder option specified, use the first if it's blank
return firstOption ;
}
}
2012-04-12 11:33:10 +04:00
} ,
/ * *
* Get the desired width for the container element . This is
* derived first from option ` width ` passed to select2 , then
* the inline 'style' on the original element , and finally
* falls back to the jQuery calculated element width .
* /
2012-06-22 06:00:29 +04:00
// abstract
2012-07-19 11:55:46 +04:00
initContainerWidth : function ( ) {
function resolveContainerWidth ( ) {
2013-10-09 07:33:08 +04:00
var style , attrs , matches , i , l , attr ;
2012-07-19 11:55:46 +04:00
if ( this . opts . width === "off" ) {
return null ;
} else if ( this . opts . width === "element" ) {
2012-09-18 06:52:42 +04:00
return this . opts . element . outerWidth ( false ) === 0 ? 'auto' : this . opts . element . outerWidth ( false ) + 'px' ;
2012-07-19 11:55:46 +04:00
} else if ( this . opts . width === "copy" || this . opts . width === "resolve" ) {
// check if there is inline style on the element that contains width
style = this . opts . element . attr ( 'style' ) ;
if ( style !== undefined ) {
attrs = style . split ( ';' ) ;
for ( i = 0 , l = attrs . length ; i < l ; i = i + 1 ) {
2013-10-09 07:33:08 +04:00
attr = attrs [ i ] . replace ( /\s/g , '' ) ;
2013-10-09 19:30:17 +04:00
matches = attr . match ( /^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i ) ;
2012-07-19 11:55:46 +04:00
if ( matches !== null && matches . length >= 1 )
return matches [ 1 ] ;
}
}
2012-07-06 13:13:12 +04:00
2013-04-09 03:24:15 +04:00
if ( this . opts . width === "resolve" ) {
2013-05-27 22:13:09 +04:00
// next check if css('width') can resolve a width that is percent based, this is sometimes possible
// when attached to input type=hidden or elements hidden via css
style = this . opts . element . css ( 'width' ) ;
if ( style . indexOf ( "%" ) > 0 ) return style ;
2012-07-19 11:55:46 +04:00
// finally, fallback on the calculated width of the element
2012-09-18 06:52:42 +04:00
return ( this . opts . element . outerWidth ( false ) === 0 ? 'auto' : this . opts . element . outerWidth ( false ) + 'px' ) ;
2012-07-19 11:55:46 +04:00
}
2012-07-20 01:56:37 +04:00
return null ;
2012-07-20 22:24:34 +04:00
} else if ( $ . isFunction ( this . opts . width ) ) {
return this . opts . width ( ) ;
2012-07-19 11:55:46 +04:00
} else {
return this . opts . width ;
}
} ;
var width = resolveContainerWidth . call ( this ) ;
if ( width !== null ) {
2013-02-08 21:40:47 +04:00
this . container . css ( "width" , width ) ;
2012-07-19 11:55:46 +04:00
}
}
2012-04-12 11:33:10 +04:00
} ) ;
2012-03-28 03:04:35 +04:00
2012-04-12 11:33:10 +04:00
SingleSelect2 = clazz ( AbstractSelect2 , {
2012-06-22 06:00:29 +04:00
// single
2012-07-19 11:55:46 +04:00
2013-06-26 18:32:07 +04:00
createContainer : function ( ) {
2013-01-23 20:57:10 +04:00
var container = $ ( document . createElement ( "div" ) ) . attr ( {
2012-07-19 11:55:46 +04:00
"class" : "select2-container"
2012-04-12 11:33:10 +04:00
} ) . html ( [
2014-02-27 23:07:57 +04:00
"<a href='javascript:void(0)' class='select2-choice' tabindex='-1'>" ,
2013-06-26 18:32:07 +04:00
" <span class='select2-chosen'> </span><abbr class='select2-search-choice-close'></abbr>" ,
2013-11-06 16:55:12 +04:00
" <span class='select2-arrow' role='presentation'><b role='presentation'></b></span>" ,
2012-04-12 11:33:10 +04:00
"</a>" ,
2013-10-19 07:18:22 +04:00
"<label for='' class='select2-offscreen'></label>" ,
2013-11-06 16:55:12 +04:00
"<input class='select2-focusser select2-offscreen' type='text' aria-haspopup='true' role='button' />" ,
2013-06-26 18:32:07 +04:00
"<div class='select2-drop select2-display-none'>" ,
" <div class='select2-search'>" ,
2013-10-19 07:18:22 +04:00
" <label for='' class='select2-offscreen'></label>" ,
2013-11-06 16:55:12 +04:00
" <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input' role='combobox' aria-expanded='true'" ,
2013-12-17 20:03:10 +04:00
" aria-autocomplete='list' />" ,
2013-06-26 18:32:07 +04:00
" </div>" ,
2013-11-06 16:55:12 +04:00
" <ul class='select2-results' role='listbox'>" ,
2013-06-26 18:32:07 +04:00
" </ul>" ,
2013-01-23 20:57:10 +04:00
"</div>" ] . join ( "" ) ) ;
2012-07-19 11:55:46 +04:00
return container ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2013-02-06 02:50:06 +04:00
// single
2013-05-07 00:13:02 +04:00
enableInterface : function ( ) {
if ( this . parent . enableInterface . apply ( this , arguments ) ) {
this . focusser . prop ( "disabled" , ! this . isInterfaceEnabled ( ) ) ;
}
2013-02-06 02:50:06 +04:00
} ,
2012-07-15 23:22:38 +04:00
// single
opening : function ( ) {
2013-05-23 09:14:31 +04:00
var el , range , len ;
if ( this . opts . minimumResultsForSearch >= 0 ) {
this . showSearch ( true ) ;
}
2012-07-15 23:22:38 +04:00
this . parent . opening . apply ( this , arguments ) ;
2013-05-23 09:14:31 +04:00
2013-04-10 05:58:30 +04:00
if ( this . showSearchInput !== false ) {
2013-05-07 07:54:01 +04:00
// IE appends focusser.val() at the end of field :/ so we manually insert it at the beginning using a range
// all other browsers handle this just fine
2013-04-10 05:58:30 +04:00
this . search . val ( this . focusser . val ( ) ) ;
}
2014-03-28 18:46:41 +04:00
if ( this . opts . shouldFocusInput ( this ) ) {
this . search . focus ( ) ;
// move the cursor to the end after focussing, otherwise it will be at the beginning and
// new text will appear *before* focusser.val()
el = this . search . get ( 0 ) ;
if ( el . createTextRange ) {
range = el . createTextRange ( ) ;
range . collapse ( false ) ;
range . select ( ) ;
} else if ( el . setSelectionRange ) {
len = this . search . val ( ) . length ;
el . setSelectionRange ( len , len ) ;
}
2013-05-07 07:54:01 +04:00
}
2013-08-10 03:38:23 +04:00
2013-08-10 02:26:23 +04:00
// initializes search's value with nextSearchTerm (if defined by user)
// ignore nextSearchTerm if the dropdown is opened by the user pressing a letter
if ( this . search . val ( ) === "" ) {
if ( this . nextSearchTerm != undefined ) {
this . search . val ( this . nextSearchTerm ) ;
this . search . select ( ) ;
}
}
2013-08-10 03:38:23 +04:00
2013-05-07 01:12:57 +04:00
this . focusser . prop ( "disabled" , true ) . val ( "" ) ;
2013-04-10 05:58:30 +04:00
this . updateResults ( true ) ;
2013-05-07 03:12:38 +04:00
this . opts . element . trigger ( $ . Event ( "select2-open" ) ) ;
2012-07-15 23:22:38 +04:00
} ,
2012-06-22 06:00:29 +04:00
// single
2014-02-22 04:59:14 +04:00
close : function ( ) {
2012-04-12 11:33:10 +04:00
if ( ! this . opened ( ) ) return ;
this . parent . close . apply ( this , arguments ) ;
2013-08-01 08:41:29 +04:00
2013-09-18 00:01:45 +04:00
this . focusser . prop ( "disabled" , false ) ;
2013-08-01 08:41:29 +04:00
2014-02-22 04:59:14 +04:00
if ( this . opts . shouldFocusInput ( this ) ) {
2013-08-01 08:41:29 +04:00
this . focusser . focus ( ) ;
}
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// single
2012-04-21 10:59:44 +04:00
focus : function ( ) {
2013-02-08 21:33:18 +04:00
if ( this . opened ( ) ) {
this . close ( ) ;
} else {
2013-09-18 00:01:45 +04:00
this . focusser . prop ( "disabled" , false ) ;
2014-02-22 04:59:14 +04:00
if ( this . opts . shouldFocusInput ( this ) ) {
this . focusser . focus ( ) ;
}
2013-02-08 21:33:18 +04:00
}
2012-04-21 10:59:44 +04:00
} ,
2012-06-22 06:00:29 +04:00
// single
2012-04-21 10:59:44 +04:00
isFocused : function ( ) {
2013-02-08 21:33:18 +04:00
return this . container . hasClass ( "select2-container-active" ) ;
2012-04-21 10:59:44 +04:00
} ,
2012-06-22 06:00:29 +04:00
// single
2012-04-12 11:33:10 +04:00
cancel : function ( ) {
this . parent . cancel . apply ( this , arguments ) ;
2013-09-18 00:01:45 +04:00
this . focusser . prop ( "disabled" , false ) ;
2014-02-22 04:59:14 +04:00
if ( this . opts . shouldFocusInput ( this ) ) {
this . focusser . focus ( ) ;
}
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2013-07-27 10:57:55 +04:00
// single
destroy : function ( ) {
$ ( "label[for='" + this . focusser . attr ( 'id' ) + "']" )
. attr ( 'for' , this . opts . element . attr ( "id" ) ) ;
this . parent . destroy . apply ( this , arguments ) ;
} ,
2012-06-22 06:00:29 +04:00
// single
2012-04-12 11:33:10 +04:00
initContainer : function ( ) {
2012-03-29 22:08:14 +04:00
2013-04-11 02:33:23 +04:00
var selection ,
2012-06-12 12:40:37 +04:00
container = this . container ,
2013-11-06 16:55:12 +04:00
dropdown = this . dropdown ,
idSuffix = nextUid ( ) ,
elementLabel ;
2012-04-12 11:33:10 +04:00
2013-05-23 09:14:31 +04:00
if ( this . opts . minimumResultsForSearch < 0 ) {
this . showSearch ( false ) ;
} else {
this . showSearch ( true ) ;
}
2013-02-12 12:11:24 +04:00
2012-07-15 23:22:38 +04:00
this . selection = selection = container . find ( ".select2-choice" ) ;
2012-03-29 22:08:14 +04:00
2013-02-08 21:33:18 +04:00
this . focusser = container . find ( ".select2-focusser" ) ;
2013-11-06 16:55:12 +04:00
// add aria associations
selection . find ( ".select2-chosen" ) . attr ( "id" , "select2-chosen-" + idSuffix ) ;
this . focusser . attr ( "aria-labelledby" , "select2-chosen-" + idSuffix ) ;
this . results . attr ( "id" , "select2-results-" + idSuffix ) ;
this . search . attr ( "aria-owns" , "select2-results-" + idSuffix ) ;
2013-03-19 20:14:37 +04:00
// rewrite labels from original element to focusser
2013-11-06 16:55:12 +04:00
this . focusser . attr ( "id" , "s2id_autogen" + idSuffix ) ;
2013-04-10 23:56:30 +04:00
2013-10-19 07:18:22 +04:00
elementLabel = $ ( "label[for='" + this . opts . element . attr ( "id" ) + "']" ) ;
this . focusser . prev ( )
. text ( elementLabel . text ( ) )
2013-03-19 20:14:37 +04:00
. attr ( 'for' , this . focusser . attr ( 'id' ) ) ;
2013-11-06 16:55:12 +04:00
// Ensure the original element retains an accessible name
var originalTitle = this . opts . element . attr ( "title" ) ;
this . opts . element . attr ( "title" , ( originalTitle || elementLabel . text ( ) ) ) ;
2013-04-10 23:56:30 +04:00
this . focusser . attr ( "tabindex" , this . elementTabIndex ) ;
2013-10-19 07:18:22 +04:00
// write label for search field using the label from the focusser element
this . search . attr ( "id" , this . focusser . attr ( 'id' ) + '_search' ) ;
this . search . prev ( )
. text ( $ ( "label[for='" + this . focusser . attr ( 'id' ) + "']" ) . text ( ) )
. attr ( 'for' , this . search . attr ( 'id' ) ) ;
2013-05-09 11:07:35 +04:00
this . search . on ( "keydown" , this . bind ( function ( e ) {
2013-05-07 00:13:02 +04:00
if ( ! this . isInterfaceEnabled ( ) ) return ;
2012-07-15 23:22:38 +04:00
2012-07-19 12:13:02 +04:00
if ( e . which === KEY . PAGE _UP || e . which === KEY . PAGE _DOWN ) {
2012-07-15 23:22:38 +04:00
// prevent the page from scrolling
2012-06-15 07:36:22 +04:00
killEvent ( e ) ;
2012-04-12 11:33:10 +04:00
return ;
}
2012-07-15 23:22:38 +04:00
2013-02-08 21:33:18 +04:00
switch ( e . which ) {
case KEY . UP :
case KEY . DOWN :
this . moveHighlight ( ( e . which === KEY . UP ) ? - 1 : 1 ) ;
killEvent ( e ) ;
2012-07-24 18:07:14 +04:00
return ;
2013-02-08 21:33:18 +04:00
case KEY . ENTER :
this . selectHighlighted ( ) ;
killEvent ( e ) ;
2012-08-14 01:51:56 +04:00
return ;
2013-05-07 06:42:38 +04:00
case KEY . TAB :
2013-08-30 19:54:43 +04:00
this . selectHighlighted ( { noFocus : true } ) ;
2013-05-07 06:42:38 +04:00
return ;
2013-02-08 21:33:18 +04:00
case KEY . ESC :
this . cancel ( e ) ;
killEvent ( e ) ;
return ;
}
} ) ) ;
2013-05-09 11:07:35 +04:00
this . search . on ( "blur" , this . bind ( function ( e ) {
2013-03-01 07:47:03 +04:00
// a workaround for chrome to keep the search field focussed when the scroll bar is used to scroll the dropdown.
// without this the search field loses focus which is annoying
if ( document . activeElement === this . body ( ) . get ( 0 ) ) {
window . setTimeout ( this . bind ( function ( ) {
2013-10-28 14:35:17 +04:00
if ( this . opened ( ) ) {
this . search . focus ( ) ;
}
2013-03-01 07:47:03 +04:00
} ) , 0 ) ;
}
} ) ) ;
2013-05-09 11:07:35 +04:00
this . focusser . on ( "keydown" , this . bind ( function ( e ) {
2013-05-07 00:13:02 +04:00
if ( ! this . isInterfaceEnabled ( ) ) return ;
2012-08-14 01:51:56 +04:00
2013-02-08 21:33:18 +04:00
if ( e . which === KEY . TAB || KEY . isControl ( e ) || KEY . isFunctionKey ( e ) || e . which === KEY . ESC ) {
return ;
}
if ( this . opts . openOnEnter === false && e . which === KEY . ENTER ) {
killEvent ( e ) ;
return ;
}
if ( e . which == KEY . DOWN || e . which == KEY . UP
|| ( e . which == KEY . ENTER && this . opts . openOnEnter ) ) {
2013-06-20 09:49:35 +04:00
if ( e . altKey || e . ctrlKey || e . shiftKey || e . metaKey ) return ;
2013-06-24 01:32:45 +04:00
2012-07-24 18:07:14 +04:00
this . open ( ) ;
2013-02-08 21:33:18 +04:00
killEvent ( e ) ;
return ;
}
2012-07-24 18:07:14 +04:00
2013-02-08 21:33:18 +04:00
if ( e . which == KEY . DELETE || e . which == KEY . BACKSPACE ) {
if ( this . opts . allowClear ) {
this . clear ( ) ;
2012-07-24 18:07:14 +04:00
}
2013-02-08 21:33:18 +04:00
killEvent ( e ) ;
return ;
2012-07-15 23:22:38 +04:00
}
2012-04-12 11:33:10 +04:00
} ) ) ;
2012-03-29 22:08:14 +04:00
2013-02-08 21:33:18 +04:00
installKeyUpChangeEvent ( this . focusser ) ;
2013-05-09 11:07:35 +04:00
this . focusser . on ( "keyup-change input" , this . bind ( function ( e ) {
2013-05-23 09:14:31 +04:00
if ( this . opts . minimumResultsForSearch >= 0 ) {
e . stopPropagation ( ) ;
if ( this . opened ( ) ) return ;
this . open ( ) ;
}
2012-07-24 18:07:14 +04:00
} ) ) ;
2013-12-03 22:21:17 +04:00
selection . on ( "mousedown touchstart" , "abbr" , this . bind ( function ( e ) {
2013-05-07 00:13:02 +04:00
if ( ! this . isInterfaceEnabled ( ) ) return ;
2012-09-14 01:42:53 +04:00
this . clear ( ) ;
killEventImmediately ( e ) ;
this . close ( ) ;
this . selection . focus ( ) ;
} ) ) ;
2013-12-03 22:21:17 +04:00
selection . on ( "mousedown touchstart" , this . bind ( function ( e ) {
2013-11-20 21:15:58 +04:00
// Prevent IE from generating a click event on the body
reinsertElement ( selection ) ;
2013-05-07 07:13:05 +04:00
if ( ! this . container . hasClass ( "select2-container-active" ) ) {
this . opts . element . trigger ( $ . Event ( "select2-focus" ) ) ;
}
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( this . opened ( ) ) {
this . close ( ) ;
2013-05-07 00:13:02 +04:00
} else if ( this . isInterfaceEnabled ( ) ) {
2012-04-12 11:33:10 +04:00
this . open ( ) ;
}
2012-03-29 22:08:14 +04:00
2013-02-08 21:33:18 +04:00
killEvent ( e ) ;
2012-04-12 11:33:10 +04:00
} ) ) ;
2012-07-15 23:22:38 +04:00
2014-03-28 18:56:45 +04:00
dropdown . on ( "mousedown touchstart" , this . bind ( function ( ) {
if ( this . opts . shouldFocusInput ( this ) ) {
this . search . focus ( ) ;
}
} ) ) ;
2012-07-24 18:07:14 +04:00
2013-05-09 11:07:35 +04:00
selection . on ( "focus" , this . bind ( function ( e ) {
2013-02-08 21:33:18 +04:00
killEvent ( e ) ;
2012-07-23 20:04:13 +04:00
} ) ) ;
2012-07-24 18:07:14 +04:00
2013-05-09 11:07:35 +04:00
this . focusser . on ( "focus" , this . bind ( function ( ) {
2013-05-07 07:13:05 +04:00
if ( ! this . container . hasClass ( "select2-container-active" ) ) {
this . opts . element . trigger ( $ . Event ( "select2-focus" ) ) ;
}
2013-02-08 21:33:18 +04:00
this . container . addClass ( "select2-container-active" ) ;
2013-05-09 11:07:35 +04:00
} ) ) . on ( "blur" , this . bind ( function ( ) {
2012-08-03 02:01:33 +04:00
if ( ! this . opened ( ) ) {
this . container . removeClass ( "select2-container-active" ) ;
2013-05-07 07:05:15 +04:00
this . opts . element . trigger ( $ . Event ( "select2-blur" ) ) ;
2012-08-03 02:01:33 +04:00
}
2012-07-23 20:04:13 +04:00
} ) ) ;
2013-05-09 11:07:35 +04:00
this . search . on ( "focus" , this . bind ( function ( ) {
2013-05-07 07:13:05 +04:00
if ( ! this . container . hasClass ( "select2-container-active" ) ) {
this . opts . element . trigger ( $ . Event ( "select2-focus" ) ) ;
}
2013-02-08 21:33:18 +04:00
this . container . addClass ( "select2-container-active" ) ;
2013-04-09 03:24:15 +04:00
} ) ) ;
2013-02-14 13:05:28 +04:00
this . initContainerWidth ( ) ;
2013-04-09 03:24:15 +04:00
this . opts . element . addClass ( "select2-offscreen" ) ;
2012-04-12 11:33:10 +04:00
this . setPlaceholder ( ) ;
2013-05-07 06:25:09 +04:00
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-07-21 15:27:49 +04:00
// single
2013-02-21 13:53:16 +04:00
clear : function ( triggerChange ) {
2013-02-10 04:44:44 +04:00
var data = this . selection . data ( "select2-data" ) ;
2013-02-21 06:35:55 +04:00
if ( data ) { // guard against queued quick consecutive clicks
2013-08-30 23:31:16 +04:00
var evt = $ . Event ( "select2-clearing" ) ;
this . opts . element . trigger ( evt ) ;
if ( evt . isDefaultPrevented ( ) ) {
return ;
}
2013-05-30 21:41:08 +04:00
var placeholderOption = this . getPlaceholderOption ( ) ;
this . opts . element . val ( placeholderOption ? placeholderOption . val ( ) : "" ) ;
2013-06-26 18:32:07 +04:00
this . selection . find ( ".select2-chosen" ) . empty ( ) ;
2013-02-21 06:35:55 +04:00
this . selection . removeData ( "select2-data" ) ;
this . setPlaceholder ( ) ;
2013-02-21 13:53:16 +04:00
if ( triggerChange !== false ) {
2013-05-07 03:12:38 +04:00
this . opts . element . trigger ( { type : "select2-removed" , val : this . id ( data ) , choice : data } ) ;
2013-02-21 13:53:16 +04:00
this . triggerChange ( { removed : data } ) ;
}
2013-02-21 06:35:55 +04:00
}
2012-06-29 10:44:30 +04:00
} ,
2012-04-12 11:33:10 +04:00
/ * *
* Sets selection based on source element ' s value
* /
2012-06-22 06:00:29 +04:00
// single
2012-04-12 11:33:10 +04:00
initSelection : function ( ) {
var selected ;
2013-05-30 21:41:08 +04:00
if ( this . isPlaceholderOptionSelected ( ) ) {
2013-07-16 10:01:24 +04:00
this . updateSelection ( null ) ;
2012-06-08 08:22:06 +04:00
this . close ( ) ;
this . setPlaceholder ( ) ;
2012-03-29 22:08:14 +04:00
} else {
2012-06-08 08:22:06 +04:00
var self = this ;
this . opts . initSelection . call ( null , this . opts . element , function ( selected ) {
if ( selected !== undefined && selected !== null ) {
self . updateSelection ( selected ) ;
self . close ( ) ;
self . setPlaceholder ( ) ;
2014-01-16 19:12:00 +04:00
self . nextSearchTerm = self . opts . nextSearchTerm ( selected , self . search . val ( ) ) ;
2012-06-28 08:44:31 +04:00
}
2012-06-08 08:22:06 +04:00
} ) ;
2013-10-19 07:18:22 +04:00
}
2012-04-12 11:33:10 +04:00
} ,
2013-06-01 02:29:14 +04:00
2013-05-30 21:41:08 +04:00
isPlaceholderOptionSelected : function ( ) {
var placeholderOption ;
2013-08-15 03:57:26 +04:00
if ( ! this . getPlaceholder ( ) ) return false ; // no placeholder specified so no option should be considered
2013-10-14 16:37:41 +04:00
return ( ( placeholderOption = this . getPlaceholderOption ( ) ) !== undefined && placeholderOption . prop ( "selected" ) )
2013-08-12 19:43:13 +04:00
|| ( this . opts . element . val ( ) === "" )
|| ( this . opts . element . val ( ) === undefined )
|| ( this . opts . element . val ( ) === null ) ;
2013-05-30 21:41:08 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// single
2012-04-12 11:33:10 +04:00
prepareOpts : function ( ) {
2013-04-10 02:11:21 +04:00
var opts = this . parent . prepareOpts . apply ( this , arguments ) ,
self = this ;
2012-04-11 11:51:27 +04:00
2012-04-12 11:33:10 +04:00
if ( opts . element . get ( 0 ) . tagName . toLowerCase ( ) === "select" ) {
2012-06-29 10:44:30 +04:00
// install the selection initializer
2012-06-08 08:22:06 +04:00
opts . initSelection = function ( element , callback ) {
2014-02-18 06:16:26 +04:00
var selected = element . find ( "option" ) . filter ( function ( ) { return this . selected && ! this . disabled } ) ;
2012-04-12 11:33:10 +04:00
// a single select box always has a value, no need to null check 'selected'
2013-04-10 02:11:21 +04:00
callback ( self . optionToData ( selected ) ) ;
2012-04-12 11:33:10 +04:00
} ;
2013-01-16 21:29:17 +04:00
} else if ( "data" in opts ) {
// install default initSelection when applied to hidden input and data is local
opts . initSelection = opts . initSelection || function ( element , callback ) {
2013-01-16 22:35:24 +04:00
var id = element . val ( ) ;
2013-02-28 04:53:44 +04:00
//search in data by id, storing the actual matching item
var match = null ;
2013-01-16 22:35:24 +04:00
opts . query ( {
matcher : function ( term , text , el ) {
2013-02-28 04:53:44 +04:00
var is _match = equal ( id , opts . id ( el ) ) ;
if ( is _match ) {
match = el ;
}
return is _match ;
2013-01-23 20:57:10 +04:00
} ,
2013-02-28 04:53:44 +04:00
callback : ! $ . isFunction ( callback ) ? $ . noop : function ( ) {
callback ( match ) ;
2013-01-16 21:29:17 +04:00
}
} ) ;
} ;
2012-04-10 10:50:21 +04:00
}
2012-04-12 11:33:10 +04:00
return opts ;
} ,
2012-04-10 10:50:21 +04:00
2013-02-13 13:15:05 +04:00
// single
getPlaceholder : function ( ) {
2013-05-30 21:41:08 +04:00
// if a placeholder is specified on a single select without a valid placeholder option ignore it
2013-02-13 13:15:05 +04:00
if ( this . select ) {
2013-05-30 21:41:08 +04:00
if ( this . getPlaceholderOption ( ) === undefined ) {
2013-02-13 13:15:05 +04:00
return undefined ;
}
}
return this . parent . getPlaceholder . apply ( this , arguments ) ;
} ,
2012-06-22 06:00:29 +04:00
// single
2012-04-12 11:33:10 +04:00
setPlaceholder : function ( ) {
var placeholder = this . getPlaceholder ( ) ;
2012-04-10 10:50:21 +04:00
2013-05-30 21:41:08 +04:00
if ( this . isPlaceholderOptionSelected ( ) && placeholder !== undefined ) {
2012-03-29 22:08:14 +04:00
2013-05-30 21:41:08 +04:00
// check for a placeholder option if attached to a select
if ( this . select && this . getPlaceholderOption ( ) === undefined ) return ;
2012-03-29 22:08:14 +04:00
2013-06-26 18:32:07 +04:00
this . selection . find ( ".select2-chosen" ) . html ( this . opts . escapeMarkup ( placeholder ) ) ;
2012-07-18 10:56:02 +04:00
2012-04-12 11:33:10 +04:00
this . selection . addClass ( "select2-default" ) ;
2012-03-29 22:08:14 +04:00
2013-04-12 00:25:52 +04:00
this . container . removeClass ( "select2-allowclear" ) ;
2012-03-29 22:08:14 +04:00
}
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// single
2013-03-04 16:54:03 +04:00
postprocessResults : function ( data , initial , noHighlightUpdate ) {
2014-03-22 03:50:30 +04:00
var selected = 0 , self = this , showSearchInput = true ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
// find the selected element in the result list
2012-03-29 22:08:14 +04:00
2013-02-01 01:15:46 +04:00
this . findHighlightableChoices ( ) . each2 ( function ( i , elm ) {
2012-06-16 23:00:09 +04:00
if ( equal ( self . id ( elm . data ( "select2-data" ) ) , self . opts . element . val ( ) ) ) {
2012-04-12 11:33:10 +04:00
selected = i ;
return false ;
}
} ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
// and highlight it
2013-03-04 16:54:03 +04:00
if ( noHighlightUpdate !== false ) {
2013-06-13 04:56:58 +04:00
if ( initial === true && selected >= 0 ) {
2014-03-22 03:50:30 +04:00
this . highlight ( selected ) ;
2013-06-13 04:56:58 +04:00
} else {
this . highlight ( 0 ) ;
}
2013-03-04 16:54:03 +04:00
}
2012-03-29 22:08:14 +04:00
2013-05-23 09:14:31 +04:00
// hide the search box if this is the first we got the results and there are enough of them for search
2012-03-29 22:08:14 +04:00
2013-05-23 09:14:31 +04:00
if ( initial === true ) {
var min = this . opts . minimumResultsForSearch ;
if ( min >= 0 ) {
this . showSearch ( countResults ( data . results ) >= min ) ;
2013-05-07 10:40:31 +04:00
}
2012-04-12 11:33:10 +04:00
}
} ,
2012-03-31 01:06:34 +04:00
2013-02-12 12:11:24 +04:00
// single
showSearch : function ( showSearchInput ) {
2013-05-23 09:14:31 +04:00
if ( this . showSearchInput === showSearchInput ) return ;
2013-02-12 12:11:24 +04:00
this . showSearchInput = showSearchInput ;
2013-05-07 10:40:31 +04:00
this . dropdown . find ( ".select2-search" ) . toggleClass ( "select2-search-hidden" , ! showSearchInput ) ;
this . dropdown . find ( ".select2-search" ) . toggleClass ( "select2-offscreen" , ! showSearchInput ) ;
2013-02-12 12:11:24 +04:00
//add "select2-with-searchbox" to the container if search box is shown
2013-05-07 10:40:31 +04:00
$ ( this . dropdown , this . container ) . toggleClass ( "select2-with-searchbox" , showSearchInput ) ;
2013-02-12 12:11:24 +04:00
} ,
2012-06-22 06:00:29 +04:00
// single
2012-12-12 22:54:47 +04:00
onSelect : function ( data , options ) {
2013-04-10 06:53:11 +04:00
if ( ! this . triggerSelect ( data ) ) { return ; }
2013-04-09 20:51:09 +04:00
var old = this . opts . element . val ( ) ,
oldData = this . data ( ) ;
2012-03-29 22:08:14 +04:00
2012-05-04 02:00:48 +04:00
this . opts . element . val ( this . id ( data ) ) ;
2012-04-12 11:33:10 +04:00
this . updateSelection ( data ) ;
2013-02-10 07:13:21 +04:00
2013-05-07 03:12:38 +04:00
this . opts . element . trigger ( { type : "select2-selected" , val : this . id ( data ) , choice : data } ) ;
2013-02-10 07:13:21 +04:00
2013-08-10 03:38:23 +04:00
this . nextSearchTerm = this . opts . nextSearchTerm ( data , this . search . val ( ) ) ;
2012-04-12 11:33:10 +04:00
this . close ( ) ;
2012-12-12 22:54:47 +04:00
2014-02-22 04:59:14 +04:00
if ( ( ! options || ! options . noFocus ) && this . opts . shouldFocusInput ( this ) ) {
2013-09-07 03:57:41 +04:00
this . focusser . focus ( ) ;
2014-02-22 04:59:14 +04:00
}
2012-03-31 00:04:32 +04:00
2014-02-22 04:59:14 +04:00
if ( ! equal ( old , this . id ( data ) ) ) {
this . triggerChange ( { added : data , removed : oldData } ) ;
}
2012-04-12 11:33:10 +04:00
} ,
2012-03-31 00:04:32 +04:00
2012-06-22 06:00:29 +04:00
// single
2012-04-12 11:33:10 +04:00
updateSelection : function ( data ) {
2012-06-29 10:44:30 +04:00
2013-06-26 18:32:07 +04:00
var container = this . selection . find ( ".select2-chosen" ) , formatted , cssClass ;
2012-07-16 01:22:44 +04:00
2012-06-29 10:44:30 +04:00
this . selection . data ( "select2-data" , data ) ;
2012-07-16 01:22:44 +04:00
container . empty ( ) ;
2013-07-17 11:32:41 +04:00
if ( data !== null ) {
formatted = this . opts . formatSelection ( data , container , this . opts . escapeMarkup ) ;
}
2012-07-16 01:22:44 +04:00
if ( formatted !== undefined ) {
2013-06-24 01:32:45 +04:00
container . append ( formatted ) ;
2012-07-16 01:22:44 +04:00
}
2013-05-16 09:31:53 +04:00
cssClass = this . opts . formatSelectionCssClass ( data , container ) ;
if ( cssClass !== undefined ) {
container . addClass ( cssClass ) ;
}
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
this . selection . removeClass ( "select2-default" ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( this . opts . allowClear && this . getPlaceholder ( ) !== undefined ) {
2013-04-12 00:25:52 +04:00
this . container . addClass ( "select2-allowclear" ) ;
2012-04-12 11:33:10 +04:00
}
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// single
2012-04-12 11:33:10 +04:00
val : function ( ) {
2013-04-09 20:51:09 +04:00
var val ,
triggerChange = false ,
data = null ,
self = this ,
oldData = this . data ( ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( arguments . length === 0 ) {
return this . opts . element . val ( ) ;
}
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
val = arguments [ 0 ] ;
2012-03-29 22:08:14 +04:00
2013-01-30 13:21:40 +04:00
if ( arguments . length > 1 ) {
triggerChange = arguments [ 1 ] ;
}
2012-04-12 11:33:10 +04:00
if ( this . select ) {
this . select
. val ( val )
2013-10-14 16:37:41 +04:00
. find ( "option" ) . filter ( function ( ) { return this . selected } ) . each2 ( function ( i , elm ) {
2013-04-10 02:11:21 +04:00
data = self . optionToData ( elm ) ;
2012-04-12 11:33:10 +04:00
return false ;
} ) ;
this . updateSelection ( data ) ;
2012-07-21 15:27:49 +04:00
this . setPlaceholder ( ) ;
2013-01-30 13:21:40 +04:00
if ( triggerChange ) {
2013-04-09 20:51:09 +04:00
this . triggerChange ( { added : data , removed : oldData } ) ;
2013-01-30 13:21:40 +04:00
}
2012-04-12 11:33:10 +04:00
} else {
2013-02-01 05:10:30 +04:00
// val is an id. !val is true for [undefined,null,'',0] - 0 is legal
if ( ! val && val !== 0 ) {
2013-02-21 13:53:16 +04:00
this . clear ( triggerChange ) ;
2012-07-21 06:10:33 +04:00
return ;
}
2013-06-01 02:29:14 +04:00
if ( this . opts . initSelection === undefined ) {
throw new Error ( "cannot call val() if initSelection() is not defined" ) ;
}
2012-08-16 11:09:00 +04:00
this . opts . element . val ( val ) ;
2012-07-21 15:27:49 +04:00
this . opts . initSelection ( this . opts . element , function ( data ) {
self . opts . element . val ( ! data ? "" : self . id ( data ) ) ;
self . updateSelection ( data ) ;
self . setPlaceholder ( ) ;
2013-02-08 21:49:44 +04:00
if ( triggerChange ) {
2013-04-09 20:51:09 +04:00
self . triggerChange ( { added : data , removed : oldData } ) ;
2013-02-08 21:49:44 +04:00
}
2012-07-21 15:27:49 +04:00
} ) ;
2012-04-12 11:33:10 +04:00
}
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// single
2012-04-12 11:33:10 +04:00
clearSearch : function ( ) {
this . search . val ( "" ) ;
2013-02-08 21:33:18 +04:00
this . focusser . val ( "" ) ;
2012-06-29 10:44:30 +04:00
} ,
// single
2013-07-26 04:41:22 +04:00
data : function ( value ) {
var data ,
triggerChange = false ;
2012-07-18 10:56:02 +04:00
2012-06-29 10:44:30 +04:00
if ( arguments . length === 0 ) {
2012-07-18 10:56:02 +04:00
data = this . selection . data ( "select2-data" ) ;
if ( data == undefined ) data = null ;
return data ;
2012-06-29 10:44:30 +04:00
} else {
2013-07-26 04:41:22 +04:00
if ( arguments . length > 1 ) {
triggerChange = arguments [ 1 ] ;
}
2013-07-24 01:55:09 +04:00
if ( ! value ) {
2013-04-09 20:51:09 +04:00
this . clear ( triggerChange ) ;
2012-06-29 10:44:30 +04:00
} else {
2013-04-09 20:51:09 +04:00
data = this . data ( ) ;
2012-06-29 10:44:30 +04:00
this . opts . element . val ( ! value ? "" : this . id ( value ) ) ;
this . updateSelection ( value ) ;
2013-04-09 20:51:09 +04:00
if ( triggerChange ) {
this . triggerChange ( { added : value , removed : data } ) ;
}
2012-06-29 10:44:30 +04:00
}
}
2012-04-12 11:33:10 +04:00
}
} ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
MultiSelect2 = clazz ( AbstractSelect2 , {
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
createContainer : function ( ) {
2013-01-23 20:57:10 +04:00
var container = $ ( document . createElement ( "div" ) ) . attr ( {
2012-07-19 11:55:46 +04:00
"class" : "select2-container select2-container-multi"
2012-04-12 11:33:10 +04:00
} ) . html ( [
2013-06-26 18:32:07 +04:00
"<ul class='select2-choices'>" ,
" <li class='select2-search-field'>" ,
2013-10-19 07:18:22 +04:00
" <label for='' class='select2-offscreen'></label>" ,
2013-07-19 01:05:47 +04:00
" <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'>" ,
2013-06-26 18:32:07 +04:00
" </li>" ,
"</ul>" ,
"<div class='select2-drop select2-drop-multi select2-display-none'>" ,
" <ul class='select2-results'>" ,
" </ul>" ,
2013-01-23 20:57:10 +04:00
"</div>" ] . join ( "" ) ) ;
2013-06-26 18:32:07 +04:00
return container ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
prepareOpts : function ( ) {
2013-04-10 02:11:21 +04:00
var opts = this . parent . prepareOpts . apply ( this , arguments ) ,
self = this ;
2012-04-12 11:33:10 +04:00
2012-04-17 19:04:00 +04:00
// TODO validate placeholder is a string if specified
2012-04-12 11:33:10 +04:00
if ( opts . element . get ( 0 ) . tagName . toLowerCase ( ) === "select" ) {
2013-11-01 03:20:45 +04:00
// install the selection initializer
2013-02-09 21:41:35 +04:00
opts . initSelection = function ( element , callback ) {
2012-06-27 23:52:10 +04:00
2012-04-12 11:33:10 +04:00
var data = [ ] ;
2013-02-09 21:41:35 +04:00
2014-02-18 06:16:26 +04:00
element . find ( "option" ) . filter ( function ( ) { return this . selected && ! this . disabled } ) . each2 ( function ( i , elm ) {
2013-04-10 02:11:21 +04:00
data . push ( self . optionToData ( elm ) ) ;
2012-04-12 11:33:10 +04:00
} ) ;
2013-02-09 21:41:35 +04:00
callback ( data ) ;
2012-04-12 11:33:10 +04:00
} ;
2013-01-16 22:35:24 +04:00
} else if ( "data" in opts ) {
// install default initSelection when applied to hidden input and data is local
opts . initSelection = opts . initSelection || function ( element , callback ) {
var ids = splitVal ( element . val ( ) , opts . separator ) ;
2013-02-28 04:53:44 +04:00
//search in data by array of ids, storing matching items in a list
var matches = [ ] ;
2013-01-16 22:35:24 +04:00
opts . query ( {
matcher : function ( term , text , el ) {
2013-02-28 04:53:44 +04:00
var is _match = $ . grep ( ids , function ( id ) {
2013-01-16 22:35:24 +04:00
return equal ( id , opts . id ( el ) ) ;
} ) . length ;
2013-02-28 04:53:44 +04:00
if ( is _match ) {
matches . push ( el ) ;
}
return is _match ;
2013-01-23 20:57:10 +04:00
} ,
2013-02-28 04:53:44 +04:00
callback : ! $ . isFunction ( callback ) ? $ . noop : function ( ) {
2013-05-09 10:38:11 +04:00
// reorder matches based on the order they appear in the ids array because right now
// they are in the order in which they appear in data array
var ordered = [ ] ;
for ( var i = 0 ; i < ids . length ; i ++ ) {
var id = ids [ i ] ;
for ( var j = 0 ; j < matches . length ; j ++ ) {
var match = matches [ j ] ;
if ( equal ( id , opts . id ( match ) ) ) {
ordered . push ( match ) ;
matches . splice ( j , 1 ) ;
break ;
}
}
}
callback ( ordered ) ;
2013-01-16 22:35:24 +04:00
}
} ) ;
} ;
2012-04-12 11:33:10 +04:00
}
2012-04-10 10:50:21 +04:00
2012-04-12 11:33:10 +04:00
return opts ;
} ,
2012-04-10 10:50:21 +04:00
2013-10-26 18:57:53 +04:00
// multi
2013-05-03 02:41:55 +04:00
selectChoice : function ( choice ) {
var selected = this . container . find ( ".select2-search-choice-focus" ) ;
if ( selected . length && choice && choice [ 0 ] == selected [ 0 ] ) {
} else {
if ( selected . length ) {
this . opts . element . trigger ( "choice-deselected" , selected ) ;
}
selected . removeClass ( "select2-search-choice-focus" ) ;
if ( choice && choice . length ) {
2013-05-03 13:51:41 +04:00
this . close ( ) ;
2013-05-03 02:41:55 +04:00
choice . addClass ( "select2-search-choice-focus" ) ;
this . opts . element . trigger ( "choice-selected" , choice ) ;
}
}
} ,
2013-07-27 10:57:55 +04:00
// multi
destroy : function ( ) {
$ ( "label[for='" + this . search . attr ( 'id' ) + "']" )
. attr ( 'for' , this . opts . element . attr ( "id" ) ) ;
this . parent . destroy . apply ( this , arguments ) ;
} ,
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
initContainer : function ( ) {
2012-04-10 10:50:21 +04:00
2012-04-13 19:59:32 +04:00
var selector = ".select2-choices" , selection ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
this . searchContainer = this . container . find ( ".select2-search-field" ) ;
this . selection = selection = this . container . find ( selector ) ;
2012-03-29 22:08:14 +04:00
2013-05-03 02:41:55 +04:00
var _this = this ;
2013-09-04 02:20:35 +04:00
this . selection . on ( "click" , ".select2-search-choice:not(.select2-locked)" , function ( e ) {
2013-05-07 02:26:46 +04:00
//killEvent(e);
2013-05-03 02:41:55 +04:00
_this . search [ 0 ] . focus ( ) ;
_this . selectChoice ( $ ( this ) ) ;
2013-07-04 09:16:42 +04:00
} ) ;
2012-03-29 22:08:14 +04:00
2013-03-19 20:14:37 +04:00
// rewrite labels from original element to focusser
this . search . attr ( "id" , "s2id_autogen" + nextUid ( ) ) ;
2013-10-19 07:18:22 +04:00
this . search . prev ( )
. text ( $ ( "label[for='" + this . opts . element . attr ( "id" ) + "']" ) . text ( ) )
2013-03-19 20:14:37 +04:00
. attr ( 'for' , this . search . attr ( 'id' ) ) ;
2013-05-09 11:07:35 +04:00
this . search . on ( "input paste" , this . bind ( function ( ) {
2013-05-07 00:13:02 +04:00
if ( ! this . isInterfaceEnabled ( ) ) return ;
2013-02-10 11:24:09 +04:00
if ( ! this . opened ( ) ) {
this . open ( ) ;
}
} ) ) ;
2013-04-10 23:56:30 +04:00
this . search . attr ( "tabindex" , this . elementTabIndex ) ;
2013-05-03 13:51:41 +04:00
this . keydowns = 0 ;
2013-05-09 11:07:35 +04:00
this . search . on ( "keydown" , this . bind ( function ( e ) {
2013-05-07 00:13:02 +04:00
if ( ! this . isInterfaceEnabled ( ) ) return ;
2012-06-07 08:52:08 +04:00
2013-05-03 13:51:41 +04:00
++ this . keydowns ;
2013-05-03 02:41:55 +04:00
var selected = selection . find ( ".select2-search-choice-focus" ) ;
var prev = selected . prev ( ".select2-search-choice:not(.select2-locked)" ) ;
var next = selected . next ( ".select2-search-choice:not(.select2-locked)" ) ;
var pos = getCursorInfo ( this . search ) ;
2012-03-29 22:08:14 +04:00
2013-05-03 02:41:55 +04:00
if ( selected . length &&
( e . which == KEY . LEFT || e . which == KEY . RIGHT || e . which == KEY . BACKSPACE || e . which == KEY . DELETE || e . which == KEY . ENTER ) ) {
var selectedChoice = selected ;
if ( e . which == KEY . LEFT && prev . length ) {
selectedChoice = prev ;
}
else if ( e . which == KEY . RIGHT ) {
selectedChoice = next . length ? next : null ;
}
else if ( e . which === KEY . BACKSPACE ) {
2014-03-05 14:20:07 +04:00
if ( this . unselect ( selected . first ( ) ) ) {
this . search . width ( 10 ) ;
selectedChoice = prev . length ? prev : next ;
}
2013-05-03 02:41:55 +04:00
} else if ( e . which == KEY . DELETE ) {
2014-03-05 14:20:07 +04:00
if ( this . unselect ( selected . first ( ) ) ) {
this . search . width ( 10 ) ;
selectedChoice = next . length ? next : null ;
}
2013-05-03 02:41:55 +04:00
} else if ( e . which == KEY . ENTER ) {
selectedChoice = null ;
2012-04-12 11:33:10 +04:00
}
2012-03-29 22:08:14 +04:00
2013-05-03 02:41:55 +04:00
this . selectChoice ( selectedChoice ) ;
killEvent ( e ) ;
if ( ! selectedChoice || ! selectedChoice . length ) {
this . open ( ) ;
2012-04-12 11:33:10 +04:00
}
2013-05-03 02:41:55 +04:00
return ;
2013-05-03 13:51:41 +04:00
} else if ( ( ( e . which === KEY . BACKSPACE && this . keydowns == 1 )
2013-05-03 02:41:55 +04:00
|| e . which == KEY . LEFT ) && ( pos . offset == 0 && ! pos . length ) ) {
this . selectChoice ( selection . find ( ".select2-search-choice:not(.select2-locked)" ) . last ( ) ) ;
killEvent ( e ) ;
return ;
2012-04-12 11:33:10 +04:00
} else {
2013-05-03 02:41:55 +04:00
this . selectChoice ( null ) ;
2012-03-29 22:08:14 +04:00
}
2012-04-12 11:33:10 +04:00
if ( this . opened ( ) ) {
switch ( e . which ) {
case KEY . UP :
case KEY . DOWN :
this . moveHighlight ( ( e . which === KEY . UP ) ? - 1 : 1 ) ;
killEvent ( e ) ;
return ;
case KEY . ENTER :
this . selectHighlighted ( ) ;
killEvent ( e ) ;
return ;
2013-05-07 06:42:38 +04:00
case KEY . TAB :
2013-08-30 19:54:43 +04:00
this . selectHighlighted ( { noFocus : true } ) ;
2013-06-01 04:14:29 +04:00
this . close ( ) ;
2013-05-07 06:42:38 +04:00
return ;
2012-04-12 11:33:10 +04:00
case KEY . ESC :
this . cancel ( e ) ;
2012-06-15 07:36:22 +04:00
killEvent ( e ) ;
2012-04-12 11:33:10 +04:00
return ;
}
2012-03-29 22:08:14 +04:00
}
2012-08-04 08:50:12 +04:00
if ( e . which === KEY . TAB || KEY . isControl ( e ) || KEY . isFunctionKey ( e )
2012-08-14 01:51:56 +04:00
|| e . which === KEY . BACKSPACE || e . which === KEY . ESC ) {
return ;
}
2013-02-10 11:55:34 +04:00
if ( e . which === KEY . ENTER ) {
if ( this . opts . openOnEnter === false ) {
return ;
} else if ( e . altKey || e . ctrlKey || e . shiftKey || e . metaKey ) {
return ;
}
2012-03-29 22:08:14 +04:00
}
2012-04-12 11:33:10 +04:00
this . open ( ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( e . which === KEY . PAGE _UP || e . which === KEY . PAGE _DOWN ) {
// prevent the page from scrolling
killEvent ( e ) ;
}
2013-03-14 22:14:37 +04:00
if ( e . which === KEY . ENTER ) {
// prevent form from being submitted
killEvent ( e ) ;
}
2012-04-12 11:33:10 +04:00
} ) ) ;
2012-03-29 22:08:14 +04:00
2013-05-09 11:07:35 +04:00
this . search . on ( "keyup" , this . bind ( function ( e ) {
2013-05-03 13:51:41 +04:00
this . keydowns = 0 ;
this . resizeSearch ( ) ;
} )
) ;
2012-03-29 22:08:14 +04:00
2013-05-09 11:07:35 +04:00
this . search . on ( "blur" , this . bind ( function ( e ) {
2012-07-24 18:07:14 +04:00
this . container . removeClass ( "select2-container-active" ) ;
2012-09-05 00:20:34 +04:00
this . search . removeClass ( "select2-focused" ) ;
2013-05-03 02:41:55 +04:00
this . selectChoice ( null ) ;
2013-02-06 03:02:43 +04:00
if ( ! this . opened ( ) ) this . clearSearch ( ) ;
2012-09-05 00:20:34 +04:00
e . stopImmediatePropagation ( ) ;
2013-05-07 07:05:15 +04:00
this . opts . element . trigger ( $ . Event ( "select2-blur" ) ) ;
2012-07-24 18:07:14 +04:00
} ) ) ;
2013-05-28 23:32:36 +04:00
this . container . on ( "click" , selector , this . bind ( function ( e ) {
2013-05-07 00:13:02 +04:00
if ( ! this . isInterfaceEnabled ( ) ) return ;
2012-08-17 09:24:58 +04:00
if ( $ ( e . target ) . closest ( ".select2-search-choice" ) . length > 0 ) {
// clicked inside a select2 search choice, do not open
return ;
}
2013-05-03 02:41:55 +04:00
this . selectChoice ( null ) ;
2012-07-09 23:20:20 +04:00
this . clearPlaceholder ( ) ;
2013-05-07 07:13:05 +04:00
if ( ! this . container . hasClass ( "select2-container-active" ) ) {
this . opts . element . trigger ( $ . Event ( "select2-focus" ) ) ;
}
2012-04-12 11:33:10 +04:00
this . open ( ) ;
this . focusSearch ( ) ;
e . preventDefault ( ) ;
} ) ) ;
2012-03-29 22:08:14 +04:00
2013-05-09 11:07:35 +04:00
this . container . on ( "focus" , selector , this . bind ( function ( ) {
2013-05-07 00:13:02 +04:00
if ( ! this . isInterfaceEnabled ( ) ) return ;
2013-05-07 07:13:05 +04:00
if ( ! this . container . hasClass ( "select2-container-active" ) ) {
this . opts . element . trigger ( $ . Event ( "select2-focus" ) ) ;
}
2012-04-12 11:33:10 +04:00
this . container . addClass ( "select2-container-active" ) ;
2012-06-12 12:40:37 +04:00
this . dropdown . addClass ( "select2-drop-active" ) ;
2012-04-12 11:33:10 +04:00
this . clearPlaceholder ( ) ;
} ) ) ;
2012-03-29 22:08:14 +04:00
2013-02-14 13:05:28 +04:00
this . initContainerWidth ( ) ;
2013-04-09 03:24:15 +04:00
this . opts . element . addClass ( "select2-offscreen" ) ;
2013-02-14 13:05:28 +04:00
2012-04-12 11:33:10 +04:00
// set the placeholder if necessary
this . clearSearch ( ) ;
} ,
2012-04-11 11:51:27 +04:00
2012-06-22 06:00:29 +04:00
// multi
2013-05-07 00:13:02 +04:00
enableInterface : function ( ) {
if ( this . parent . enableInterface . apply ( this , arguments ) ) {
this . search . prop ( "disabled" , ! this . isInterfaceEnabled ( ) ) ;
}
2012-06-07 08:52:08 +04:00
} ,
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
initSelection : function ( ) {
var data ;
2012-09-25 01:35:13 +04:00
if ( this . opts . element . val ( ) === "" && this . opts . element . text ( ) === "" ) {
2012-04-12 11:33:10 +04:00
this . updateSelection ( [ ] ) ;
2012-06-08 08:22:06 +04:00
this . close ( ) ;
// set the placeholder if necessary
this . clearSearch ( ) ;
2012-04-12 11:33:10 +04:00
}
if ( this . select || this . opts . element . val ( ) !== "" ) {
2012-06-08 08:22:06 +04:00
var self = this ;
this . opts . initSelection . call ( null , this . opts . element , function ( data ) {
if ( data !== undefined && data !== null ) {
self . updateSelection ( data ) ;
self . close ( ) ;
// set the placeholder if necessary
self . clearSearch ( ) ;
2012-06-28 08:44:31 +04:00
}
2012-06-08 08:22:06 +04:00
} ) ;
2012-06-28 08:44:31 +04:00
}
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
clearSearch : function ( ) {
2013-03-05 14:19:28 +04:00
var placeholder = this . getPlaceholder ( ) ,
maxWidth = this . getMaxSearchWidth ( ) ;
2012-03-29 22:08:14 +04:00
2012-06-14 23:16:44 +04:00
if ( placeholder !== undefined && this . getVal ( ) . length === 0 && this . search . hasClass ( "select2-focused" ) === false ) {
2012-04-12 11:33:10 +04:00
this . search . val ( placeholder ) . addClass ( "select2-default" ) ;
2012-05-02 20:26:00 +04:00
// stretch the search box to full width of the container so as much of the placeholder is visible as possible
2013-03-01 20:29:40 +04:00
// we could call this.resizeSearch(), but we do not because that requires a sizer and we do not want to create one so early because of a firefox bug, see #944
2013-03-05 14:19:28 +04:00
this . search . width ( maxWidth > 0 ? maxWidth : this . container . css ( "width" ) ) ;
2012-05-02 20:26:00 +04:00
} else {
2013-02-09 09:53:43 +04:00
this . search . val ( "" ) . width ( 10 ) ;
2012-04-12 11:33:10 +04:00
}
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
clearPlaceholder : function ( ) {
if ( this . search . hasClass ( "select2-default" ) ) {
this . search . val ( "" ) . removeClass ( "select2-default" ) ;
}
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-07-15 23:22:38 +04:00
opening : function ( ) {
2013-03-14 22:31:11 +04:00
this . clearPlaceholder ( ) ; // should be done before super so placeholder is not used to search
this . resizeSearch ( ) ;
2012-07-15 23:22:38 +04:00
this . parent . opening . apply ( this , arguments ) ;
2012-07-11 13:33:38 +04:00
2012-04-12 11:33:10 +04:00
this . focusSearch ( ) ;
2013-02-09 00:21:06 +04:00
2013-12-31 22:01:48 +04:00
// initializes search's value with nextSearchTerm (if defined by user)
// ignore nextSearchTerm if the dropdown is opened by the user pressing a letter
if ( this . search . val ( ) === "" ) {
if ( this . nextSearchTerm != undefined ) {
this . search . val ( this . nextSearchTerm ) ;
this . search . select ( ) ;
}
}
2013-11-20 21:15:58 +04:00
2013-04-10 05:58:30 +04:00
this . updateResults ( true ) ;
2014-04-01 00:01:06 +04:00
if ( this . opts . shouldFocusInput ( this ) ) {
this . search . focus ( ) ;
}
2013-05-07 20:07:03 +04:00
this . opts . element . trigger ( $ . Event ( "select2-open" ) ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
close : function ( ) {
if ( ! this . opened ( ) ) return ;
this . parent . close . apply ( this , arguments ) ;
} ,
2012-04-11 11:51:27 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-04-21 10:59:44 +04:00
focus : function ( ) {
this . close ( ) ;
2012-07-24 18:07:14 +04:00
this . search . focus ( ) ;
2012-04-21 10:59:44 +04:00
} ,
2012-06-22 06:00:29 +04:00
// multi
2012-04-21 10:59:44 +04:00
isFocused : function ( ) {
2012-05-03 09:52:05 +04:00
return this . search . hasClass ( "select2-focused" ) ;
2012-04-21 10:59:44 +04:00
} ,
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
updateSelection : function ( data ) {
var ids = [ ] , filtered = [ ] , self = this ;
2012-04-11 11:51:27 +04:00
2012-04-12 11:33:10 +04:00
// filter out duplicates
$ ( data ) . each ( function ( ) {
2012-05-04 02:00:48 +04:00
if ( indexOf ( self . id ( this ) , ids ) < 0 ) {
ids . push ( self . id ( this ) ) ;
2012-04-12 11:33:10 +04:00
filtered . push ( this ) ;
}
} ) ;
data = filtered ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
this . selection . find ( ".select2-search-choice" ) . remove ( ) ;
$ ( data ) . each ( function ( ) {
self . addSelectedChoice ( this ) ;
} ) ;
self . postprocessResults ( ) ;
} ,
2012-03-31 01:06:34 +04:00
2013-03-14 22:39:45 +04:00
// multi
2012-08-09 06:33:24 +04:00
tokenize : function ( ) {
var input = this . search . val ( ) ;
2013-06-21 05:36:12 +04:00
input = this . opts . tokenizer . call ( this , input , this . data ( ) , this . bind ( this . onSelect ) , this . opts ) ;
2012-08-09 06:33:24 +04:00
if ( input != null && input != undefined ) {
this . search . val ( input ) ;
if ( input . length > 0 ) {
this . open ( ) ;
}
}
} ,
2012-06-22 06:00:29 +04:00
// multi
2012-12-12 22:54:47 +04:00
onSelect : function ( data , options ) {
2013-04-10 06:53:11 +04:00
if ( ! this . triggerSelect ( data ) ) { return ; }
2012-04-12 11:33:10 +04:00
this . addSelectedChoice ( data ) ;
2013-02-10 03:48:20 +04:00
2013-02-10 07:13:21 +04:00
this . opts . element . trigger ( { type : "selected" , val : this . id ( data ) , choice : data } ) ;
2013-12-31 22:01:48 +04:00
// keep track of the search's value before it gets cleared
this . nextSearchTerm = this . opts . nextSearchTerm ( data , this . search . val ( ) ) ;
2013-11-20 21:15:58 +04:00
2013-11-25 10:26:13 +04:00
this . clearSearch ( ) ;
this . updateResults ( ) ;
2013-07-11 03:49:42 +04:00
if ( this . select || ! this . opts . closeOnSelect ) this . postprocessResults ( data , false , this . opts . closeOnSelect === true ) ;
2012-04-24 21:46:21 +04:00
if ( this . opts . closeOnSelect ) {
this . close ( ) ;
this . search . width ( 10 ) ;
} else {
2012-07-18 11:26:49 +04:00
if ( this . countSelectableResults ( ) > 0 ) {
2012-08-09 06:33:24 +04:00
this . search . width ( 10 ) ;
this . resizeSearch ( ) ;
2013-03-05 20:31:28 +04:00
if ( this . getMaximumSelectionSize ( ) > 0 && this . val ( ) . length >= this . getMaximumSelectionSize ( ) ) {
2013-02-10 03:48:20 +04:00
// if we reached max selection size repaint the results so choices
// are replaced with the max selection reached message
this . updateResults ( true ) ;
2013-12-31 22:01:48 +04:00
} else {
// initializes search's value with nextSearchTerm and update search result
if ( this . nextSearchTerm != undefined ) {
this . search . val ( this . nextSearchTerm ) ;
this . updateResults ( ) ;
this . search . select ( ) ;
}
2013-02-10 03:48:20 +04:00
}
2012-07-18 11:26:49 +04:00
this . positionDropdown ( ) ;
} else {
// if nothing left to select close
this . close ( ) ;
2013-02-10 03:48:20 +04:00
this . search . width ( 10 ) ;
2012-07-18 11:26:49 +04:00
}
2012-04-24 21:46:21 +04:00
}
2012-03-31 01:06:34 +04:00
2012-04-12 11:33:10 +04:00
// since its not possible to select an element that has already been
// added we do not need to check if this is a new element before firing change
2012-06-22 09:56:50 +04:00
this . triggerChange ( { added : data } ) ;
2012-03-29 22:08:14 +04:00
2012-12-12 22:54:47 +04:00
if ( ! options || ! options . noFocus )
this . focusSearch ( ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
cancel : function ( ) {
2012-03-29 22:08:14 +04:00
this . close ( ) ;
this . focusSearch ( ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
addSelectedChoice : function ( data ) {
2012-10-16 21:41:03 +04:00
var enableChoice = ! data . locked ,
2012-10-16 21:33:35 +04:00
enabledItem = $ (
2012-07-20 01:53:03 +04:00
"<li class='select2-search-choice'>" +
" <div></div>" +
2014-02-27 23:07:57 +04:00
" <a href='#' class='select2-search-choice-close' tabindex='-1'></a>" +
2012-07-20 01:53:03 +04:00
"</li>" ) ,
2012-10-16 21:33:35 +04:00
disabledItem = $ (
2012-11-15 21:56:05 +04:00
"<li class='select2-search-choice select2-locked'>" +
2012-10-16 21:33:35 +04:00
"<div></div>" +
"</li>" ) ;
var choice = enableChoice ? enabledItem : disabledItem ,
2012-07-16 01:22:44 +04:00
id = this . id ( data ) ,
val = this . getVal ( ) ,
2013-05-16 09:31:53 +04:00
formatted ,
cssClass ;
2012-11-15 21:56:05 +04:00
2013-06-24 01:32:45 +04:00
formatted = this . opts . formatSelection ( data , choice . find ( "div" ) , this . opts . escapeMarkup ) ;
2012-09-18 06:25:21 +04:00
if ( formatted != undefined ) {
2013-06-24 01:32:45 +04:00
choice . find ( "div" ) . replaceWith ( "<div>" + formatted + "</div>" ) ;
2012-09-18 06:25:21 +04:00
}
2013-05-16 09:31:53 +04:00
cssClass = this . opts . formatSelectionCssClass ( data , choice . find ( "div" ) ) ;
if ( cssClass != undefined ) {
choice . addClass ( cssClass ) ;
}
2012-06-07 08:52:08 +04:00
2012-10-16 21:33:35 +04:00
if ( enableChoice ) {
choice . find ( ".select2-search-choice-close" )
2013-05-09 11:07:35 +04:00
. on ( "mousedown" , killEvent )
. on ( "click dblclick" , this . bind ( function ( e ) {
2013-05-07 00:13:02 +04:00
if ( ! this . isInterfaceEnabled ( ) ) return ;
2012-10-16 21:33:35 +04:00
2014-03-05 14:00:45 +04:00
this . unselect ( $ ( e . target ) ) ;
this . selection . find ( ".select2-search-choice-focus" ) . removeClass ( "select2-search-choice-focus" ) ;
2012-10-16 21:33:35 +04:00
killEvent ( e ) ;
2014-03-05 14:00:45 +04:00
this . close ( ) ;
this . focusSearch ( ) ;
2013-05-09 11:07:35 +04:00
} ) ) . on ( "focus" , this . bind ( function ( ) {
2013-05-07 00:13:02 +04:00
if ( ! this . isInterfaceEnabled ( ) ) return ;
2012-10-16 21:33:35 +04:00
this . container . addClass ( "select2-container-active" ) ;
this . dropdown . addClass ( "select2-drop-active" ) ;
} ) ) ;
}
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
choice . data ( "select2-data" , data ) ;
choice . insertBefore ( this . searchContainer ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
val . push ( id ) ;
this . setVal ( val ) ;
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
unselect : function ( selected ) {
var val = this . getVal ( ) ,
2012-06-22 09:56:50 +04:00
data ,
2012-04-12 11:33:10 +04:00
index ;
selected = selected . closest ( ".select2-search-choice" ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( selected . length === 0 ) {
throw "Invalid argument: " + selected + ". Must be .select2-search-choice" ;
}
2012-03-29 22:08:14 +04:00
2012-06-22 09:56:50 +04:00
data = selected . data ( "select2-data" ) ;
2013-01-31 10:38:58 +04:00
if ( ! data ) {
// prevent a race condition when the 'x' is clicked really fast repeatedly the event can be queued
// and invoked on an element already removed
return ;
}
2013-10-08 07:47:12 +04:00
var evt = $ . Event ( "select2-removing" ) ;
evt . val = this . id ( data ) ;
evt . choice = data ;
this . opts . element . trigger ( evt ) ;
if ( evt . isDefaultPrevented ( ) ) {
2014-03-05 14:20:07 +04:00
return false ;
2013-10-08 07:47:12 +04:00
}
2013-02-10 04:44:44 +04:00
2014-03-05 13:55:42 +04:00
while ( ( index = indexOf ( this . id ( data ) , val ) ) >= 0 ) {
val . splice ( index , 1 ) ;
this . setVal ( val ) ;
if ( this . select ) this . postprocessResults ( ) ;
2013-10-08 07:47:12 +04:00
}
2013-02-10 04:44:44 +04:00
2013-10-26 18:57:53 +04:00
selected . remove ( ) ;
2013-10-07 08:27:40 +04:00
this . opts . element . trigger ( { type : "select2-removed" , val : this . id ( data ) , choice : data } ) ;
2012-06-22 09:56:50 +04:00
this . triggerChange ( { removed : data } ) ;
2014-03-05 14:20:07 +04:00
return true ;
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2013-05-07 02:26:46 +04:00
postprocessResults : function ( data , initial , noHighlightUpdate ) {
2012-04-12 11:33:10 +04:00
var val = this . getVal ( ) ,
2013-02-01 01:15:46 +04:00
choices = this . results . find ( ".select2-result" ) ,
2012-07-25 01:55:53 +04:00
compound = this . results . find ( ".select2-result-with-children" ) ,
2012-04-12 11:33:10 +04:00
self = this ;
2012-03-29 22:08:14 +04:00
2012-06-16 23:00:09 +04:00
choices . each2 ( function ( i , choice ) {
var id = self . id ( choice . data ( "select2-data" ) ) ;
2012-04-12 11:33:10 +04:00
if ( indexOf ( id , val ) >= 0 ) {
2014-03-22 03:50:30 +04:00
choice . addClass ( "select2-selected" ) ;
// mark all children of the selected parent as selected
choice . find ( ".select2-result-selectable" ) . addClass ( "select2-selected" ) ;
2012-07-25 01:55:53 +04:00
}
} ) ;
2013-02-01 01:15:46 +04:00
compound . each2 ( function ( i , choice ) {
2013-11-01 03:20:45 +04:00
// hide an optgroup if it doesn't have any selectable children
2013-02-01 01:15:46 +04:00
if ( ! choice . is ( '.select2-result-selectable' )
&& choice . find ( ".select2-result-selectable:not(.select2-selected)" ) . length === 0 ) {
choice . addClass ( "select2-selected" ) ;
2012-04-12 11:33:10 +04:00
}
} ) ;
2012-03-29 22:08:14 +04:00
2013-04-15 02:25:51 +04:00
if ( this . highlight ( ) == - 1 && noHighlightUpdate !== false ) {
2013-02-01 01:15:46 +04:00
self . highlight ( 0 ) ;
2012-10-31 10:35:34 +04:00
}
2012-03-29 22:08:14 +04:00
2013-11-01 03:20:45 +04:00
//If all results are chosen render formatNoMatches
2013-05-04 11:03:00 +04:00
if ( ! this . opts . createSearchChoice && ! choices . filter ( '.select2-result:not(.select2-selected)' ) . length > 0 ) {
2013-06-26 18:32:07 +04:00
if ( ! data || data && ! data . more && this . results . find ( ".select2-no-results" ) . length === 0 ) {
if ( checkFormatter ( self . opts . formatNoMatches , "formatNoMatches" ) ) {
2014-02-01 09:00:47 +04:00
this . results . append ( "<li class='select2-no-results'>" + evaluate ( self . opts . formatNoMatches , self . search . val ( ) ) + "</li>" ) ;
2013-06-14 07:48:48 +04:00
}
2013-06-26 18:32:07 +04:00
}
2013-05-04 11:03:00 +04:00
}
2012-04-12 11:33:10 +04:00
} ,
2012-03-29 22:08:14 +04:00
2013-03-01 20:29:40 +04:00
// multi
getMaxSearchWidth : function ( ) {
return this . selection . width ( ) - getSideBorderPadding ( this . search ) ;
} ,
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
resizeSearch : function ( ) {
2012-06-17 16:19:27 +04:00
var minimumWidth , left , maxWidth , containerLeft , searchWidth ,
2013-06-26 18:32:07 +04:00
sideBorderPadding = getSideBorderPadding ( this . search ) ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
minimumWidth = measureTextWidth ( this . search ) + 10 ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
left = this . search . offset ( ) . left ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
maxWidth = this . selection . width ( ) ;
containerLeft = this . selection . offset ( ) . left ;
2012-03-29 22:08:14 +04:00
2012-06-17 16:19:27 +04:00
searchWidth = maxWidth - ( left - containerLeft ) - sideBorderPadding ;
2013-02-14 13:05:28 +04:00
2012-04-12 11:33:10 +04:00
if ( searchWidth < minimumWidth ) {
2012-06-17 16:19:27 +04:00
searchWidth = maxWidth - sideBorderPadding ;
2012-04-12 11:33:10 +04:00
}
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( searchWidth < 40 ) {
2012-06-17 16:19:27 +04:00
searchWidth = maxWidth - sideBorderPadding ;
2012-04-12 11:33:10 +04:00
}
2013-01-04 21:16:48 +04:00
2012-12-08 21:36:07 +04:00
if ( searchWidth <= 0 ) {
2013-02-08 03:46:29 +04:00
searchWidth = minimumWidth ;
2012-12-08 21:36:07 +04:00
}
2013-01-04 21:16:48 +04:00
2013-04-24 09:04:38 +04:00
this . search . width ( Math . floor ( searchWidth ) ) ;
2012-04-12 11:33:10 +04:00
} ,
2012-04-11 11:51:27 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
getVal : function ( ) {
2012-04-13 19:59:32 +04:00
var val ;
2012-04-12 11:33:10 +04:00
if ( this . select ) {
val = this . select . val ( ) ;
return val === null ? [ ] : val ;
} else {
val = this . opts . element . val ( ) ;
2012-07-16 12:35:04 +04:00
return splitVal ( val , this . opts . separator ) ;
2012-04-12 11:33:10 +04:00
}
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2012-04-12 11:33:10 +04:00
setVal : function ( val ) {
2012-05-30 04:04:52 +04:00
var unique ;
2012-04-12 11:33:10 +04:00
if ( this . select ) {
this . select . val ( val ) ;
} else {
2012-05-30 04:04:52 +04:00
unique = [ ] ;
2012-04-12 11:33:10 +04:00
// filter out duplicates
$ ( val ) . each ( function ( ) {
if ( indexOf ( this , unique ) < 0 ) unique . push ( this ) ;
} ) ;
2012-07-27 15:53:21 +04:00
this . opts . element . val ( unique . length === 0 ? "" : unique . join ( this . opts . separator ) ) ;
2012-04-12 11:33:10 +04:00
}
} ,
2012-03-29 22:08:14 +04:00
2012-06-22 06:00:29 +04:00
// multi
2013-04-09 20:51:09 +04:00
buildChangeDetails : function ( old , current ) {
var current = current . slice ( 0 ) ,
old = old . slice ( 0 ) ;
// remove intersection from each array
for ( var i = 0 ; i < current . length ; i ++ ) {
for ( var j = 0 ; j < old . length ; j ++ ) {
if ( equal ( this . opts . id ( current [ i ] ) , this . opts . id ( old [ j ] ) ) ) {
current . splice ( i , 1 ) ;
2013-10-31 20:55:19 +04:00
if ( i > 0 ) {
i -- ;
}
2013-04-09 20:51:09 +04:00
old . splice ( j , 1 ) ;
j -- ;
}
}
}
return { added : current , removed : old } ;
} ,
// multi
val : function ( val , triggerChange ) {
2013-10-10 22:15:26 +04:00
var oldData , self = this ;
2012-03-29 22:08:14 +04:00
2012-04-12 11:33:10 +04:00
if ( arguments . length === 0 ) {
return this . getVal ( ) ;
}
2012-03-29 22:08:14 +04:00
2013-04-09 20:51:09 +04:00
oldData = this . data ( ) ;
if ( ! oldData . length ) oldData = [ ] ;
2013-01-30 13:21:40 +04:00
2013-02-01 05:10:30 +04:00
// val is an id. !val is true for [undefined,null,'',0] - 0 is legal
if ( ! val && val !== 0 ) {
2012-07-21 15:27:49 +04:00
this . opts . element . val ( "" ) ;
this . updateSelection ( [ ] ) ;
this . clearSearch ( ) ;
2013-01-30 13:21:40 +04:00
if ( triggerChange ) {
2013-04-09 20:51:09 +04:00
this . triggerChange ( { added : this . data ( ) , removed : oldData } ) ;
2013-01-30 13:21:40 +04:00
}
2012-07-21 15:27:49 +04:00
return ;
}
// val is a list of ids
this . setVal ( val ) ;
2012-04-12 11:33:10 +04:00
if ( this . select ) {
2013-02-09 21:41:35 +04:00
this . opts . initSelection ( this . select , this . bind ( this . updateSelection ) ) ;
2013-01-30 13:21:40 +04:00
if ( triggerChange ) {
2013-04-09 20:51:09 +04:00
this . triggerChange ( this . buildChangeDetails ( oldData , this . data ( ) ) ) ;
2013-01-30 13:21:40 +04:00
}
2012-04-12 11:33:10 +04:00
} else {
2012-07-21 15:27:49 +04:00
if ( this . opts . initSelection === undefined ) {
2013-02-08 03:46:29 +04:00
throw new Error ( "val() cannot be called if initSelection() is not defined" ) ;
2012-07-21 06:10:33 +04:00
}
2012-04-27 07:04:57 +04:00
2012-07-21 15:27:49 +04:00
this . opts . initSelection ( this . opts . element , function ( data ) {
2013-06-03 21:02:19 +04:00
var ids = $ . map ( data , self . id ) ;
2012-07-21 15:27:49 +04:00
self . setVal ( ids ) ;
self . updateSelection ( data ) ;
self . clearSearch ( ) ;
2013-01-30 13:21:40 +04:00
if ( triggerChange ) {
2013-10-16 21:30:58 +04:00
self . triggerChange ( self . buildChangeDetails ( oldData , self . data ( ) ) ) ;
2013-01-30 13:21:40 +04:00
}
2012-07-21 15:27:49 +04:00
} ) ;
}
2012-04-27 07:04:57 +04:00
this . clearSearch ( ) ;
2012-05-30 04:04:52 +04:00
} ,
2012-06-22 06:00:29 +04:00
// multi
2012-05-30 04:04:52 +04:00
onSortStart : function ( ) {
if ( this . select ) {
throw new Error ( "Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead." ) ;
}
// collapse search field into 0 width so its container can be collapsed as well
this . search . width ( 0 ) ;
// hide the container
this . searchContainer . hide ( ) ;
} ,
2012-06-22 06:00:29 +04:00
// multi
2012-05-30 04:04:52 +04:00
onSortEnd : function ( ) {
var val = [ ] , self = this ;
// show search and move it to the end of the list
this . searchContainer . show ( ) ;
// make sure the search container is the last item in the list
this . searchContainer . appendTo ( this . searchContainer . parent ( ) ) ;
2012-06-29 10:44:30 +04:00
// since we collapsed the width in dragStarted, we resize it here
2012-05-30 04:04:52 +04:00
this . resizeSearch ( ) ;
// update selection
this . selection . find ( ".select2-search-choice" ) . each ( function ( ) {
val . push ( self . opts . id ( $ ( this ) . data ( "select2-data" ) ) ) ;
} ) ;
this . setVal ( val ) ;
this . triggerChange ( ) ;
2012-06-29 10:44:30 +04:00
} ,
// multi
2013-04-09 20:51:09 +04:00
data : function ( values , triggerChange ) {
var self = this , ids , old ;
2012-06-29 10:44:30 +04:00
if ( arguments . length === 0 ) {
return this . selection
2013-11-28 03:07:37 +04:00
. children ( ".select2-search-choice" )
2012-06-29 10:44:30 +04:00
. map ( function ( ) { return $ ( this ) . data ( "select2-data" ) ; } )
. get ( ) ;
} else {
2013-04-09 20:51:09 +04:00
old = this . data ( ) ;
2012-07-27 20:00:17 +04:00
if ( ! values ) { values = [ ] ; }
2013-02-08 03:46:29 +04:00
ids = $ . map ( values , function ( e ) { return self . opts . id ( e ) ; } ) ;
2012-06-29 10:44:30 +04:00
this . setVal ( ids ) ;
this . updateSelection ( values ) ;
2012-06-30 08:02:03 +04:00
this . clearSearch ( ) ;
2013-04-09 20:51:09 +04:00
if ( triggerChange ) {
this . triggerChange ( this . buildChangeDetails ( old , this . data ( ) ) ) ;
}
2012-06-29 10:44:30 +04:00
}
2012-03-29 22:08:14 +04:00
}
2012-04-12 11:33:10 +04:00
} ) ;
2012-03-29 22:08:14 +04:00
$ . fn . select2 = function ( ) {
var args = Array . prototype . slice . call ( arguments , 0 ) ,
opts ,
select2 ,
2013-06-07 08:58:10 +04:00
method , value , multiple ,
2013-07-15 18:59:34 +04:00
allowedMethods = [ "val" , "destroy" , "opened" , "open" , "close" , "focus" , "isFocused" , "container" , "dropdown" , "onSortStart" , "onSortEnd" , "enable" , "disable" , "readonly" , "positionDropdown" , "data" , "search" ] ,
2013-07-04 10:08:55 +04:00
valueMethods = [ "opened" , "isFocused" , "container" , "dropdown" ] ,
propertyMethods = [ "val" , "data" ] ,
2013-06-07 08:58:10 +04:00
methodsMap = { search : "externalSearch" } ;
2012-03-29 22:08:14 +04:00
this . each ( function ( ) {
if ( args . length === 0 || typeof ( args [ 0 ] ) === "object" ) {
2012-04-28 09:39:40 +04:00
opts = args . length === 0 ? { } : $ . extend ( { } , args [ 0 ] ) ;
2012-03-29 22:08:14 +04:00
opts . element = $ ( this ) ;
if ( opts . element . get ( 0 ) . tagName . toLowerCase ( ) === "select" ) {
2013-03-20 16:19:05 +04:00
multiple = opts . element . prop ( "multiple" ) ;
2012-03-29 22:08:14 +04:00
} else {
multiple = opts . multiple || false ;
2012-04-03 09:27:58 +04:00
if ( "tags" in opts ) { opts . multiple = multiple = true ; }
2012-03-29 22:08:14 +04:00
}
2014-01-08 20:09:14 +04:00
select2 = multiple ? new window . Select2 [ "class" ] . multi ( ) : new window . Select2 [ "class" ] . single ( ) ;
2012-03-29 22:08:14 +04:00
select2 . init ( opts ) ;
} else if ( typeof ( args [ 0 ] ) === "string" ) {
if ( indexOf ( args [ 0 ] , allowedMethods ) < 0 ) {
throw "Unknown method: " + args [ 0 ] ;
}
value = undefined ;
select2 = $ ( this ) . data ( "select2" ) ;
2012-04-12 10:28:54 +04:00
if ( select2 === undefined ) return ;
2013-06-07 08:58:10 +04:00
method = args [ 0 ] ;
if ( method === "container" ) {
2013-05-31 19:56:20 +04:00
value = select2 . container ;
2013-06-07 08:58:10 +04:00
} else if ( method === "dropdown" ) {
2013-05-31 19:56:20 +04:00
value = select2 . dropdown ;
2012-05-29 10:15:41 +04:00
} else {
2013-06-07 08:58:10 +04:00
if ( methodsMap [ method ] ) method = methodsMap [ method ] ;
value = select2 [ method ] . apply ( select2 , args . slice ( 1 ) ) ;
2012-05-29 10:15:41 +04:00
}
2013-07-04 10:08:55 +04:00
if ( indexOf ( args [ 0 ] , valueMethods ) >= 0
2014-04-03 12:59:21 +04:00
|| ( indexOf ( args [ 0 ] , propertyMethods ) >= 0 && args . length == 1 ) ) {
2013-07-04 10:08:55 +04:00
return false ; // abort the iteration, ready to return first matched value
2013-05-07 00:13:02 +04:00
}
2012-03-29 22:08:14 +04:00
} else {
throw "Invalid arguments to select2 plugin: " + args ;
}
} ) ;
return ( value === undefined ) ? this : value ;
} ;
2012-07-16 13:25:12 +04:00
// plugin defaults, accessible to users
$ . fn . select2 . defaults = {
2012-07-19 11:55:46 +04:00
width : "copy" ,
2013-01-10 13:02:00 +04:00
loadMorePadding : 0 ,
2012-07-19 11:55:46 +04:00
closeOnSelect : true ,
2012-08-14 01:51:56 +04:00
openOnEnter : true ,
2012-07-16 13:25:12 +04:00
containerCss : { } ,
dropdownCss : { } ,
containerCssClass : "" ,
dropdownCssClass : "" ,
2013-02-06 05:25:32 +04:00
formatResult : function ( result , container , query , escapeMarkup ) {
2012-07-16 13:25:12 +04:00
var markup = [ ] ;
2013-02-06 05:25:32 +04:00
markMatch ( result . text , query . term , markup , escapeMarkup ) ;
2012-07-16 13:25:12 +04:00
return markup . join ( "" ) ;
} ,
2013-06-24 01:32:45 +04:00
formatSelection : function ( data , container , escapeMarkup ) {
return data ? escapeMarkup ( data . text ) : undefined ;
2012-07-16 13:25:12 +04:00
} ,
2012-11-21 20:12:01 +04:00
sortResults : function ( results , container , query ) {
return results ;
} ,
2013-09-04 08:29:42 +04:00
formatResultCssClass : function ( data ) { return data . css ; } ,
2013-05-16 09:31:53 +04:00
formatSelectionCssClass : function ( data , container ) { return undefined ; } ,
2013-10-19 07:18:22 +04:00
formatMatches : function ( matches ) { return matches + " results are available, use up and down arrow keys to navigate." ; } ,
2012-07-16 13:25:12 +04:00
formatNoMatches : function ( ) { return "No matches found" ; } ,
2014-01-13 19:01:30 +04:00
formatInputTooShort : function ( input , min ) { var n = min - input . length ; return "Please enter " + n + " or more character" + ( n == 1 ? "" : "s" ) ; } ,
2013-03-13 20:38:34 +04:00
formatInputTooLong : function ( input , max ) { var n = input . length - max ; return "Please delete " + n + " character" + ( n == 1 ? "" : "s" ) ; } ,
2012-09-05 02:22:58 +04:00
formatSelectionTooBig : function ( limit ) { return "You can only select " + limit + " item" + ( limit == 1 ? "" : "s" ) ; } ,
2014-01-08 13:35:47 +04:00
formatLoadMore : function ( pageNumber ) { return "Loading more results…" ; } ,
formatSearching : function ( ) { return "Searching…" ; } ,
2012-07-16 13:25:12 +04:00
minimumResultsForSearch : 0 ,
minimumInputLength : 0 ,
2012-12-15 01:49:01 +04:00
maximumInputLength : null ,
2012-07-27 17:32:14 +04:00
maximumSelectionSize : 0 ,
2013-03-12 16:35:14 +04:00
id : function ( e ) { return e == undefined ? null : e . id ; } ,
2012-07-16 13:25:12 +04:00
matcher : function ( term , text ) {
2013-06-28 21:05:12 +04:00
return stripDiacritics ( '' + text ) . toUpperCase ( ) . indexOf ( stripDiacritics ( '' + term ) . toUpperCase ( ) ) >= 0 ;
2012-08-09 06:33:24 +04:00
} ,
separator : "," ,
tokenSeparators : [ ] ,
2012-08-27 20:48:02 +04:00
tokenizer : defaultTokenizer ,
2013-06-04 19:42:46 +04:00
escapeMarkup : defaultEscapeMarkup ,
2012-12-12 22:54:47 +04:00
blurOnChange : false ,
2013-02-10 02:29:48 +04:00
selectOnBlur : false ,
2013-02-10 03:14:45 +04:00
adaptContainerCssClass : function ( c ) { return c ; } ,
2013-08-10 02:26:23 +04:00
adaptDropdownCssClass : function ( c ) { return null ; } ,
2014-01-20 13:38:33 +04:00
nextSearchTerm : function ( selectedObject , currentSearchTerm ) { return undefined ; } ,
2014-01-23 03:05:47 +04:00
searchInputPlaceholder : '' ,
2014-02-22 04:59:14 +04:00
createSearchChoicePosition : 'top' ,
shouldFocusInput : function ( instance ) {
// Never focus the input if search is disabled
if ( instance . opts . minimumResultsForSearch < 0 ) {
return false ;
}
return true ;
}
2012-07-16 13:25:12 +04:00
} ;
2013-05-07 20:07:03 +04:00
$ . fn . select2 . ajaxDefaults = {
transport : $ . ajax ,
params : {
type : "GET" ,
cache : false ,
dataType : "json"
}
} ;
2012-04-10 20:46:20 +04:00
// exports
2012-04-02 19:36:55 +04:00
window . Select2 = {
query : {
ajax : ajax ,
2012-04-10 20:12:19 +04:00
local : local ,
tags : tags
2012-04-02 19:36:55 +04:00
} , util : {
2012-06-20 08:31:56 +04:00
debounce : debounce ,
2013-06-04 19:42:46 +04:00
markMatch : markMatch ,
2013-06-28 21:05:12 +04:00
escapeMarkup : defaultEscapeMarkup ,
stripDiacritics : stripDiacritics
2012-04-02 19:36:55 +04:00
} , "class" : {
2012-04-13 19:59:32 +04:00
"abstract" : AbstractSelect2 ,
"single" : SingleSelect2 ,
"multi" : MultiSelect2
2012-04-02 19:36:55 +04:00
}
} ;
2012-04-10 20:46:20 +04:00
} ( jQuery ) ) ;