You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository stores the source code for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial.
8
+
This repository stores the code examples of the DropDownButton component for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial. The DropDownButton combines the functionality of a button and a drop-down menu. This tutorial describes how to configure a DropDownButton that logs user clicks in the browser console.
-[Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/)
27
+
28
+
-[DropDownButton - API Reference](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDropDownButton/)
Copy file name to clipboardExpand all lines: angular/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Getting Started with DevExtreme Angular DropDownButton
1
+
# DevExtreme Angular DropDownButton - Getting Started
2
2
3
-
This repository stores Angular source code for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial.
3
+
This repository stores the code examples of the Angular DropDownButton component for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial. The DropDownButton combines the functionality of a button and a drop-down menu. This tutorial describes how to configure a DropDownButton that logs user clicks in the browser console.
4
4
5
5
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.0.
6
6
@@ -18,12 +18,12 @@ Run `ng build` to build the project. The build artifacts will be stored in the `
18
18
19
19
## Running unit tests
20
20
21
-
Run `ng test` to execute the unit tests via[Karma](https://karma-runner.github.io).
21
+
Run `ng test` to execute unit tests using[Karma](https://karma-runner.github.io).
22
22
23
23
## Running end-to-end tests
24
24
25
-
Run `ng e2e` to execute the end-to-end tests via[Protractor](http://www.protractortest.org/).
25
+
Run `ng e2e` to execute end-to-end tests using[Protractor](http://www.protractortest.org/).
26
26
27
27
## Further help
28
28
29
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
29
+
To get more help on the Angular CLI, use `ng help` or review the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
# Getting Started with DevExtreme jQuery DropDownButton
1
+
# DevExtreme jQuery DropDownButton - Getting Started
2
2
3
-
This repository stores jQuery source code for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial.
3
+
This repository stores the code examples of the jQuery DropDownButton component for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial. The DropDownButton combines the functionality of a button and a drop-down menu. This tutorial describes how to configure a DropDownButton that logs user clicks in the browser console.
4
4
5
-
To launch the project, open `index.html` with your browser.
5
+
## Installation
6
+
7
+
Download the example and use NPM to install required libraries.
8
+
9
+
```
10
+
npm install
11
+
```
12
+
13
+
## Development server
14
+
15
+
Run the `npm run start` command to run the development server. Use the following link to check the example:
16
+
```
17
+
http://localhost:3000/src/index.html
18
+
```
19
+
20
+
## Further help
21
+
22
+
You can learn more about jQuery API in the [jQuery documentation](https://api.jquery.com/).
23
+
24
+
To get more help on DevExtreme, submit an issue on [GitHub](https://github.com/DevExpress/devextreme/issues) or [Support Center](https://www.devexpress.com/Support/Center/Question/Create).
Copy file name to clipboardExpand all lines: react/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Getting Started with DevExtreme React DropDownButton
1
+
# DevExtreme React DropDownButton - Getting Started
2
2
3
-
This repository stores React source code for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial.
3
+
This repository stores the code examples of the React DropDownButton component for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial. The DropDownButton combines the functionality of a button and a drop-down menu. This tutorial describes how to configure a DropDownButton that logs user clicks in the browser console.
4
4
5
5
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Copy file name to clipboardExpand all lines: vue/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Getting Started with DevExtreme Vue DropDownButton
1
+
# DevExtreme Vue DropDownButton - Getting Started
2
2
3
-
This repository stores Vue source code for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial.
3
+
This repository stores the code examples of the Vue DropDownButton component for the [Getting Started with DropDownButton](https://js.devexpress.com/Documentation/Guide/UI_Components/DropDownButton/Getting_Started_with_DropDownButton/) tutorial. The DropDownButton combines the functionality of a button and a drop-down menu. This tutorial describes how to configure a DropDownButton that logs user clicks in the browser console.
0 commit comments