Skip to content

Commit

Permalink
[dev] add tags for the new/updated snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanya23 committed Oct 23, 2023
1 parent f0092f8 commit 5785788
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/colorpicker/api/colorpicker_transparency_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ const colorpicker = new dhx.Colorpicker("colorpicker_container",{

@descr:

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


2 changes: 1 addition & 1 deletion docs/colorpicker/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ const colorpicker = new dhx.Colorpicker("colorpicker", {

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

**Related sample**: [Colorpicker. Disable color transparency](https://snippet.dhtmlx.com/ewgu0aps)
**Related sample**: [Colorpicker. Disable color transparency](https://snippet.dhtmlx.com/ewgu0aps?tag=colorpicker)
4 changes: 2 additions & 2 deletions docs/grid/api/grid_eventhandlers_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ const grid = new dhx.Grid("grid_container", {

@descr:

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/grid/api/grid_footerautoheight_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const grid = new dhx.Grid("grid", {

@descr:

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/grid/api/grid_headerautoheight_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const grid = new dhx.Grid("grid", {

@descr:

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

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

Expand Down
6 changes: 3 additions & 3 deletions docs/grid/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ const grid = new dhx.Grid("grid", {
});
~~~

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

### Event handlers for HTML content

Expand Down Expand Up @@ -520,7 +520,7 @@ const grid = new dhx.Grid("grid", {
});
~~~

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

## Editing Grid and separate columns

Expand Down Expand Up @@ -1122,7 +1122,7 @@ const grid2 = new dhx.Grid("grid", {
});
~~~

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

## Rows

Expand Down
4 changes: 2 additions & 2 deletions docs/treegrid/api/treegrid_eventhandlers_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ const treeGrid = new dhx.TreeGrid("treegrid", {

@descr:

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/treegrid/api/treegrid_footerautoheight_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const treegrid = new dhx.TreeGrid("treegrid_container", {

@descr:

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/treegrid/api/treegrid_headerautoheight_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const treegrid = new dhx.TreeGrid("treegrid_container", {

@descr:

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

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

Expand Down
6 changes: 3 additions & 3 deletions docs/treegrid/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ const treeGrid = new dhx.TreeGrid("treegrid", {
});
~~~

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

### Event handlers for HTML content

Expand Down Expand Up @@ -537,7 +537,7 @@ const treeGrid = new dhx.TreeGrid("treegrid", {
});
~~~

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

## Editing TreeGrid and separate columns

Expand Down Expand Up @@ -1122,7 +1122,7 @@ const treegrid = new dhx.TreeGrid("treegrid", {
});
~~~

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

## Rows

Expand Down

0 comments on commit 5785788

Please sign in to comment.