aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bootstrap.js
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Move dialog into widgets folderAlexander Schmitz2015-08-081-1/+2
| | | | Ref #13885
* Datepicker: Move datepicker into widgets folderAlexander Schmitz2015-08-081-1/+2
| | | | Ref #13885
* Button: Move button into widgets folderAlexander Schmitz2015-08-081-1/+2
| | | | Ref #13885
* Autocomplete: Move autocomplete into widgets folderAlexander Schmitz2015-08-081-1/+2
| | | | Ref #13885
* Accordion: Move accordion into widgets folderAlexander Schmitz2015-08-081-1/+3
| | | | Ref #13885
* Demos: bootstrap needs to account for widgets folderAlexander Schmitz2015-08-081-0/+18
| | | | Ref #13885
* Demos: Fixup correct nameAlexander Schmitz2015-07-211-1/+1
|
* Demos: Add new infrastructure using a require.js bootstrapAlexander Schmitz2015-07-211-0/+60
Fixes #10119 Closes gh-1557