├── .gitignore ├── example-resources ├── dgrid-css │ ├── images │ │ ├── ui-icons_222222_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ └── dgrid.css ├── examples.css ├── dijit_demo.css ├── Select.css └── countries.json ├── src ├── for-dgrid-demos │ ├── Select.html │ ├── SingleQuery.js │ ├── Select.js │ └── SummaryRow.js ├── dijit_05_templated.js ├── for-dijit-demos │ ├── SomeWidget.html │ └── SomeWidget.js ├── dijit_02_layout.js ├── dijit_03_form.js ├── dgrid_07_dropdown.js ├── dgrid_04_comp_col.js ├── dgrid_01_hello.js ├── dojo_02_topic.js ├── dgrid_05_single_query.js ├── dijit_04_menus.js ├── dojo_04_request.js ├── dgrid_03_col_set.js ├── dgrid_02_stores.js ├── dojo_01_animation.js ├── dgrid_06_summary_row.js ├── dojo_03_keyboard.js └── dijit_01_key_nav.js ├── dgrid_01_hello.html ├── dgrid_04_comp_col.html ├── .gitmodules ├── dgrid_03_col_set.html ├── dgrid_07_dropdown.html ├── dgrid_06_summary_row.html ├── dgrid_02_stores.html ├── package.json ├── LICENSE ├── dijit_05_templated.html ├── dijit_01_key_nav.html ├── dgrid_05_single_query.html ├── dojo_02_topic.html ├── dijit_04_menus.html ├── dojo_04_request.html ├── README.md ├── dojo_03_keyboard.html ├── webpack.config.js ├── dojo_01_animation.html ├── dijit_03_form.html └── dijit_02_layout.html /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .idea -------------------------------------------------------------------------------- /example-resources/dgrid-css/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nordth/dojo-webpack-loader-examples/HEAD/example-resources/dgrid-css/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /example-resources/dgrid-css/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nordth/dojo-webpack-loader-examples/HEAD/example-resources/dgrid-css/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /src/for-dgrid-demos/Select.html: -------------------------------------------------------------------------------- 1 |
This is arbitrary content!
29 | 30 |More arbitrary content!
31 || apple | 33 |banana | 34 |orange | 35 |
| pear | 38 |grapes | 39 |strawberry | 40 |
This page demonstrates declarative and programmatic usage of
11 | dijit/Menu inside dijit/form/ComboButton and
12 | dijit/form/DropDownButton.
13 |
Last selected: none
37 | 38 | 39 | -------------------------------------------------------------------------------- /dojo_04_request.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |Click the button below to see dojo/request/script request recent pull requests for Dojo's GitHub repo.
53 || 44 | 45 | | 46 |47 | 48 | | 49 |
| 52 | 53 | | 54 |55 | 56 | | 57 |
| 60 | 61 | | 62 |63 | 64 | 67 | | 68 |
| 71 | 72 | | 73 |74 | 75 | | 76 |