Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
update step 3 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Kazakova authored Jul 4, 2017
1 parent 6735239 commit 1562798
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ This custom item supports the [Master-Filtering](https://documentation.devexpres

2. Add the *dist* folder in your project.

3. Attach the download script to the project inside the `<head>` section onto the page containing Web Dashboard.
3. Attach the download script to the project inside the `<body>` section before the end tag onto the page containing Web Dashboard.
```xml
<head>
<script src="/dist/online-map-extension.min.js"></script>
<body>
<!-- ... -->
</head>
<script src="/dist/online-map-extension.min.js"></script>
</body>
```

4. Handle the Web Dashboard's [BeforeRender](https://documentation.devexpress.com/#Dashboard/DevExpressDashboardWebScriptsASPxClientDashboard_BeforeRendertopic) event to perform client-side customization of the Web Dashboard control before the control and its elements have been rendered.
Expand Down

0 comments on commit 1562798

Please sign in to comment.