Skip to content

Commit c009ec4

Browse files
[update] customization
1 parent 22f7c73 commit c009ec4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/customization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ description: You can learn about the customization in the documentation of the D
66

77
# Customization
88

9-
Besides configuring Kanban, you can customize its appearance and behaviour. The widget allows you to specify a custom template for cards, modify a context menu for cards, columns and rows, change the Toolbar structure and functionality, and apply your css styles to Kanban.
9+
Besides configuring Kanban, you can customize its appearance and behaviour. The widget allows you to specify a custom template for cards, modify a context menu for cards, columns and rows, change the Toolbar structure and functionality, and apply custom css styles to Kanban.
1010

1111
## Custom cards
1212

1313
To display cards by a custom template, you can use the [`cardTemplate`](api/config/js_kanban_cardtemplate_config.md) property. It is a callback function that allows you to define the desired styles and logic and apply it to Kanban. See the snippet below:
1414

1515
<iframe src="https://snippet.dhtmlx.com/8rhdq81d?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
1616

17-
## Custom context menu (TODO заменить ссылку на сниппет)
17+
## Custom context menu
1818

1919
To customize a context menu for cards, columns and rows, you can use the corresponding [`cardShape`](api/config/js_kanban_cardshape_config.md), [`columnShape`](api/config/js_kanban_columnshape_config.md) and [`rowShape`](api/config/js_kanban_rowshape_config.md) properties. See the snippet below:
2020

21-
<iframe src="https://snippet.dhtmlx.com/s5r5h4ju?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
21+
<iframe src="https://snippet.dhtmlx.com/8eo65gr5?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
2222

23-
## Custom toolbar (TODO заменить ссылку на сниппет)
23+
## Custom toolbar
2424

2525
To customize the Toolbar structure and its functionality, you can use the [`items`](api/config/toolbar_items_config.md) property. In the array of this config you can define controls you need, arrange them in the desired order as well as modify their behaviour.
2626

0 commit comments

Comments
 (0)