add bootstrap232

This commit is contained in:
vitalets
2013-06-27 11:00:32 +04:00
parent 71c9d904a6
commit e40d2f3ad0
9 changed files with 9584 additions and 1 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

6167
test/libs/bootstrap232/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

2280
test/libs/bootstrap232/js/bootstrap.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,8 @@ define(function () {
paths = {
// "bootstrap": "../test/libs/bootstrap221",
// "bootstrap": "../test/libs/bootstrap222",
"bootstrap": "../test/libs/bootstrap231",
// "bootstrap": "../test/libs/bootstrap231",
"bootstrap": "../test/libs/bootstrap232",
// "jqueryui": "../test/libs/jquery-ui-"+jqueryui_ver+".custom",
"jqueryui_js": "../test/libs/jquery-ui-"+jqueryui_ver+".custom/js/jquery-ui-"+jqueryui_ver+".custom",
@@ -88,6 +89,8 @@ define(function () {
deps: ['require'],
init: function(require) {
loadCss(require.toUrl("../css/bootstrap.css"));
//add responsive css
loadCss(require.toUrl("../css/bootstrap-responsive.css"));
}
},
'editable-form/editable-form-bootstrap': [