Skip to content

Commit 5785788

Browse files
committed
[dev] add tags for the new/updated snippets
1 parent f0092f8 commit 5785788

10 files changed

Lines changed: 16 additions & 16 deletions

docs/colorpicker/api/colorpicker_transparency_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ const colorpicker = new dhx.Colorpicker("colorpicker_container",{
1919

2020
@descr:
2121

22-
**Related sample**: [Colorpicker. Disable color transparency](https://snippet.dhtmlx.com/ewgu0aps)
22+
**Related sample**: [Colorpicker. Disable color transparency](https://snippet.dhtmlx.com/ewgu0aps?tag=colorpicker)
2323

2424

docs/colorpicker/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ const colorpicker = new dhx.Colorpicker("colorpicker", {
133133

134134
![](../assets/colorpicker/colorpicker_transparency.png)
135135

136-
**Related sample**: [Colorpicker. Disable color transparency](https://snippet.dhtmlx.com/ewgu0aps)
136+
**Related sample**: [Colorpicker. Disable color transparency](https://snippet.dhtmlx.com/ewgu0aps?tag=colorpicker)

docs/grid/api/grid_eventhandlers_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ const grid = new dhx.Grid("grid_container", {
7272

7373
@descr:
7474

75-
**Related sample**: [Grid. Handling events in template](https://snippet.dhtmlx.com/zcv5drxc)
75+
**Related sample**: [Grid. Handling events in template](https://snippet.dhtmlx.com/zcv5drxc?tag=grid)
7676

77-
**Related sample**: [Grid. Rich example with templates and different editors](https://snippet.dhtmlx.com/1mxmshax)
77+
**Related sample**: [Grid. Rich example with templates and different editors](https://snippet.dhtmlx.com/1mxmshax?tag=grid)
7878

7979
An example of adding event handlers to the HTML elements defined in the data set of Grid is given below:
8080

docs/grid/api/grid_footerautoheight_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const grid = new dhx.Grid("grid", {
2525

2626
@descr:
2727

28-
**Related sample**: [Grid. Header/Footer autoHeight mode](https://snippet.dhtmlx.com/jwz9k66d)
28+
**Related sample**: [Grid. Header/footer autoHeight mode](https://snippet.dhtmlx.com/jwz9k66d?tag=grid)
2929

3030
Redefines the [autoHeight](grid/api/grid_autoheight_config.md) config for the footer.
3131

docs/grid/api/grid_headerautoheight_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const grid = new dhx.Grid("grid", {
2626

2727
@descr:
2828

29-
**Related sample**: [Grid. Header/Footer autoHeight mode](https://snippet.dhtmlx.com/jwz9k66d)
29+
**Related sample**: [Grid. Header/footer autoHeight mode](https://snippet.dhtmlx.com/jwz9k66d?tag=grid)
3030

3131
Redefines the [autoHeight](grid/api/grid_autoheight_config.md) config for the header.
3232

docs/grid/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ const grid = new dhx.Grid("grid", {
436436
});
437437
~~~
438438

439-
**Related sample**: [Grid. Styling header cells (custom CSS)](https://snippet.dhtmlx.com/7o4elf48)
439+
**Related sample**: [Grid. Styling header cells (custom CSS)](https://snippet.dhtmlx.com/7o4elf48?tag=grid)
440440

441441
### Event handlers for HTML content
442442

@@ -520,7 +520,7 @@ const grid = new dhx.Grid("grid", {
520520
});
521521
~~~
522522

523-
**Related sample**: [Grid. Rich example with templates and different editors](https://snippet.dhtmlx.com/1mxmshax)
523+
**Related sample**: [Grid. Rich example with templates and different editors](https://snippet.dhtmlx.com/1mxmshax?tag=grid)
524524

525525
## Editing Grid and separate columns
526526

@@ -1122,7 +1122,7 @@ const grid2 = new dhx.Grid("grid", {
11221122
});
11231123
~~~
11241124

1125-
**Related sample**: [Grid. Header/Footer autoHeight mode](https://snippet.dhtmlx.com/jwz9k66d)
1125+
**Related sample**: [Grid. Header/footer autoHeight mode](https://snippet.dhtmlx.com/jwz9k66d?tag=grid)
11261126

11271127
## Rows
11281128

docs/treegrid/api/treegrid_eventhandlers_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ const treeGrid = new dhx.TreeGrid("treegrid", {
7474

7575
@descr:
7676

77-
**Related sample**: [TreeGrid. Handling events in template](https://snippet.dhtmlx.com/la7u1xqy)
77+
**Related sample**: [TreeGrid. Handling events in template](https://snippet.dhtmlx.com/la7u1xqy?tag=treegrid)
7878

79-
**Related sample**: [TreeGrid. Rich example with templates and different editors](https://snippet.dhtmlx.com/0gd4dn8p)
79+
**Related sample**: [TreeGrid. Rich example with templates and different editors](https://snippet.dhtmlx.com/0gd4dn8p?tag=treegrid)
8080

8181
An example of adding event handlers to the HTML elements defined in the data set of TreeGrid is given below:
8282

docs/treegrid/api/treegrid_footerautoheight_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const treegrid = new dhx.TreeGrid("treegrid_container", {
2424

2525
@descr:
2626

27-
**Related sample**: [TreeGrid. Header/Footer autoHeight mode](https://snippet.dhtmlx.com/7kgj0b4e)
27+
**Related sample**: [TreeGrid. Header/footer autoHeight mode](https://snippet.dhtmlx.com/7kgj0b4e?tag=treegrid)
2828

2929
Redefines the [autoHeight](treegrid/api/treegrid_autoheight_config.md) config for the footer.
3030

docs/treegrid/api/treegrid_headerautoheight_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const treegrid = new dhx.TreeGrid("treegrid_container", {
2424

2525
@descr:
2626

27-
**Related sample**: [TreeGrid. Header/Footer autoHeight mode](https://snippet.dhtmlx.com/7kgj0b4e)
27+
**Related sample**: [TreeGrid. Header/footer autoHeight mode](https://snippet.dhtmlx.com/7kgj0b4e?tag=treegrid)
2828

2929
Redefines the [autoHeight](treegrid/api/treegrid_autoheight_config.md) config for the header.
3030

docs/treegrid/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ const treeGrid = new dhx.TreeGrid("treegrid", {
452452
});
453453
~~~
454454

455-
**Related sample**: [TreeGrid. Styling header cells (custom CSS)](https://snippet.dhtmlx.com/vf0ws454)
455+
**Related sample**: [TreeGrid. Styling header cells (custom CSS)](https://snippet.dhtmlx.com/vf0ws454?tag=treegrid)
456456

457457
### Event handlers for HTML content
458458

@@ -537,7 +537,7 @@ const treeGrid = new dhx.TreeGrid("treegrid", {
537537
});
538538
~~~
539539

540-
**Related sample**: [TreeGrid. Rich example with templates and different editors](https://snippet.dhtmlx.com/0gd4dn8p)
540+
**Related sample**: [TreeGrid. Rich example with templates and different editors](https://snippet.dhtmlx.com/0gd4dn8p?tag=treegrid)
541541

542542
## Editing TreeGrid and separate columns
543543

@@ -1122,7 +1122,7 @@ const treegrid = new dhx.TreeGrid("treegrid", {
11221122
});
11231123
~~~
11241124

1125-
**Related sample**: [TreeGrid. Header/Footer autoHeight mode](https://snippet.dhtmlx.com/7kgj0b4e)
1125+
**Related sample**: [TreeGrid. Header/footer autoHeight mode](https://snippet.dhtmlx.com/7kgj0b4e?tag=treegrid)
11261126

11271127
## Rows
11281128

0 commit comments

Comments
 (0)