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 99 </ e-series-collection >
1010 </ ej-chart >
1111 </ 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 >
1512</ div >
1613< div id ="description ">
1714 < p >
Original file line number Diff line number Diff line change 66</ div >
77< div id ="description ">
88 < 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 >
1411</ div >
Original file line number Diff line number Diff line change 11< div class ="control-section ">
22 < 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 ) ">
44 < e-items >
55 < e-item text ='Order ID '> </ e-item >
66 < e-item text ='Customer Name '> </ e-item >
Original file line number Diff line number Diff line change 11< div class ="control-section ">
22 < 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) ">
44 < e-items >
55 < e-item text ='Default ' cssClass ="e-ghidden "> </ e-item >
66 < e-item text ='None '> </ e-item >
Original file line number Diff line number Diff line change 11< div class ="control-section ">
22 < 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 ) ">
44 < e-items >
55 < e-item text ='Multiple ' cssClass ='e-gtype '> </ e-item >
66 < e-item text ='Row ' cssClass ='e-gmode '> </ e-item >
You can’t perform that action at this time.
0 commit comments