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
{'path': 'accordion/default','component': 'Default','name': 'Default Functionalities','description': 'The sample demonstrates that default functionalities of the Accordion component which works by expand and collapse action in React platform.','order': '01','category': 'Accordion','api': '{ "AccordionComponent": ["items"] }'},
3
-
{'path': 'accordion/ajax','component': 'AjaxContent','name': 'Ajax Content','description': 'The sample demonstrates how to load the content to the Accordion component from external sources using Ajax library in React platform.','order': '01','category': 'Accordion','api': '{ "AccordionComponent": ["expandMode", "expanding"] }'},
3
+
{'path': 'accordion/templates','component': 'Templates','name': 'Templates','description': 'This sample demonstrates the template functionalities of the Accordion with an example of loading an Accordion content using content property in React platform.','order': '01','category': 'Accordion','api': '{ "AccordionComponent": ["expandMode", "expanding"] }'},
4
4
{'path': 'accordion/icon','component': 'Icons','name': 'Icons','description': 'The sample demonstrates how to represent pane headers with an icon in Accordion component which populates from items collection in React platform.','order': '01','category': 'Accordion'},
5
5
{'path': 'accordion/keyboard-interaction','component': 'KeyboardInteraction','name': 'Keyboard Interaction','description': 'The sample showcases the keyboard shortcuts applicable on Accordion component with details in React platform.','order': '01','category': 'Accordion','api': '{ "AccordionComponent": ["items"] }'}
Microsoft ASP.NET is a set of technologies in the Microsoft .NET Framework for building Web applications and XML Web services. ASP.NET pages execute on the server and generate markup such as HTML, WML, or XML that is sent to a desktop or mobile browser. ASP.NET pages use a compiled,event-driven programming model that improves performance and enables the separation of application logic and user interface.
36
-
</div>
29
+
<div>Microsoft ASP.NET is a set of technologies in the Microsoft .NET Framework for building Web applications and XML Web services. ASP.NET pages execute on the server and generate markup such as HTML, WML, or XML that is sent to a desktop or mobile browser. ASP.NET pages use a compiled,event-driven programming model that improves performance and enables the separation of application logic and user interface.</div>
37
30
);
38
31
}
39
-
functionacrdnContent2(){
32
+
constacrdnContent2=()=>{
40
33
return(
41
-
<div>
42
-
The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications.The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication.
43
-
</div>
34
+
<div>The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications.The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication.</div>
44
35
);
45
36
}
46
-
functionacrdnContent3(){
37
+
constacrdnContent3=()=>{
47
38
return(
48
-
<div>
49
-
JavaScript (JS) is an interpreted computer programming language.It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser, communicate asynchronously, and alter the document content that was displayed.More recently, however, it has become common in both game development and the creation of desktop applications.
50
-
</div>
39
+
<div>JavaScript (JS) is an interpreted computer programming language.It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser, communicate asynchronously, and alter the document content that was displayed.More recently, however, it has become common in both game development and the creation of desktop applications.</div>
This sample demonstrates the default functionalities of the <code>Accordion</code>. Click on the <code>header</code> element to expand/collapse the corresponding Accordion panel, and displays its content.
@@ -75,12 +65,11 @@ function Default() {
75
65
</p>
76
66
<p>
77
67
More information about Accordion can be found in this <atarget="_blank"
This sample demonstrates the icon representation of the <code>Accordion</code>. Click on the header element to expand/collapse the corresponding Accordion panel, and displays its content.
94
-
</p>
95
-
</div>
94
+
<p>
95
+
This sample demonstrates the icon representation of the <code>Accordion</code>. Click on the header element to expand/collapse the corresponding Accordion panel, and displays its content.
96
+
</p>
97
+
</div>
96
98
<divid='description'>
97
-
<p>
98
-
<p>
99
-
This Accordion is populated with icons which renders by mapping the <code>iconCss</code> field. This sample illustrates
100
-
the some of the games list.
101
-
</p>
102
-
<p>
103
-
More information about Accordion can be found in this <atarget="_blank"href="https://ej2.syncfusion.com/react/documentation/accordion/getting-started/">
104
-
documentation</a> section.
105
-
</p>
106
-
</p>
99
+
<p>
100
+
<p>
101
+
This Accordion is populated with icons which renders by mapping the <code>iconCss</code> field. This sample illustrates
102
+
the some of the games list.
103
+
</p>
104
+
<p>
105
+
More information about Accordion can be found in this <atarget="_blank"href="https://ej2.syncfusion.com/react/documentation/accordion/getting-started/">
0 commit comments