select2 beta ready, need tests

This commit is contained in:
vitalets
2013-01-15 00:48:52 +04:00
parent 0b58607306
commit f81a56d15c
12 changed files with 3283 additions and 2 deletions

@ -40,7 +40,8 @@ define(function () {
'inputs/checklist',
'inputs/html5types',
'inputs/combodate/combodate',
'inputs-ext/address/address'],
'inputs-ext/address/address',
'inputs/select2/select2'],
init: function(require) {
loadCss(require.toUrl("./editable-form.css"));
}
@ -95,6 +96,17 @@ define(function () {
}
},
//select2
'inputs/select2/select2': {
deps: ['require',
'inputs/select2/lib/select2',
'inputs/abstract'],
init: function(require) {
loadCss(require.toUrl("./lib/select2.css"));
}
},
//datefield
'inputs/date/datefield': ['inputs/date/date'],