Kevin Brown
d386849c1f
Started building out the examples
...
This also adds the `select2` function back to jQuery, so you can
still initialize Select2 using the old syntax.
2014-10-21 21:43:58 -04:00
Kevin Brown
4ae3439dbc
Started building the docs site
2014-10-21 21:43:58 -04:00
Kevin Brown
c74aeeb5c8
Start working on docs
2014-10-21 21:43:58 -04:00
Kevin Brown
e48d8c2218
Minify dist again
2014-10-21 21:43:58 -04:00
Kevin Brown
9c6a18700b
Improved the jshint config a bit more
2014-10-21 21:43:58 -04:00
Kevin Brown
cbfe23eb52
Added basic tests for select2/data/array
2014-10-21 21:43:58 -04:00
Kevin Brown
5f176b66f2
Add tests for select data adapter
2014-10-21 21:43:58 -04:00
Kevin Brown
26986cacb6
Fix undefined variable, rebuild dist
2014-10-21 21:43:58 -04:00
Kevin Brown
f0b819336a
Linted select2/data/* and select2/dropdown/*
2014-10-21 21:43:58 -04:00
Kevin Brown
981432ee89
More linting on select2/*
2014-10-21 21:43:58 -04:00
Kevin Brown
f0e3968989
Linted select2/selection/*
2014-10-21 21:43:58 -04:00
Kevin Brown
898db2e74a
Linted select2/utils
...
For the most part this was semicolon fixes, but there was a
function, `calledMethod`, which did need to be moved out of the
loop.
2014-10-21 21:43:58 -04:00
Kevin Brown
ed6eb4ff92
Dropped old js files
2014-10-21 21:43:57 -04:00
Kevin Brown
0bc56a922b
Linted tests
2014-10-21 21:43:57 -04:00
Kevin Brown
aebc7ce0d2
Added very basic jshint config
2014-10-21 21:43:57 -04:00
Kevin Brown
114732ec25
Broke out a base data adapter
...
This should allow us to create a basic interface that all adapters
must follow.
2014-10-21 21:43:57 -04:00
Kevin Brown
08ac13d510
Two spaces indentation for tests
2014-10-21 21:43:57 -04:00
Kevin Brown
5a17226ba6
Minify assets
2014-10-21 21:43:57 -04:00
Kevin Brown
0f30667f01
Added very basic AJAX adapter
2014-10-21 21:43:57 -04:00
Kevin Brown
cbc2d2f3ec
Trigger events when the dropdown opens and closes
2014-10-21 21:43:57 -04:00
Kevin Brown
315b1b3c12
Added array adapter
...
This should add support for dynamically generated array data that
still works with a basic `<select>` element.
2014-10-21 21:43:57 -04:00
Kevin Brown
3e05e32eda
Small changes in preparation for more adapters
2014-10-21 21:43:57 -04:00
Kevin Brown
d57f8b2203
Clicking on a selected option triggers an unselect event
2014-10-21 21:43:57 -04:00
Kevin Brown
94b460f930
Limit the explicit coupling between adapters
2014-10-21 21:43:57 -04:00
Kevin Brown
0081716841
Header and footer decorators
...
Added examples of header and footer decorators.
2014-10-21 21:43:57 -04:00
Kevin Brown
f82202036f
Added example
...
People have asked about getting the multiple selection container
to show for a single selection. This is a basic example that shows
that it could easily be done now.
2014-10-21 21:43:57 -04:00
Kevin Brown
14d3d99868
Basic multiple select implementation
2014-10-21 21:43:57 -04:00
Kevin Brown
1197960a4e
Add proof-of-concept decorator for clearing
2014-10-21 21:43:57 -04:00
Kevin Brown
a25883c659
Add travis
...
Travis can't be enabled unless we put a minimal file on the `master`
branch.
2014-10-21 21:43:57 -04:00
Kevin Brown
792133ce5c
Added Utils.Decorate and tests
...
This adds decorator support in a very basic way, but enough that
it doesn't take a lot of effort to get it implemented.
This also starts work on splitting things out for theming.
2014-10-21 21:43:56 -04:00
Kevin Brown
2ca14517bb
Add classes to results options
2014-10-21 21:43:56 -04:00
Kevin Brown
01c3dc5886
Basic dropdown is in place
2014-10-21 21:43:56 -04:00
Kevin Brown
ae57cf6460
More work on rendering
...
Switched all of the divs to spans, as the container should not be
a block by default.
2014-10-21 21:43:56 -04:00
Kevin Brown
297a06f8d4
Working on rendering everything
2014-10-21 21:43:56 -04:00
Kevin Brown
06e195b025
Work on the AMD scaffolding
...
This will make it far easier to ensure that components are in their
own modules as well as make it possible to have custom builds of
Select2.
2014-10-21 21:43:56 -04:00
Igor Vaynberg
c0d9316ce2
clean up playground
2014-10-21 21:43:56 -04:00
Igor Vaynberg
bb63555ab2
mobile playground and some wip on architecture
2014-10-21 21:43:56 -04:00
Igor Vaynberg
68f91c3f1b
added footer extension
2014-10-21 21:43:56 -04:00
Igor Vaynberg
08af2fb629
decorators idea
2014-10-21 21:43:56 -04:00
Igor Vaynberg
76933017bf
out with the old
2014-10-21 21:43:56 -04:00
Kevin Brown
5a184921b6
Merge pull request #2726 from KayLeung/patch-1
...
Fixes results count in accessible text
2014-10-16 17:41:22 -04:00
Kevin Brown
30ab851142
Merge pull request #2747 from arthur-peka/master
...
fixing minor errors e.g. redefined variable
2014-10-16 10:40:44 -04:00
Arthur
35f706afbd
fixing minor errors e.g. redefined variable
2014-10-16 14:27:19 +03:00
Kevin Brown
ea266346be
Merge pull request #2665 from bor0/master
...
Items with spaces can be added infinite times on multiselects
2014-10-13 20:39:17 -04:00
Kevin Brown
073f4cb087
Merge pull request #2728 from demkalkov/master
...
'document.body' instead of 'body' selector
2014-10-10 12:05:26 -04:00
Dementiy Kalkov
e716ad01e1
'document.body' instead of 'body' selector
2014-10-10 13:32:58 +04:00
Kay.L
b7a7dd064e
Fixes results count in accessible text
...
Only counts the selectable items in the list. (filter out selected item)
2014-10-09 13:36:00 +08:00
Kevin Brown
eb0b9ff731
Merge pull request #2690 from marcelod/patch-1
...
Update Brazilian Portuguese translation
2014-10-08 21:24:14 -04:00
Kevin Brown
c1df0aa942
Merge pull request #2702 from dgroux/master
...
allow formatSelection to return a jQuery object
2014-10-08 21:12:01 -04:00
Boro Sitnikovski
8644ccb68b
Items with spaces can be added infinite times on multiselects
...
Add optional parameter transformVal that allows the user to define transformation for splitVal
Example demos:
(Infinite spaces, default transformVal):
http://jsfiddle.net/DV23t/9/
(No infinite spaces, transformVal = function (x) { return x; }):
http://jsfiddle.net/DV23t/12/
2014-10-08 23:28:41 +02:00