Browse Source

Merge branch 'dev' of https://github.com/abpframework/abp into dev

pull/1520/head
Halil İbrahim Kalkan 7 years ago
parent
commit
2df6772420
  1. 6
      docs/en/AspNetCore/Dashboard-Widget-System.md

6
docs/en/AspNetCore/Dashboard-Widget-System.md

@ -2,7 +2,7 @@
Dashboard & Widget System allows you to create reusable widgets and dashboards.
![Image of a sample, create with this system](..\images\dashboard1.png)
![Image of a sample, create with this system](../images/dashboard1.png)
You can see a sample dashboard, build with that system, in the screenshot above. Top section, where the filters and refresh button is placed is global filter section and each card below is a widget. Both widgets and global filters are reusable components. Also dashboard layout is reusable too.
@ -213,7 +213,7 @@ We will use **FilterDto** in **Global Filters** section.
Now we can start to work on our widget.
![widget file tree](..\images\MonthlyProfitWidgetFiles.png)
![widget file tree](../images/MonthlyProfitWidgetFiles.png)
You can see the files that we will create our widget. (If your widget won't need css or javascript, you don't need to create them and contributors as well.)
@ -556,4 +556,4 @@ That's it! Now let's catch the refresh event in our widget:
## Source Code
You can see a sample application for dashboard at [Github](https://github.com/abpframework/abp/tree/dev/samples/DashboardDemo).
You can see a sample application for dashboard at [Github](https://github.com/abpframework/abp/tree/dev/samples/DashboardDemo).

Loading…
Cancel
Save