File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,22 @@ This example demonstrates how to implement cascading DropDownBoxes. The main ide
12
12
## Files to Review
13
13
14
14
- ** jQuery**
15
- - [ index.html] ( jQuery/index.html )
15
+ - [ index.html] ( jQuery/src/index.html )
16
+ - [ index.js] ( jQuery/src/index.js )
16
17
- ** Angular**
17
18
- [ app.component.html] ( Angular/src/app/app.component.html )
18
19
- [ app.component.ts] ( Angular/src/app/app.component.ts )
19
20
- ** Vue**
20
- - [ App.vue] ( Vue/src/App.vue )
21
+ - [ Home.vue] ( Vue/src//components/HomeContent.vue )
22
+ - [ StateDropDownBoxComponent] ( Vue/src/components/StateDropDownBoxComponent.vue )
23
+ - [ CityDropDownBoxComponent] ( Vue/src/components/CityDropDownBoxComponent.vue )
24
+ - [ DropDownSaveBtnComponent] ( Vue/src/components/DropDownSaveBtnComponent.vue )
21
25
- ** React**
22
- - [ App.js] ( React/src/App.js )
26
+ - [ App.tsx] ( React/src/App.tsx )
27
+ - [ DropDownBox.tsx] ( React/src/components/MultipleDropDownBox.tsx )
28
+ - [ DropDownBoxSaveButton] ( React/src/components/DropDownBoxSave.tsx )
23
29
- ** ASP.Net**
24
- - [ Index.cshtml] ( ASP.NET/DevExtremeAspNetCoreApp1 /Views/Home/Index.cshtml )
30
+ - [ Index.cshtml] ( ASP.NET%20Core /Views/Home/Index.cshtml )
25
31
26
32
## Documentation
27
33
You can’t perform that action at this time.
0 commit comments