Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions ej2-javascript/js/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ The Syncfusion JavaScript (global script) is an ES5 formatted pure JavaScript fr
The Syncfusion JavaScript (ES5) UI controls are listed below.

<style>
# table
{
border:0 !important;
line-height: 2!important;
}

tr
{
Expand Down Expand Up @@ -87,6 +82,7 @@ letter-spacing: 0.7px;
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/dashboard-layout/es5-getting-started/">Dashboard</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/card/getting-started/">Card</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/avatar/es5-getting-started/">Avatar</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/timeline/es5-getting-started">Timeline</a></div>
</td>
<td>
<div><p class="controlcategory">DATA VISUALIZATION</p></div>
Expand Down Expand Up @@ -127,6 +123,7 @@ letter-spacing: 0.7px;
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/timepicker/es5-getting-started/">TimePicker</a></div>
<div><p class="controlcategory">INPUTS</p></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/textbox/es5-getting-started/">TextBox</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/textarea/es5-getting-started">TextArea</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/maskedtextbox/es5-getting-started/">Input Mask</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/numerictextbox/es5-getting-started/">Numeric TextBox</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/radio-button/es5-getting-started/">RadioButton</a></div>
Expand All @@ -137,6 +134,7 @@ letter-spacing: 0.7px;
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/switch/es5-getting-started/">Toggle Switch Button</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/signature/es5-getting-started/">Signature</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/rating/es5-getting-started/">Rating</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/otp-input/es5-getting-started">OTP Input</a></div>
<div><p class="controlcategory">FORMS</p></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/form-validator/validation-rules/">Form Validator</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/query-builder/es5-getting-started/">Query Builder</a></div>
Expand All @@ -150,6 +148,7 @@ letter-spacing: 0.7px;
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/multi-select/es5-getting-started/">Multiselect DropDown</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/drop-down-tree/es5-getting-started/">DropDown Tree</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/mention/es5-getting-started/">Mention</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/multicolumn-combobox/es5-getting-started">MultiColumn ComboBox</a></div>
<div><p class="controlcategory">NAVIGATION</p></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/accordion/getting-started/">Accordion</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/javascript/documentation/carousel/es5-getting-started/">Carousel</a></div>
Expand Down
17 changes: 8 additions & 9 deletions ej2-javascript/ts/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ Syncfusion JavaScript (Essential JS 2) is a modern UI Controls library that has
The Syncfusion JavaScript UI controls are listed below.

<style>
#table
{
border:0 !important;
line-height: 2!important;
}

tr
{
Expand Down Expand Up @@ -86,6 +81,7 @@ letter-spacing: 0.7px;
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/dashboard-layout/getting-started/">Dashboard</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/card/getting-started/">Card</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/avatar/getting-started/">Avatar</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/timeline/getting-started">Timeline</a></div>
</td>
<td>
<div><p class="controlcategory">DATA VISUALIZATION</p></div>
Expand Down Expand Up @@ -126,6 +122,7 @@ letter-spacing: 0.7px;
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/timepicker/getting-started/">TimePicker</a></div>
<div><p class="controlcategory">INPUTS</p></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/textbox/getting-started/">TextBox</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/textarea/getting-started">TextArea</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/maskedtextbox/getting-started/">Input Mask</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/numerictextbox/getting-started/">Numeric TextBox</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/radio-button/getting-started/">RadioButton</a></div>
Expand All @@ -136,6 +133,7 @@ letter-spacing: 0.7px;
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/switch/getting-started/">Toggle Switch Button</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/signature/getting-started/">Signature</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/rating/getting-started/">Rating</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/otp-input/getting-started">OTP Input</a></div>
<div><p class="controlcategory">FORMS</p></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/form-validator/validation-rules/">Form Validator</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/query-builder/getting-started/">Query Builder</a></div>
Expand All @@ -149,6 +147,7 @@ letter-spacing: 0.7px;
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/multi-select/getting-started/">Multiselect DropDown</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/drop-down-tree/getting-started/">DropDown Tree</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/mention/getting-started/">Mention</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/multicolumn-combobox/getting-started">MultiColumn ComboBox</a></div>
<div><p class="controlcategory">NAVIGATION</p></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/accordion/getting-started/">Accordion</a></div>
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/documentation/carousel/getting-started/">Carousel</a></div>
Expand Down Expand Up @@ -193,7 +192,7 @@ If you are still not able to find the information that you are looking for in th
## See also

* [Product Development Life Cycle](https://www.syncfusion.com/support/product-lifecycle/)
* [Getting Started with Syncfusion Javascript UI controls](https://ej2.syncfusion.com/documentation/getting-started/quick-start/)
* [Getting Started with Syncfusion Javascript and Ionic Frameworks](https://ej2.syncfusion.com/documentation/getting-started/ionic/)
* [Getting started with Syncfusion Javascript and Cordova CLI](https://ej2.syncfusion.com/documentation/getting-started/cordova/)
* [Getting Started with Syncfusion Javascript and Meteor Framework](https://ej2.syncfusion.com/documentation/getting-started/meteor/)
* [Getting Started with Syncfusion JavaScript UI controls](https://ej2.syncfusion.com/documentation/getting-started/quick-start/)
* [Getting Started with Syncfusion JavaScript and Ionic Frameworks](https://ej2.syncfusion.com/documentation/getting-started/ionic/)
* [Getting started with Syncfusion JavaScript and Cordova CLI](https://ej2.syncfusion.com/documentation/getting-started/cordova/)
* [Getting Started with Syncfusion JavaScript and Meteor Framework](https://ej2.syncfusion.com/documentation/getting-started/meteor/)