Skip to content

Commit e17be5e

Browse files
committed
[update] add/update links to snippets
1 parent 5785788 commit e17be5e

31 files changed

Lines changed: 37 additions & 25 deletions

docs/grid/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,8 @@ In case a user enters a value that goes beyond the limits specified by the above
895895

896896
If the user ignores the warning and still tries to enter an unallowable value, it will be replaced with the minimum/maximum value defined in the **editorConfig** object by the **min/max** values. Thus, in the above example the entered value `200` will be replaced with `100`, since it is the upper limit set in the editor configuration.
897897

898+
**Related sample:** [Grid. Editing with different editors](https://snippet.dhtmlx.com/w2cdossn?tag=grid)
899+
898900
#### Styling the warning
899901

900902
There is a possibility to redefine the style of the warning on entering an invalid number value. You need to change the `dhx_cell-editor__input--not-valid` class for this purpose. Here is what it looks like:

docs/menu/api/menu_click_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ menu.events.on("click", function(id,e){
2121

2222
@descr:
2323

24-
**Related sample**: [Menu. Events](https://snippet.dhtmlx.com/yjt39a4k)
24+
**Related sample**: [Menu. Events](https://snippet.dhtmlx.com/yjt39a4k?tag=menu)

docs/menu/api/menu_keydown_event.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ menu.events.on("keydown", function(event, id) {
2121

2222
@descr:
2323

24+
**Related sample**: [Menu. Events](https://snippet.dhtmlx.com/yjt39a4k?tag=menu)
25+
2426
@changelog:
2527
added in v8.3

docs/menu/api/menu_openmenu_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ menu.events.on("openMenu", function(id){
2020

2121
@descr:
2222

23-
**Related sample**: [Menu. Events](https://snippet.dhtmlx.com/yjt39a4k)
23+
**Related sample**: [Menu. Events](https://snippet.dhtmlx.com/yjt39a4k?tag=menu)

docs/ribbon/api/ribbon_click_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ ribbon.events.on("click", function(id,e){
2121

2222
@descr:
2323

24-
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl)
24+
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl?tag=ribbon)
2525

2626
[comment]: # (@related: ribbon/handling_events.md)

docs/ribbon/api/ribbon_input_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ribbon.events.on("input", function(id, value){
2121

2222
@descr:
2323

24-
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl)
24+
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl?tag=ribbon)
2525

2626
@changelog:
2727
added in v8.3

docs/ribbon/api/ribbon_inputblur_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ ribbon.events.on("inputBlur", function(id){
2020

2121
@descr:
2222

23-
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl)
23+
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl?tag=ribbon)
2424

2525
[comment]: # (@related: ribbon/handling_events.md)

docs/ribbon/api/ribbon_inputchange_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ ribbon.events.on("inputChange", function(id, newValue){
1717
});
1818
@examplestop:
1919

20-
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl)
20+
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl?tag=ribbon)
2121

2222
@changelog: added in v8.3

docs/ribbon/api/ribbon_inputcreated_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ ribbon.events.on("inputCreated", function(id, el){
2121

2222
@descr:
2323

24-
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl)
24+
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl?tag=ribbon)
2525

2626
[comment]: # (@related: ribbon/handling_events.md)

docs/ribbon/api/ribbon_inputfocus_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ ribbon.events.on("inputFocus", function(id){
2020

2121
@descr:
2222

23-
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl)
23+
**Related sample**: [Ribbon. Events](https://snippet.dhtmlx.com/i7cfddkl?tag=ribbon)
2424

2525
[comment]: # (@related: ribbon/handling_events.md)

0 commit comments

Comments
 (0)