add typeahead.js, fix

This commit is contained in:
vitalets
2013-09-28 14:48:39 +04:00
parent 88514be8ec
commit 06934b9656
9 changed files with 1438 additions and 4 deletions

@ -220,6 +220,16 @@ define(function () {
init: function(require) {
loadCss(require.toUrl("./address.css"));
}
},
'inputs-ext/typeaheadjs/typeaheadjs': {
deps: [
'require',
'inputs/text',
'inputs-ext/typeaheadjs/lib/typeahead'
],
init: function(require) {
loadCss(require.toUrl("./lib/typeahead.js-bootstrap.css"));
}
}
};
@ -231,7 +241,8 @@ define(function () {
shim['editable-form/editable-form'].deps = shim['editable-form/editable-form'].deps.concat(
[
'inputs/date/datefield',
'inputs/datetime/datetimefield'
'inputs/datetime/datetimefield',
'inputs-ext/typeaheadjs/typeaheadjs'
//'inputs-ext/wysihtml5/wysihtml5',
//'inputs/typeahead'
]);