Skip to content

Commit db32a55

Browse files
Merge pull request #401 from syncfusion-content/SEO-176113-JS-Multiple-H1
SEO-176113-JS-Multiple-H1
2 parents 51a2d0d + 428f1f3 commit db32a55

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

js/SplitButton/Easy-customization.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Easy-customization
4-
description: easy customization
3+
title: Easy-customization in JavaScript Split Button Control | Syncfusion
4+
description: Learn here about easy customization in Syncfusion Essential JavaScript Split Button Control, its elements, and more.
55
platform: js
66
control: Split Button
77
documentation: ug
88
api: /api/js/ejsplitbutton
99
---
1010

11-
# Easy customization
11+
# Easy customization in JavaScript Split Button
1212

1313
**Split Button** is used in many applications. **Split Button** Size, Content and content location is varied according to each application. The following sections describes you some customizable options for **Split Button** that can perform easily.
1414

@@ -54,7 +54,7 @@ In the **HTML** page, add the following button elements to configure **Split But
5454

5555
Execute the above code to render the following output.
5656

57-
![](/js/SplitButton/Easy-customization_images/Easy-customization_img1.png)
57+
![Content for Split Button in JavaScript](/js/SplitButton/Easy-customization_images/Easy-customization_img1.png)
5858

5959
## Button Size
6060

@@ -238,7 +238,7 @@ Configure the styles.
238238

239239
Execute the above code to render the following output.
240240

241-
![](/js/SplitButton/Easy-customization_images/Easy-customization_img2.png)
241+
![Button size in JavaScript Split Button](/js/SplitButton/Easy-customization_images/Easy-customization_img2.png)
242242

243243
## Content Type
244244

@@ -426,7 +426,7 @@ Configure the styles.
426426

427427
Execute the above code to render the following output.
428428

429-
![](/js/SplitButton/Easy-customization_images/Easy-customization_img3.png)
429+
![Content type in JavaScript Split Button](/js/SplitButton/Easy-customization_images/Easy-customization_img3.png)
430430

431431
## Image Position
432432

@@ -667,7 +667,7 @@ Configure the styles.
667667

668668
Execute the above code to render the following output.
669669

670-
![](/js/SplitButton/Easy-customization_images/Easy-customization_img4.png)
670+
![Image position in JavaScript Split Button](/js/SplitButton/Easy-customization_images/Easy-customization_img4.png)
671671

672672
## Theme support
673673

@@ -857,7 +857,7 @@ Configure the **CSS** styles to apply on buttons.
857857

858858
Execute the above code to render the following output.
859859

860-
![](/js/SplitButton/Easy-customization_images/Easy-customization_img5.png)
860+
![Theme support in JavaScript Split Button](/js/SplitButton/Easy-customization_images/Easy-customization_img5.png)
861861

862862
# Enable/Disable SplitButton
863863

js/TreeGrid/Context-Menu.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Context-Menu
4-
description: context menu
3+
title: Context-Menu in JavaScript TreeGrid Control | Syncfusion
4+
description: Learn here about context menu support in Syncfusion Essential JavaScript TreeGrid Control, its elements, and more.
55
platform: js
66
control: TreeGrid
77
documentation: ug
88
api: /api/js/ejtreegrid
99
---
1010

11-
# Context Menu
11+
# Context Menu in JavaScript TreeGrid
1212

1313
The **Context menu** in TreeGrid control is used to manipulate (add, edit and delete) the tree grid rows. In TreeGrid, context menu can be enabled with the [`contextMenuSettings`](/api/js/ejtreegrid#members:contextmenusettings) property. The [`contextMenuSettings`](/api/js/ejtreegrid#members:contextmenusettings) property contains two inner properties [`showContextMenu`](/api/js/ejtreegrid#members:contextmenusettings-showcontextmenu "contextMenuSettings.showContextMenu") and [`contextMenuItems`](/api/js/ejtreegrid#members:contextmenusettings-contextmenuitems "contextMenuSettings.contextMenuItems").
1414

@@ -31,9 +31,9 @@ The [`contextMenuItems`](/api/js/ejtreegrid#members:contextmenusettings-contextm
3131

3232
The following screenshot displays the Context menu in TreeGrid control.
3333

34-
![](/js/TreeGrid/Context-Menu_images/Context-Menu_img1.png)
34+
![Context Menu in JavaScript TreeGrid](/js/TreeGrid/Context-Menu_images/Context-Menu_img1.png)
3535

36-
# Header Context Menu
36+
## Header Context Menu
3737
Header context menu can be enabled by setting [`showContextMenu`](/api/js/ejtreegrid#members:contextmenusettings-showcontextmenu "contextMenuSettings.showContextMenu") as `true`. The default value of the [`showContextMenu`](/api/js/ejtreegrid#members:contextmenusettings-showcontextmenu "contextMenuSettings.showContextMenu") property is false.
3838

3939
Following options are shown in header context menu.
@@ -57,7 +57,7 @@ The below code snippet explains how to enable header context menu in TreeGrid
5757

5858
The following screenshot displays the Header context menu in TreeGrid control.
5959

60-
![](/js/TreeGrid/Context-Menu_images/Context-Menu_img2.png)
60+
![Header Context Menu in JavaScript TreeGrid](/js/TreeGrid/Context-Menu_images/Context-Menu_img2.png)
6161

6262
### ContextMenu Customization
6363

@@ -108,5 +108,5 @@ Context menu can be customized by adding a new custom menu item to it. In TreeGr
108108

109109
The following screenshot displays the customization of Context menu in TreeGrid control.
110110

111-
![](/js/TreeGrid/Context-Menu_images/Context-Menu_img2.jpg)
111+
![Context Menu Customization in JavaScript TreeGrid](/js/TreeGrid/Context-Menu_images/Context-Menu_img2.jpg)
112112

0 commit comments

Comments
 (0)