File tree Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 9
9
</ e-series-collection >
10
10
</ ej-chart >
11
11
</ div >
12
- < div style ="float: right; margin-right: 10px; margin-top: -5px "> Source:
13
- < a href ="https://en.wikipedia.org/wiki/2016_Summer_Olympics_medal_table " target ="_blank "> en.wikipedia.org</ a >
14
- </ div >
15
12
</ div >
16
13
< div id ="description ">
17
14
< p >
Original file line number Diff line number Diff line change 6
6
</ div >
7
7
< div id ="description ">
8
8
< p >
9
- This sample illustrates the external webpage content loaded inside the dialog by using AJAX library.</ p >
10
- < p > More information on dynamic loading content can be found in this < a target ="_blank "
11
- href ="http://ej2.syncfusion.com/angular/documentation/dialog/getting-started.html ">
12
- documentation section</ a > .
13
- </ p >
9
+ This sample illustrates the external webpage content loaded inside the dialog by using AJAX library.
10
+ </ p >
14
11
</ div >
Original file line number Diff line number Diff line change 1
1
< div class ="control-section ">
2
2
< div class ='e-mastertext '> Select column name to toggle visibility</ div >
3
- < ej-toolbar class ='e-gridlist ' (clicked) ="onClicked($event) ">
3
+ < ej-toolbar class ='e-gridlist ' (clicked) ="onClicked($event.originalEvent ) ">
4
4
< e-items >
5
5
< e-item text ='Order ID '> </ e-item >
6
6
< e-item text ='Customer Name '> </ e-item >
Original file line number Diff line number Diff line change 1
1
< div class ="control-section ">
2
2
< div class ='e-mastertext '> Select Grid Line</ div >
3
- < ej-toolbar class ='e-gridlist ' (clicked) ="onClicked($event.target) ">
3
+ < ej-toolbar class ='e-gridlist ' (clicked) ="onClicked($event.originalEvent. target) ">
4
4
< e-items >
5
5
< e-item text ='Default ' cssClass ="e-ghidden "> </ e-item >
6
6
< e-item text ='None '> </ e-item >
Original file line number Diff line number Diff line change 1
1
< div class ="control-section ">
2
2
< div class ='e-mastertext '> Selection Type / Selection Mode</ div >
3
- < ej-toolbar class ='e-gridlist ' (clicked) ="onChangeType($event) ">
3
+ < ej-toolbar class ='e-gridlist ' (clicked) ="onChangeType($event.originalEvent ) ">
4
4
< e-items >
5
5
< e-item text ='Multiple ' cssClass ='e-gtype '> </ e-item >
6
6
< e-item text ='Row ' cssClass ='e-gmode '> </ e-item >
You can’t perform that action at this time.
0 commit comments